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 @@