From 2013c675e4097007d77b94336b194778b6479266 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 11 Jan 2019 16:06:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E5=B7=A5=E8=89=BA=E5=88=B6?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ManufacturingCenter/ProcessPlanning/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 => {