一期修改

This commit is contained in:
2024-03-19 17:29:47 +08:00
parent f840648d65
commit 060d415c54
8 changed files with 17 additions and 8 deletions

View File

@@ -136,7 +136,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 () {