Commit 6491a286 by qinjianhui

fix: 问题修改

parent cb9d1cc6
......@@ -759,7 +759,7 @@ const saveShipment = async () => {
shipmentForm.value.namespace = item.namespace
const order = []
for (const jj of item.productList || []) {
if (jj.count === 0) break
if (jj.count === 0) continue
const subOrder = {
erpSubOrderNumber: jj.erpSubOrderNumber,
subOrderNumber: jj.subOrderNumber,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment