✨ feat:面料详情新增字段
This commit is contained in:
parent
f27605086c
commit
a0d4ad90d8
@ -213,11 +213,14 @@ const Details = (props: Params) => {
|
||||
<View className={styles.des_text}>
|
||||
编号:<Text>{productInfo.code}</Text>
|
||||
</View>
|
||||
<View className={styles.des_text}>
|
||||
幅宽:<Text>{productInfo.width}</Text>
|
||||
</View>
|
||||
<View className={styles.des_text}>
|
||||
工艺:<Text>{productInfo.craft}</Text>
|
||||
</View>
|
||||
<View className={styles.des_text}>
|
||||
幅宽:<Text>{productInfo.width}</Text>
|
||||
空差:<Text>{productInfo.weight_error_discount / 1000}KG</Text>
|
||||
</View>
|
||||
<View className={styles.des_text}>
|
||||
克重:<Text>{productInfo.weight_density}</Text>
|
||||
@ -225,6 +228,15 @@ const Details = (props: Params) => {
|
||||
<View className={styles.des_text}>
|
||||
成分:<Text>{productInfo.component}</Text>
|
||||
</View>
|
||||
<View className={styles.des_text}>
|
||||
纸筒:<Text>{productInfo.tube / 1000}KG</Text>
|
||||
</View>
|
||||
<View className={styles.des_text}>
|
||||
出米数:<Text>{productInfo.length_to_weight_rate / 100}</Text>
|
||||
</View>
|
||||
<View className={styles.des_text}>
|
||||
开单减空差:<Text>{productInfo.weight_error / 1000}KG</Text>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
<View className={styles.product_color}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user