shish hace 5 años
padre
commit
0b189d87f9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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(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)));