Commit cb4d8ece authored by lanbaoming's avatar lanbaoming

2024-06-28-2提交

parent 56a360e3
...@@ -3127,7 +3127,7 @@ export default { ...@@ -3127,7 +3127,7 @@ export default {
if (!tmp.quantity) tmp.quantity = 1; if (!tmp.quantity) tmp.quantity = 1;
if (!tmp.num) tmp.num = 1; if (!tmp.num) tmp.num = 1;
tmp.orderType = item.orderItemType; tmp.orderType = item.orderItemType;
//lanbm 2024-06-22 包装类型 //包装类型
tmp.packaging=item.unit; tmp.packaging=item.unit;
arr.push(tmp); arr.push(tmp);
}); });
......
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