添加一期修改功能

This commit is contained in:
2024-03-19 16:53:18 +08:00
parent 4bf4be18b8
commit f840648d65
11 changed files with 131 additions and 36 deletions

View File

@@ -133,7 +133,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)