data
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user