Browse Source

【nev-pc】回收料参数相关问题修改

ag_report_nev
安虹睿 11 months ago
parent
commit
0b220d969d
  1. 5
      fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustmentFunc.vue

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

Loading…
Cancel
Save