From c097cec6e162c3dc69f82a4826185948ede52d3b Mon Sep 17 00:00:00 2001 From: "LAPTOP-AKBAACR8\\An.Hr" <297504645@qq.com> Date: Thu, 30 Mar 2023 17:02:06 +0800 Subject: [PATCH] =?UTF-8?q?GroupName=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue index 164fb38d..cdef6fb7 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue @@ -598,7 +598,7 @@ export default { BillStatus: undefined, CanNotPrint: false, ZHBBillStatus: undefined, - GroupNmae:undefined, + GroupName:undefined, }, listExportQuery: { erpAssemblyCode: undefined, @@ -1153,7 +1153,7 @@ export default { this.listQueryList.BillStatus = 2; //状态 this.listQueryList.ProductLine = this.listQuery.productLine; //产线 this.listQueryList.CanNotPrint = false; //不可打印 - this.listQueryList.GroupNmae = this.listQuery.GroupName + this.listQueryList.GroupName = this.listQuery.GroupName console.log("日常打印M100查询条件:" + JSON.stringify(this.listQueryList)); //this.click(); this.$axios