tplus-components-touch 3.26.26 → 3.26.27

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.
@@ -637,6 +637,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
637
637
 
638
638
  if (memberdata1 && memberdata1.length === 1) {
639
639
  _this2.handleCzkMoreData(true);
640
+ _this2.store.handleCzkData(memberdata1[0]);
640
641
  } else if (memberdata1 && memberdata1.length >= 1) {
641
642
  _this2.setState({
642
643
  czkVisible: true,
@@ -1355,19 +1356,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
1355
1356
  }
1356
1357
  }
1357
1358
  // let bjfdx=this.store.paymode.currentMode.paymentType==PayStyle.jfdx;
1358
- var value = val;
1359
- var amountMaxLength = parseInt(_this2.props.initData["AmountMaxLength"] || 10);
1360
- if (isNaN(val) && val !== '-') {
1361
- value = _this2._val;
1362
- } else if (!_this2.store.brefund && !isNaN(val) && parseFloat(val) <= 0) {
1363
- value = _this2._val;
1364
- } else if (value.length > amountMaxLength) {
1365
- value = _this2._val;
1366
- } else {
1367
- _this2._val = val;
1368
- }
1369
- _this2[_this2.inputkey].input.value = value;
1370
- _this2.store.paymode.setCurrentModeValue(value, max);
1359
+ _this2.store.paymode.setCurrentModeValue(val, max);
1371
1360
  };
1372
1361
 
1373
1362
  _this2.onBlur = function (index, e) {