From 3b61ca7f7a5753e5fb846ad187258d1b2e55a6a5 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Sat, 24 Nov 2018 10:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E5=B7=A5=E8=89=BA=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=EF=BC=9A=E4=BF=AE=E5=A4=8D=E9=9B=B6=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E7=A7=BB=E5=8A=A8=E4=B8=8D=E5=8F=98=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManufacturingCenter/ProcessAdjustQuery/index.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/ManufacturingCenter/ProcessAdjustQuery/index.vue b/src/views/ManufacturingCenter/ProcessAdjustQuery/index.vue index 95da1adb..372a510d 100644 --- a/src/views/ManufacturingCenter/ProcessAdjustQuery/index.vue +++ b/src/views/ManufacturingCenter/ProcessAdjustQuery/index.vue @@ -223,7 +223,11 @@ export default { if (this.tableData1[i].工艺编号 !== row.工艺编号 || this.tableData1[i].工艺要求 !== row.工艺要求 || this.tableData1[i].工艺难度等级 !== row.工艺难度等级) { return 'change' } else { - return '' + if (this.tableData1[i].工序顺序 !== row.工序顺序 && (row.工艺要求 || row.工艺难度等级)) { + return 'change' + } else { + return '' + } } } } @@ -235,7 +239,11 @@ export default { if (this.tableData2[i].工艺编号 !== row.工艺编号 || this.tableData2[i].工艺要求 !== row.工艺要求 || this.tableData2[i].工艺难度等级 !== row.工艺难度等级) { return 'change' } else { - return '' + if (this.tableData1[i].工序顺序 !== row.工序顺序 && (row.工艺要求 || row.工艺难度等级)) { + return 'change' + } else { + return '' + } } } }