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') {