Commit 61de24ed authored by arvin's avatar arvin

三期入库调整

parent 0935bc5c
......@@ -55,13 +55,13 @@ export default {
value: this.basicData.billType
})
}
// if (this.basicData.extDxProductArea && this.basicData.extDxProductArea.id) {
// val.items.push({
// fieldName: 'inventory.jobResponse.jobOrder.storageZoneId',
// operator: 'EQ',
// value: this.basicData.extDxProductArea.id
// })
// }
if (this.basicData.materialType) {
val.items.push({
fieldName: 'inventory.jobResponse.jobOrder.extMaterial.resType2Id',
operator: 'EQ',
value: this.basicData.materialType
})
}
const el = this.$refs['materielTable']
el.$refs.asCom.getData(val.items, val.items)
},
......
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