shish 5 سال پیش
والد
کامیت
0b189d87f9
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      ghsApp/src/mixins/BLE.js

+ 1 - 0
ghsApp/src/mixins/BLE.js

@@ -276,6 +276,7 @@ export default {
 				})
 				})
 			}
 			}
 			arrPrint.push(util.hexStringToBuff("--------------------------------\n"));
 			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.prePrice)));
 			arrPrint.push(util.hexStringToBuff(util.printTwoData("优惠:", BleVal.discountAmount)));
 			arrPrint.push(util.hexStringToBuff(util.printTwoData("优惠:", BleVal.discountAmount)));
 			arrPrint.push(util.hexStringToBuff(util.printTwoData("应付金额:", BleVal.realPrice)));
 			arrPrint.push(util.hexStringToBuff(util.printTwoData("应付金额:", BleVal.realPrice)));