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, }