空管入库
This commit is contained in:
@@ -133,8 +133,9 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
let res = await taskQuerydevice([{device_code: this.index2}])
|
let res = await taskQuerydevice([{device_code: this.index2}])
|
||||||
this.qty = res.qty
|
let data = res.data[0]
|
||||||
this._queryPaperMaterial(res.material_code)
|
this.qty = data.qty
|
||||||
|
this._queryPaperMaterial(data.material_code)
|
||||||
},
|
},
|
||||||
/** 确认 */
|
/** 确认 */
|
||||||
async _emptyConfirm () {
|
async _emptyConfirm () {
|
||||||
|
|||||||
Reference in New Issue
Block a user