外包材

This commit is contained in:
2026-01-08 10:57:11 +08:00
parent afc569e771
commit e05a972dbd
17 changed files with 131 additions and 77 deletions

View File

@@ -152,7 +152,7 @@
try {
let res = await directlyOutCodeInsert(e)
if (res) {
this.dataList.push(res.data)
this.dataList = [...this.dataList, ...res.data]
this.dataList.forEach(e => {
e.initialQty = e.qty
})