From 059cdf8c40ee712e833bbe79418bcc75de617e92 Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Fri, 13 Jan 2023 14:17:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001149):=E3=80=90?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=E3=80=91?= =?UTF-8?q?=E5=86=85=E9=83=A8=E5=95=86=E5=9F=8E=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=96=B0=E5=A2=9E=E9=9D=A2=E6=96=99=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=B1=95=E7=A4=BA=E5=8D=95=E4=BB=B7=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/orderEdit/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/orderEdit/index.tsx b/src/pages/orderEdit/index.tsx index c35a2df..744afe9 100644 --- a/src/pages/orderEdit/index.tsx +++ b/src/pages/orderEdit/index.tsx @@ -309,6 +309,7 @@ const OrderDetails = () => { item.product_colors?.forEach((edg) => { v.product_colors?.forEach((ac) => { if (edg.id == ac.id) { + edg.sale_price = ac.sale_price edg.total_sale_price = ac.total_sale_price } })