tplus-components-touch 3.22.13 → 3.22.14
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.
|
@@ -610,6 +610,10 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
610
610
|
_this2.setState({
|
|
611
611
|
czkValue: currentMode.member.StorageCardNo
|
|
612
612
|
});
|
|
613
|
+
} else {
|
|
614
|
+
_this2.setState({
|
|
615
|
+
czkValue: null
|
|
616
|
+
});
|
|
613
617
|
}
|
|
614
618
|
}
|
|
615
619
|
setTimeout(function () {
|
|
@@ -684,7 +688,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
684
688
|
|
|
685
689
|
_this2.setState({
|
|
686
690
|
czkVisible: false,
|
|
687
|
-
storageValue: '0.00'
|
|
691
|
+
storageValue: '0.00',
|
|
692
|
+
czkvalue: null
|
|
688
693
|
});
|
|
689
694
|
_this2.closeRfCard();
|
|
690
695
|
_this2.store.paymode.calcMemberBalance();
|
|
@@ -710,7 +715,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
710
715
|
}
|
|
711
716
|
_this2.setState({
|
|
712
717
|
czkVisible: false,
|
|
713
|
-
storageValue: '0.00'
|
|
718
|
+
storageValue: '0.00',
|
|
719
|
+
czkvalue: null
|
|
714
720
|
});
|
|
715
721
|
_this2.closeRfCard();
|
|
716
722
|
_keyboard2.default.close();
|