From a0d4ad90d8d2ad763000ec42a114d57dc90a0c0a Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Sat, 10 Dec 2022 20:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=E9=9D=A2=E6=96=99=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/index.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/pages/details/index.tsx b/src/pages/details/index.tsx index 79bdafd..3bb3d8f 100644 --- a/src/pages/details/index.tsx +++ b/src/pages/details/index.tsx @@ -213,11 +213,14 @@ const Details = (props: Params) => { 编号:{productInfo.code} + + 幅宽:{productInfo.width} + 工艺:{productInfo.craft} - 幅宽:{productInfo.width} + 空差:{productInfo.weight_error_discount / 1000}KG 克重:{productInfo.weight_density} @@ -225,6 +228,15 @@ const Details = (props: Params) => { 成分:{productInfo.component} + + 纸筒:{productInfo.tube / 1000}KG + + + 出米数:{productInfo.length_to_weight_rate / 100} + + + 开单减空差:{productInfo.weight_error / 1000}KG +