Commit a0ed7cf1 authored by xioln's avatar xioln

召回出库

parent 350512f3
...@@ -76,7 +76,7 @@ export default { ...@@ -76,7 +76,7 @@ export default {
'reqStatus': 'Apply', 'reqStatus': 'Apply',
'outStorageId': r.jobResponseId, 'outStorageId': r.jobResponseId,
'outStorageIdType': r.jobResponseIdType, 'outStorageIdType': r.jobResponseIdType,
inventory: { amount: r.amount }, inventory: r,
'inventoryId': r.id, 'inventoryId': r.id,
'inventoryIdType': this.$utils.getModelName4dxClassName(r), 'inventoryIdType': this.$utils.getModelName4dxClassName(r),
'purchaseUnitId': r.jobResponse.jobOrder.extMaterial.extUnitId, 'purchaseUnitId': r.jobResponse.jobOrder.extMaterial.extUnitId,
...@@ -90,7 +90,7 @@ export default { ...@@ -90,7 +90,7 @@ export default {
'extMaterialId': r.jobResponse.jobOrder.extMaterialId, 'extMaterialId': r.jobResponse.jobOrder.extMaterialId,
'extMaterialIdType': r.jobResponse.jobOrder.extMaterialIdType, 'extMaterialIdType': r.jobResponse.jobOrder.extMaterialIdType,
'arrivalDate': r.jobResponse.jobOrder.arrivalDate, 'arrivalDate': r.jobResponse.jobOrder.arrivalDate,
'reqAmount': r.usableAmount, // 'reqAmount': r.usableAmount,
'airModel': r.jobResponse.jobOrder.airModel, 'airModel': r.jobResponse.jobOrder.airModel,
'sorties': r.jobResponse.jobOrder.sorties, 'sorties': r.jobResponse.jobOrder.sorties,
'manufacturer': r.jobResponse.jobOrder.manufacturer, 'manufacturer': r.jobResponse.jobOrder.manufacturer,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment