From f099258c6a52e7700fe531057f2b91740754bed1 Mon Sep 17 00:00:00 2001 From: "LAPTOP-AKBAACR8\\An.Hr" <297504645@qq.com> Date: Tue, 4 Apr 2023 09:10:41 +0800 Subject: [PATCH] =?UTF-8?q?check-zhb-hostsn-break-num=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0GroupName=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/pg-fis/basedate/m100Online/normalPritIndex.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue index 6dbd24bc..9d70d9dc 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue @@ -619,6 +619,7 @@ export default { endHostSN: undefined, beginVin: undefined, endVin: undefined, + GroupName:undefined }, hostPrintQuery: { printType: undefined, //0:打印;1:重打;2:补打; @@ -1550,13 +1551,14 @@ export default { this.hostPrintQuery.endHostSN = parseInt(this.form.endHostSN); if (this.listQuery.productType === 1) { - //柱护板-打印 + //门板-打印 this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN); this.hostCheckQuery.productLine = this.listQuery.productLine; + this.hostCheckQuery.GroupName = undefined this.isDisable = true; console.log( - "检查柱护板-hostCheckQuery" + + "检查门板-hostCheckQuery" + JSON.stringify(this.hostCheckQuery) ); this.$axios @@ -1598,10 +1600,11 @@ export default { } }); } else if (this.listQuery.productType === 2) { - //柱门板 + //柱护板 this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN); this.hostCheckQuery.productLine = this.listQuery.productLine; + this.hostCheckQuery.GroupName = this.listQuery.GroupName this.isDisable = true; this.$axios .posts(