Commit 221db6b1 authored by jingnan's avatar jingnan 👀

返厂出库创建传参修改

parent 12147b9a
...@@ -86,39 +86,40 @@ export default { ...@@ -86,39 +86,40 @@ export default {
if (selection.find(row => !row.jobResponse || !row.jobResponse.jobOrder || !row.jobResponse.jobOrder.extMaterial)) return this.$utils.showMessageWarning('所选数据信息不全,请重新选择!') if (selection.find(row => !row.jobResponse || !row.jobResponse.jobOrder || !row.jobResponse.jobOrder.extMaterial)) return this.$utils.showMessageWarning('所选数据信息不全,请重新选择!')
const data = selection.map(r => { const data = selection.map(r => {
return { return {
...r.jobResponse.jobOrder,
'subTypeName': 'OutStorageRecallItem', 'subTypeName': 'OutStorageRecallItem',
'reqStatus': 'Apply', 'reqStatus': 'Apply',
'outStorageId': r.jobResponseId, 'outStorageId': r.jobResponseId,
'outStorageIdType': r.jobResponseIdType, 'outStorageIdType': r.jobResponseIdType,
'inventory': r, // '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,
'purchaseUnitIdType': r.jobResponse.jobOrder.extMaterial.extUnitIdType, 'purchaseUnitIdType': r.jobResponse.jobOrder.extMaterial.extUnitIdType,
'extDxSipplierId': r.jobResponse.jobOrder.extDxSipplierId, // 'extDxSipplierId': r.jobResponse.jobOrder.extDxSipplierId,
'extDxSipplierIdType': r.jobResponse.jobOrder.extDxSipplierIdType, // 'extDxSipplierIdType': r.jobResponse.jobOrder.extDxSipplierIdType,
'extDxSipplier': r.jobResponse.jobOrder.extDxSipplier, // 'extDxSipplier': r.jobResponse.jobOrder.extDxSipplier,
'extMaterial': r.jobResponse.jobOrder.extMaterial, // 'extMaterial': r.jobResponse.jobOrder.extMaterial,
'storageZone': r.jobResponse.jobOrder.storageZone, // 'storageZone': r.jobResponse.jobOrder.storageZone,
'storageCondition': r.jobResponse.jobOrder.storageCondition, // 'storageCondition': r.jobResponse.jobOrder.storageCondition,
'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.amount, 'reqAmount': r.amount,
'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,
'contractNo': r.jobResponse.jobOrder.contractNo, // 'contractNo': r.jobResponse.jobOrder.contractNo,
'stockPrice': r.jobResponse.jobOrder.stockPrice, // 'stockPrice': r.jobResponse.jobOrder.stockPrice,
'lotNo': r.jobResponse.jobOrder.lotNo, // 'lotNo': r.jobResponse.jobOrder.lotNo,
'taxRate': r.jobResponse.jobOrder.taxRate, // 'taxRate': r.jobResponse.jobOrder.taxRate,
'taxUnitPrice': r.jobResponse.jobOrder.taxUnitPrice, // 'taxUnitPrice': r.jobResponse.jobOrder.taxUnitPrice,
'taxPrice': r.jobResponse.jobOrder.taxPrice, // 'taxPrice': r.jobResponse.jobOrder.taxPrice,
'stockUnitPrice': r.jobResponse.jobOrder.stockUnitPrice, // 'stockUnitPrice': r.jobResponse.jobOrder.stockUnitPrice,
'purchaseOrderNo': r.jobResponse.jobOrder.purchaseOrderNo, // 'purchaseOrderNo': r.jobResponse.jobOrder.purchaseOrderNo,
'operator': 'ADD', 'operator': 'ADD'
'remark': r.jobResponse.jobOrder.remark, // 'remark': r.jobResponse.jobOrder.remark,
'isRoot': r.jobResponse.jobOrder.isRoot // 'isRoot': r.jobResponse.jobOrder.isRoot
} }
}) })
......
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