🐞 fix(ID1001149):【编辑销售订单】内部商城,修改订单新增面料时,展示单价为0
This commit is contained in:
parent
04c8e7dcfd
commit
059cdf8c40
@ -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
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user