add:物料同步

This commit is contained in:
zhaoyf
2026-07-07 19:33:49 +08:00
parent 56afafc2a0
commit e966d368bd
7 changed files with 84 additions and 11 deletions

View File

@@ -176,6 +176,7 @@ async function onPutaway() {
order_no: item.order_no,
sku_code: item.sku_code,
batch_no: item.batch_no,
item_no: item.item_no,
qty: item.qty,
}))
submitting.value = true