优化小票优惠信息显示
This commit is contained in:
@@ -214,7 +214,7 @@ export function commOrderPrintData(orderInfo) {
|
||||
number: '',
|
||||
skuName: '',
|
||||
salePrice: '',
|
||||
totalAmount: orderInfo.packFee,
|
||||
totalAmount: formatDecimal(orderInfo.packFee),
|
||||
proGroupInfo: "",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user