🐞 fix(ID1001149):【编辑销售订单】内部商城,修改订单新增面料时,展示单价为0

This commit is contained in:
Haiyi 2023-01-13 14:17:55 +08:00
parent 04c8e7dcfd
commit 059cdf8c40

View File

@ -309,6 +309,7 @@ const OrderDetails = () => {
item.product_colors?.forEach((edg) => { item.product_colors?.forEach((edg) => {
v.product_colors?.forEach((ac) => { v.product_colors?.forEach((ac) => {
if (edg.id == ac.id) { if (edg.id == ac.id) {
edg.sale_price = ac.sale_price
edg.total_sale_price = ac.total_sale_price edg.total_sale_price = ac.total_sale_price
} }
}) })