✨ feat(ID1000895):码单新增售中售后说明
This commit is contained in:
parent
769254ae2c
commit
4c6ea5f1d2
@ -166,6 +166,9 @@ const ScanPayCheck = ({ show = true, onClose, company, orderInfo }: Param) => {
|
|||||||
order_total_weight_error: formatWeightDiv(orderInfo.total_weight_error).toString(), // 总空差重量
|
order_total_weight_error: formatWeightDiv(orderInfo.total_weight_error).toString(), // 总空差重量
|
||||||
show_total_price: orderInfo.is_display_price,
|
show_total_price: orderInfo.is_display_price,
|
||||||
show_sale_price: orderInfo.is_display_price,
|
show_sale_price: orderInfo.is_display_price,
|
||||||
|
show_tips: true,
|
||||||
|
tips: `请核对本单后验收, <b>如发现质量问题,请于收到货之日起3天内与平台客服联系协商解决,</b>逾期不作处理即表示购方默认对货物无异议;<b>购方确认无任何问题方可裁剪/加工,一经裁剪,缩水等工艺,平台概不负责;</b>
|
||||||
|
看布购货,请先试缩水,并注意分缸裁布!如需撞色拼接,请先试色牢度。非质量问题,恕不退换,谢谢合作!`,
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}, [orderInfo])
|
}, [orderInfo])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user