🐞 fix(修改退款码单标签):
This commit is contained in:
parent
700efa7234
commit
d06f4137c6
@ -12,7 +12,7 @@ export const BASE_URL = CURRENT_BASE_URL
|
|||||||
// export const BASE_URL = `https://dev.zzfzyc.com/lymarket` // 开发环境
|
// export const BASE_URL = `https://dev.zzfzyc.com/lymarket` // 开发环境
|
||||||
// export const BASE_URL = `https://www.zzfzyc.com/lymarket` // 正式环境
|
// export const BASE_URL = `https://www.zzfzyc.com/lymarket` // 正式环境
|
||||||
// export const BASE_URL = `http://192.168.1.5:40001/lymarket` // 王霞
|
// export const BASE_URL = `http://192.168.1.5:40001/lymarket` // 王霞
|
||||||
// export const BASE_URL = `http://192.168.1.7:50001/lymarket` // 添
|
// export const BASE_URL = `http://192.168.1.7:50002/lymarket` // 添
|
||||||
// export const BASE_URL = `http://192.168.1.22:50002/lymarket` // 婷
|
// export const BASE_URL = `http://192.168.1.22:50002/lymarket` // 婷
|
||||||
// export const BASE_URL = `http://192.168.1.42:50002/lymarket` // 杰
|
// export const BASE_URL = `http://192.168.1.42:50002/lymarket` // 杰
|
||||||
|
|
||||||
|
|||||||
@ -54,7 +54,7 @@ export default memo(({ show = true, onClose, orderInfo }: Param) => {
|
|||||||
product_color_name: citem.name,
|
product_color_name: citem.name,
|
||||||
num: citem.roll.toString(),
|
num: citem.roll.toString(),
|
||||||
length: (citem.length / 100).toString(),
|
length: (citem.length / 100).toString(),
|
||||||
weight: formatWeightDiv(citem.actual_weight).toString(),
|
weight: formatWeightDiv(citem.label_weight).toString(),
|
||||||
sale_price: formatPriceDiv(citem.sale_price).toString(),
|
sale_price: formatPriceDiv(citem.sale_price).toString(),
|
||||||
total_price: formatPriceDiv(citem.refund_amount).toString(), //小计
|
total_price: formatPriceDiv(citem.refund_amount).toString(), //小计
|
||||||
weight_error: formatWeightDiv(citem.settle_weight_error).toString(),
|
weight_error: formatWeightDiv(citem.settle_weight_error).toString(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user