diff --git a/src/views/ManufacturingCenter/ProcessPlanning/index.vue b/src/views/ManufacturingCenter/ProcessPlanning/index.vue index ac10d562..fa078a74 100644 --- a/src/views/ManufacturingCenter/ProcessPlanning/index.vue +++ b/src/views/ManufacturingCenter/ProcessPlanning/index.vue @@ -1133,10 +1133,11 @@ export default { } } }, - confirmSelect() { // 确定选择主表的工艺名称及要求 + // 确定选择主表的工艺名称及要求 + confirmSelect() { this.tableData[this.index].工艺编号 = this.processN1 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.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 => {