From 184e2d4b48b55acfe2057d33763e3282ecd4337b Mon Sep 17 00:00:00 2001 From: xuan Date: Tue, 6 Dec 2022 10:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E9=94=80=E5=94=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1):=20=E4=BF=AE=E5=A4=8D=E9=85=8D=E5=B8=83=E9=87=91?= =?UTF-8?q?=E9=A2=9D=E4=B8=8D=E5=87=86=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/saleStatistic/index.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/pages/saleStatistic/index.tsx b/src/pages/saleStatistic/index.tsx index cdf2961..513e72d 100644 --- a/src/pages/saleStatistic/index.tsx +++ b/src/pages/saleStatistic/index.tsx @@ -374,10 +374,10 @@ const SaleStatistic = () => { OrderForm.form.processed_order_number.value = setPriceUnit(res.data.processed_order_number) OrderForm.form.processing_order_number.value = setPriceUnit(res.data.processing_order_number) // 配布 - ArrangedForm.summary.total = setPriceUnit(res.data.arranged_amount_sum) + ArrangedForm.summary.total = setPriceUnit(formatPriceDiv(res.data.arranged_amount_sum)) ArrangedForm.summary.value = setPriceUnit(res.data.arranged_number) ArrangedForm.form.not_shipped_amount_sum.value = setPriceUnit(formatPriceDiv(res.data.not_shipped_amount_sum) as number) - ArrangedForm.form.not_shipped_number.value = setPriceUnit(res.data.not_shipped_amount_sum) + ArrangedForm.form.not_shipped_number.value = setPriceUnit(res.data.not_shipped_number) ArrangedForm.form.not_shipped_order_number.value = setPriceUnit(res.data.not_shipped_order_number) ArrangedForm.form.shipped_amount_sum.value = setPriceUnit(formatPriceDiv(res.data.shipped_amount_sum) as number) ArrangedForm.form.shipped_number.value = setPriceUnit(res.data.shipped_number) @@ -543,12 +543,13 @@ const SaleStatistic = () => { - - {value.cellTitle} - - - + {value.cellTitle} + // + // + // {value.cellTitle} + // + // + // } desc={value.value.num} customDescClassName={value.value.cls}