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 +