优化添加优惠
This commit is contained in:
@@ -163,6 +163,7 @@ export function commOrderPrintData(orderInfo) {
|
||||
loginAccount: userStore.userInfo.name,
|
||||
carts: [],
|
||||
amount: formatDecimal(orderInfo.payAmount),
|
||||
originAmount: formatDecimal(orderInfo.originAmount),
|
||||
discountAmount: formatDecimal(
|
||||
orderInfo.originAmount - orderInfo.orderAmount
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user