|
|
|
@ -697,7 +697,7 @@ export default { |
|
|
|
// 获取工序名字 |
|
|
|
// 获取工序名字 |
|
|
|
processChange(row, index) { |
|
|
|
processChange(row, index) { |
|
|
|
let selectName = this.processSetOption.find(item => item.id == row.processInfo.ppsId); |
|
|
|
let selectName = this.processSetOption.find(item => item.id == row.processInfo.ppsId); |
|
|
|
this.form1.tableData1[index].processInfo.processName = selectName.name; |
|
|
|
this.form1.tableData1[index].processInfo.ppsName = selectName.name; |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 获取工艺能力名字 |
|
|
|
// 获取工艺能力名字 |
|
|
|
craftChange(row, index) { |
|
|
|
craftChange(row, index) { |
|
|
|
|