空管入库

This commit is contained in:
2023-04-28 11:02:00 +08:00
parent ded55a9c9f
commit 4adde25d8a

View File

@@ -133,8 +133,9 @@
return
}
let res = await taskQuerydevice([{device_code: this.index2}])
this.qty = res.qty
this._queryPaperMaterial(res.material_code)
let data = res.data[0]
this.qty = data.qty
this._queryPaperMaterial(data.material_code)
},
/** 确认 */
async _emptyConfirm () {