This commit is contained in:
蔡玲
2024-09-23 14:24:17 +08:00
parent 5ddfe64d93
commit e910ef1ad4

View File

@@ -283,7 +283,7 @@ export default {
} }
}) })
} }
crudProduceScreen.fabOrders({ device_code: arr }).then(res => { crudProduceScreen.fabOrders({ deviceCodes: arr }).then(res => {
this.options2 = [...res] this.options2 = [...res]
}) })
crudProduceScreen.getPointVehicle({ device_code: this.popData.device_code }).then(res => { crudProduceScreen.getPointVehicle({ device_code: this.popData.device_code }).then(res => {
@@ -294,7 +294,7 @@ export default {
} else if (type === 'BACK') { } else if (type === 'BACK') {
const arr = [] const arr = []
arr.push(this.popData.device_code) arr.push(this.popData.device_code)
crudProduceScreen.fabOrders({ device_code: arr }).then(res => { crudProduceScreen.fabOrders({ deviceCodes: arr }).then(res => {
this.popList = [...res] this.popList = [...res]
this.popList.map(el => { this.popList.map(el => {
this.$set(el, 'material_qty', 0) this.$set(el, 'material_qty', 0)