From 9a61dee41d402a9203161ecdf2ced31274cfcc3e Mon Sep 17 00:00:00 2001 From: guoshuang Date: Thu, 12 Sep 2024 14:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E9=A2=86=E6=96=99=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/wms/Raw/ProductionREQ/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/wms/Raw/ProductionREQ/index.vue b/src/pages/wms/Raw/ProductionREQ/index.vue index 976cd73..b9c4e9b 100644 --- a/src/pages/wms/Raw/ProductionREQ/index.vue +++ b/src/pages/wms/Raw/ProductionREQ/index.vue @@ -31,7 +31,7 @@ 领料单: - {{ item.userDefined4 }} + {{ item.produceCode }} 物料编码: @@ -214,6 +214,7 @@ export default class ProductionREQ extends BasePage { this.materilist.forEach((item) => { if (item.materialCode == alreadyList.materialCode) { item.outNumber += alreadyList.amount; + alreadyList.produceCode = item.produceCode; } }); //alreadyList.handlematerialCode = alreadyList.materialCode.slice(alreadyList.materialCode.search(/[1-9]/)); @@ -257,7 +258,7 @@ export default class ProductionREQ extends BasePage { item.factoryCode = session.FactoryCode; params.push(item); }); - // console.log('list', params); + //console.log('list', params); // this.mepty(); await this.model.out(params); if (this.model.SubmitCode == '200') {