优化打印
This commit is contained in:
@@ -269,7 +269,7 @@ async function printOrderLable() {
|
||||
name: item.productName,
|
||||
number: item.num,
|
||||
skuName: item.productSkuName,
|
||||
salePrice: formatDecimal(item.priceAmount / item.num),
|
||||
salePrice: formatDecimal(item.price),
|
||||
totalAmount: formatDecimal(item.priceAmount)
|
||||
}
|
||||
)
|
||||
|
||||
@@ -502,7 +502,7 @@ const print = lodash.throttle(
|
||||
name: item.productName,
|
||||
number: item.num,
|
||||
skuName: item.productSkuName,
|
||||
salePrice: formatDecimal(item.priceAmount / item.num),
|
||||
salePrice: formatDecimal(item.price),
|
||||
totalAmount: formatDecimal(item.priceAmount)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user