tplus-components-touch 3.47.5 → 3.47.6
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.
@@ -786,11 +786,10 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
786
786
|
storageValue: '0.00',
|
787
787
|
czkValue: null
|
788
788
|
});
|
789
|
-
_this2.closeRfCard();
|
790
789
|
_this2.store.paymode.calcMemberBalance();
|
791
790
|
_this2.handleCzk();
|
792
791
|
|
793
|
-
case
|
792
|
+
case 17:
|
794
793
|
case 'end':
|
795
794
|
return _context2.stop();
|
796
795
|
}
|
@@ -843,7 +842,6 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
843
842
|
storageValue: '0.00',
|
844
843
|
czkValue: null
|
845
844
|
});
|
846
|
-
_this2.closeRfCard();
|
847
845
|
_keyboard2.default.close();
|
848
846
|
_this2.setInventoryFocus();
|
849
847
|
};
|
@@ -3531,16 +3529,6 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
3531
3529
|
}
|
3532
3530
|
}
|
3533
3531
|
|
3534
|
-
//IC卡关闭
|
3535
|
-
|
3536
|
-
}, {
|
3537
|
-
key: 'closeRfCard',
|
3538
|
-
value: function closeRfCard() {
|
3539
|
-
if (this.hasElectron === true && this.iCCardServer === 1) {
|
3540
|
-
_mutantsMicrofx.nativeMs.setIpcRendererMethod('CloseRfCard');
|
3541
|
-
}
|
3542
|
-
}
|
3543
|
-
|
3544
3532
|
//czk
|
3545
3533
|
|
3546
3534
|
|