Commit b52c6529 authored by 徐来柯's avatar 徐来柯

update

parent 5db5c3e0
......@@ -64,7 +64,7 @@
<el-table-column
label="单位"
:show-overflow-tooltip="true"
prop="ProductType"
prop="Prounit"
width="140">
</el-table-column>
<el-table-column
......
......@@ -63,7 +63,7 @@
</template>
</el-table-column>
<el-table-column
prop="Prounit"
prop="Company"
label="单位"
:show-overflow-tooltip="true"
>
......
......@@ -20,7 +20,7 @@
<el-option
v-for="item in planArr"
:key="item.ID"
:label="item.PID"
:label="item.PlanNaber"
:value="item.ID">
</el-option>
</el-select>
......
......@@ -182,7 +182,7 @@ export default {
if (!reg.test(value.CellNuber)) {
this.typeV = '5'
this.deleteShow = true
this.deletetext = '物料编号需为字母加数字组合'
this.deletetext = '工序编号需为字母加数字组合'
return
}
this.$axios({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment