空管入库

This commit is contained in:
2024-01-10 16:51:59 +08:00
parent c4156252b1
commit 3a1626f165

View File

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