tplus-components-touch 3.26.22 → 3.26.26

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
 
@@ -4905,7 +4914,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
4905
4914
  null,
4906
4915
  _react2.default.createElement(_input2.default, {
4907
4916
  type: 'text',
4908
- placeholder: '\u8BF7\u626B\u63CF\u6216\u8F93\u5165\u50A8\u503C\u5361',
4917
+ placeholder: '\u8BF7\u626B\u63CF\u6216\u8F93\u5165\u624B\u673A\u53F7/\u50A8\u503C\u5361\u53F7',
4909
4918
  className: 'input ' + (this.hasElectron === true && this.iCCardServer === 1 || this.isHorizontalPad === true ? 'temp' : ''),
4910
4919
  onChange: function onChange(e) {
4911
4920
  return _this8.onCzkChange(e.target.value);
@@ -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,
@@ -5094,6 +5103,11 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
5094
5103
  footer: _react2.default.createElement(
5095
5104
  'div',
5096
5105
  { className: 'action' },
5106
+ _react2.default.createElement(
5107
+ 'span',
5108
+ { className: 'showUseCard' },
5109
+ '\u4EC5\u5217\u793A\u53EF\u7528\u7684\u50A8\u503C\u5361'
5110
+ ),
5097
5111
  _react2.default.createElement(
5098
5112
  _button2.default,
5099
5113
  { onClick: this.handleMoreCzkCancel },