Commit 5bf5e5ce authored by arvin's avatar arvin

三期入库明细

parent 61de24ed
......@@ -62,6 +62,11 @@ export default {
value: this.basicData.materialType
})
}
val.items.push({
fieldName: 'inventory.jobResponse.jobOrderId',
operator: 'NEQ',
value: 0
})
const el = this.$refs['materielTable']
el.$refs.asCom.getData(val.items, val.items)
},
......@@ -85,7 +90,7 @@ export default {
const data = this.selection.map(r => {
return {
'subTypeName': 'InStorageExpireItem',
'reqStatus': 'NOT',
'reqStatus': 'Apply',
'outStorageId': r.inventory.jobResponseId,
'outStorageIdType': r.inventory.jobResponseIdType,
'inventoryId': r.inventoryId,
......
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