🐞 fix(传统码单):码单结算重量参数屏蔽
This commit is contained in:
parent
7819ca37ec
commit
654cdc686b
@ -28,8 +28,8 @@ export const SEARCH_EMPTY_IMAGE = `${IMG_CND_Prefix}/search_empty.png`
|
|||||||
export const COLLECTION_EMPTY_IMAGE = `${IMG_CND_Prefix}/mall/collection_empty.png`
|
export const COLLECTION_EMPTY_IMAGE = `${IMG_CND_Prefix}/mall/collection_empty.png`
|
||||||
|
|
||||||
// 在线支付图片baseUrl
|
// 在线支付图片baseUrl
|
||||||
// export const CAP_HTML_TO_IMAGE_BASE_URL = CURRENT_CAP_HTML_TO_IMAGE_BASE_URL
|
export const CAP_HTML_TO_IMAGE_BASE_URL = CURRENT_CAP_HTML_TO_IMAGE_BASE_URL
|
||||||
export const CAP_HTML_TO_IMAGE_BASE_URL = 'http://192.168.1.127:8081'
|
// export const CAP_HTML_TO_IMAGE_BASE_URL = 'http://192.168.1.127:8081'
|
||||||
// 获取CND资源
|
// 获取CND资源
|
||||||
export const getCDNSource = (suffix: string) => {
|
export const getCDNSource = (suffix: string) => {
|
||||||
return IMG_CND_Prefix + suffix
|
return IMG_CND_Prefix + suffix
|
||||||
|
|||||||
@ -67,7 +67,7 @@ export default (props: Props) => {
|
|||||||
total_price: formatPriceDiv(item?.total_price).toString(),
|
total_price: formatPriceDiv(item?.total_price).toString(),
|
||||||
deduction_weight: formatWeightDiv(item.deduction_weight).toString(),
|
deduction_weight: formatWeightDiv(item.deduction_weight).toString(),
|
||||||
deduction_amount: formatWeightDiv(item.deduction_amount).toString(),
|
deduction_amount: formatWeightDiv(item.deduction_amount).toString(),
|
||||||
settle_weight: formatPriceDiv(item?.total_price).toString(),
|
// settle_weight: formatPriceDiv(item?.total_price).toString(),
|
||||||
weight_error: formatWeightDiv(item.weight_error).toString(),
|
weight_error: formatWeightDiv(item.weight_error).toString(),
|
||||||
dryelot_number: item.dyelot_number,
|
dryelot_number: item.dyelot_number,
|
||||||
product_id: item.product_id.toString(),
|
product_id: item.product_id.toString(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user