tplus-components-touch 3.44.2 → 3.44.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/billSearch/index.js +2 -2
- package/dist/components/billSearch/index.js.map +1 -1
- package/dist/components/cloudPrint/BTPrintFormatUtil.js +2 -2
- package/dist/components/cloudPrint/BTPrintFormatUtil.js.map +1 -1
- package/dist/components/cloudPrint/index.js +893 -608
- package/dist/components/cloudPrint/index.js.map +1 -1
- package/dist/components/cloudPrint/printDispatch.js +184 -48
- package/dist/components/cloudPrint/printDispatch.js.map +1 -1
- package/dist/components/cloudPrint/printTemplate/dialy_one.json +239 -0
- package/dist/components/cloudPrint/printTemplate/duty_one.json +239 -0
- package/dist/components/cloudPrint/printTemplate/retail_one.json +204 -0
- package/dist/components/cloudPrint/printTemplate/retail_two.json +220 -0
- package/dist/components/cloudPrint/printTemplate/storage_one.json +129 -0
- package/dist/components/cloudPrint/printTemplate/template.js +52 -0
- package/dist/components/cloudPrint/printTemplate/template.js.map +1 -0
- package/dist/components/hardwareAPI/index.js +46 -12
- package/dist/components/hardwareAPI/index.js.map +1 -1
- package/dist/components/settlement/settlement.js +9 -18
- package/dist/components/settlement/settlement.js.map +1 -1
- package/dist/components/settlement/settlementStore.js +1 -0
- package/dist/components/settlement/settlementStore.js.map +1 -1
- package/package.json +1 -1
@@ -1492,6 +1492,7 @@ var SettlementStore = (_class = function () {
|
|
1492
1492
|
DynamicPropertyValues: [],
|
1493
1493
|
DataSource: { Id: _this12.dataSource },
|
1494
1494
|
ThirdPaymentInfo: themode.thridPayment || null,
|
1495
|
+
SettleStyle: { Name: mode.name },
|
1495
1496
|
ThirdPaymentReturnInfo: mode.thirdPaymentReturnInfo || null
|
1496
1497
|
});
|
1497
1498
|
if (mode.paymentType == PayStyle.djq) {
|