From 0b220d969dad16451f323a33e26eb7ff293df657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Fri, 14 Jun 2024 14:32:33 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E5=9B=9E=E6=94=B6?= =?UTF-8?q?=E6=96=99=E5=8F=82=E6=95=B0=E7=9B=B8=E5=85=B3=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recycledMaterials/materialsAdjustmentFunc.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustmentFunc.vue b/fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustmentFunc.vue index 6aacedc4d..13c5f9200 100644 --- a/fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustmentFunc.vue +++ b/fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustmentFunc.vue @@ -422,7 +422,8 @@ export default { fromProduceDate: this.getFormDataInit(item,index,'produceDate'), fromExpireDate: this.getFormDataInit(item,index,'expireDate'), fromLot: this.getFormDataInit(item,index,'lot'), - fromStatus: this.getFormDataInit(item,index,'labelStatus','status'), + // fromStatus: this.getFormDataInit(item,index,'labelStatus','status'), + fromStatus: item.remark == '原料' ? this.packingStagingLists[item.packingCode].status : 2, fromLocationCode: item.locationCode || null, fromLocationArea: _locationInfo.areaCode || null, fromLocationGroup: _locationInfo.locationGroupCode || null, @@ -471,7 +472,7 @@ export default { locationArea: _locationInfoFS.areaCode || null, locationGroup: _locationInfoFS.locationGroupCode || null, locationErpCode: _locationInfoFS.erpLocationCode || null, - status: 1, + status: 2, warehouseCode: _locationInfoFS.warehouseCode || null, reasonCode: null, }