From 05fa1605bb9123d8f8dea343c299f18903388192 Mon Sep 17 00:00:00 2001 From: "LAPTOP-AKBAACR8\\An.Hr" <297504645@qq.com> Date: Thu, 30 Mar 2023 16:49:34 +0800 Subject: [PATCH] =?UTF-8?q?GroupName=E6=9B=B4=E6=94=B9=E4=B8=BA=E5=A4=A7?= =?UTF-8?q?=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pg-fis/basedate/m100Online/budaZHB.vue | 6 ++-- .../basedate/m100Online/normalPritIndex.vue | 30 +++++++++---------- .../views/pg-fis/basedate/select/index.vue | 10 +++---- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/vue/src/views/pg-fis/basedate/m100Online/budaZHB.vue b/vue/src/views/pg-fis/basedate/m100Online/budaZHB.vue index 32402b78..e28a46a3 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/budaZHB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/budaZHB.vue @@ -304,7 +304,7 @@ export default { newVal.forEach((element) => { this.customerInfo.printType = 2; //2时补打 this.customerInfo.productLine = element.ProductLine; - this.customerInfo.Groupname = element.Groupname + this.customerInfo.GroupName = element.GroupName }); if (this.customerInfo.productLine != "") { this.getList(); @@ -472,7 +472,7 @@ export default { if (this.customerInfo.productLine != "") { inputParam.productLine = this.customerInfo.productLine; } - inputParam.Groupname = this.customerInfo.Groupname; + inputParam.GroupName = this.customerInfo.GroupName; console.log(476,inputParam) console.log('取柱护板补打列表replenish-print-zhb-list方法输入参数:' + JSON.stringify(this.listQuery)); this.$axios @@ -508,7 +508,7 @@ export default { var params = { printType: 2, productLine: this.customerInfo.productLine, - Groupname: this.customerInfo.Groupname, + GroupName: this.customerInfo.GroupName, beginVin: beginVin1, endVin: endVin1, m100IdList: [] diff --git a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue index 5ae9103f..164fb38d 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue @@ -46,11 +46,11 @@