空管入库

This commit is contained in:
2023-10-09 14:14:30 +08:00
parent 4fc154739f
commit 6ae392916e

View File

@@ -132,7 +132,7 @@
})
return
}
let res = await taskQuerydevice([{device_code: this.index2}])
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)