Commit 0935bc5c authored by arvin's avatar arvin

三期入库调整

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