🐞 fix(售后码单):修改码单字段
This commit is contained in:
parent
e083c8aa4f
commit
d35ca6004f
@ -51,7 +51,7 @@ const RefundCodelist = (props: Props) => {
|
||||
product_color_code: it.code,
|
||||
product_color_name: it.name,
|
||||
num: it.roll.toString(),
|
||||
weight: formatWeightDiv(it.actual_weight).toString(),
|
||||
weight: formatWeightDiv(it.label_weight).toString(),
|
||||
deduction_weight: formatWeightDiv(it.deductions_weight).toString(),
|
||||
settle_weight: formatWeightDiv(it.settle_weight).toString(),
|
||||
deduction_amount: (it.deductions_amount / 100).toString(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user