在制零件工艺调整
@@ -42,7 +50,7 @@
-
+
物料类型:
{
+ for (let i = 0; i < response.data.length; i++) {
+ this.partNum.push({
+ label: response.data[i].零件图号,
+ value: response.data[i].工艺计划流水号,
+ machine: response.data[i].机床图号,
+ group: response.data[i].组号
+ })
+ }
+ })
+ },
searchParts() { // 根据条件查零件号
this.tableData = []
this.partNum = []
@@ -1457,6 +1486,7 @@ export default {
this.spec = ''
this.newNum = ''
this.searchParts()
+ this.searchPartsByMachineGroup()
this.$message.success('保存成功')
})
}