零件工艺制定
This commit is contained in:
@@ -1133,10 +1133,11 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
confirmSelect() { // 确定选择主表的工艺名称及要求
|
// 确定选择主表的工艺名称及要求
|
||||||
|
confirmSelect() {
|
||||||
this.tableData[this.index].工艺编号 = this.processN1
|
this.tableData[this.index].工艺编号 = this.processN1
|
||||||
this.tableData[this.index].工艺名称 = this.processNameValue
|
this.tableData[this.index].工艺名称 = this.processNameValue
|
||||||
this.str = this.str + ' ' + this.processRequestValue
|
this.str = this.str + this.processRequestValue
|
||||||
this.tableData[this.index].工艺要求 = this.str
|
this.tableData[this.index].工艺要求 = this.str
|
||||||
this.dialogFormVisible2 = false
|
this.dialogFormVisible2 = false
|
||||||
selectRequest(this.tableData[this.index].工序流水号, this.tableData[this.index].工艺计划流水号, this.tableData[this.index].工艺编号, this.tableData[this.index].工序顺序, this.tableData[this.index].工艺要求).then(response => {
|
selectRequest(this.tableData[this.index].工序流水号, this.tableData[this.index].工艺计划流水号, this.tableData[this.index].工艺编号, this.tableData[this.index].工序顺序, this.tableData[this.index].工艺要求).then(response => {
|
||||||
|
|||||||
Reference in New Issue
Block a user