tplus-components-touch 3.26.23 → 3.26.24
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.
|
@@ -643,6 +643,13 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
643
643
|
moreCzkVisible: true,
|
|
644
644
|
memberdata1: memberdata1
|
|
645
645
|
});
|
|
646
|
+
} else {
|
|
647
|
+
_this2.setState({
|
|
648
|
+
czkVisible: true
|
|
649
|
+
});
|
|
650
|
+
setTimeout(function () {
|
|
651
|
+
_this2.czkInput && _this2.czkInput.input.focus();
|
|
652
|
+
}, 300);
|
|
646
653
|
}
|
|
647
654
|
|
|
648
655
|
case 10:
|
|
@@ -660,7 +667,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
660
667
|
|
|
661
668
|
_this2.handleMoreCzkCancel = function () {
|
|
662
669
|
_this2.setState({
|
|
663
|
-
moreCzkVisible: false
|
|
670
|
+
moreCzkVisible: false,
|
|
671
|
+
selectedRowIndex: 0
|
|
664
672
|
});
|
|
665
673
|
setTimeout(function () {
|
|
666
674
|
_this2.czkInput && _this2.czkInput.input.focus();
|
|
@@ -682,7 +690,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
682
690
|
_this2.handleCzkMoreData();
|
|
683
691
|
_this2.store.handleCzkData(memberdata1[selectedRowIndex]);
|
|
684
692
|
_this2.setState({
|
|
685
|
-
moreCzkVisible: false
|
|
693
|
+
moreCzkVisible: false,
|
|
694
|
+
selectedRowIndex: 0
|
|
686
695
|
});
|
|
687
696
|
};
|
|
688
697
|
|
|
@@ -5082,7 +5091,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
5082
5091
|
_react2.default.createElement(
|
|
5083
5092
|
_modal2.default,
|
|
5084
5093
|
{
|
|
5085
|
-
wrapClassName: 'moreCzkModal ' + (this.isHorizontalPad ? 'extraHeight' : ''),
|
|
5094
|
+
wrapClassName: _index.hotKey.hotKeyBindClass('5', 'moreCzkModal') + ' ' + (this.isHorizontalPad ? 'extraHeight' : ''),
|
|
5086
5095
|
width: '400px',
|
|
5087
5096
|
visible: this.state.moreCzkVisible,
|
|
5088
5097
|
maskClosable: false,
|