|
|
@@ -276,6 +276,7 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
arrPrint.push(util.hexStringToBuff("--------------------------------\n"));
|
|
|
+ arrPrint.push(util.hexStringToBuff(util.printTwoData("运费:", BleVal.sendCost)));
|
|
|
arrPrint.push(util.hexStringToBuff(util.printTwoData("总金额:", BleVal.prePrice)));
|
|
|
arrPrint.push(util.hexStringToBuff(util.printTwoData("优惠:", BleVal.discountAmount)));
|
|
|
arrPrint.push(util.hexStringToBuff(util.printTwoData("应付金额:", BleVal.realPrice)));
|