tplus-components-touch 3.21.2 → 3.22.1

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.
@@ -250,8 +250,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
250
250
  discountRetailTotalAount: null,
251
251
  discountPrototypeTotalAmount: null,
252
252
  bquick: false,
253
- currentKey: null,
254
- couponLight: true };
253
+ currentKey: null };
255
254
  _this2.compoundHotkeysList = (window.$.operationControl[5] ? window.$.operationControl[5].control || [] : []).map(function (key) {
256
255
  return key.toLocaleUpperCase();
257
256
  });
@@ -432,6 +431,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
432
431
  //有赠品的情况,不在考虑是否促销
433
432
  if (item.IsPresent) {
434
433
  item.badge = { text: '赠', position: 'leftTop', className: '' };
434
+ } else if (item.IsGWPBuyGift) {
435
+ item.badge = { text: '换', position: 'leftTop', className: '' };
435
436
  } else if (item.PromotionDetails && item.PromotionDetails.length > 0) {
436
437
  item.badge = { text: '促', position: 'leftTop', className: '' };
437
438
  } else {
@@ -850,10 +851,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
850
851
 
851
852
  _this2.store.setCurrentMode(id, PayStyle.djq);
852
853
  _this2.setState({
853
- djqVisible: true,
854
- couponLight: true
854
+ djqVisible: true
855
855
  });
856
- _this2.store.paymode.calcCheckList();
857
856
  setTimeout(function () {
858
857
  _this2.inputdjq && _this2.inputdjq.input && _this2.inputdjq.input.focus();
859
858
  }, 200);
@@ -1222,7 +1221,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
1222
1221
  _this2.showCzkModal(-1, bappend, params);
1223
1222
  };
1224
1223
 
1225
- _this2.djqChecked = function (q, dto) {
1224
+ _this2.djqChecked = function (q) {
1226
1225
  var _enumController$getEn14 = _mutantsUtil.enumController.getEnumOj(),
1227
1226
  Differentiate = _enumController$getEn14.Differentiate;
1228
1227
 
@@ -1230,17 +1229,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
1230
1229
  _message2.default.info('\u539F\u5355\u9000\u8D27\u65F6' + Differentiate.COUPON + '\u4E0D\u53EF\u4EE5\u53D6\u6D88\u3002');
1231
1230
  return;
1232
1231
  }
1233
-
1234
- var _ref8 = _mutantsUtil.platform || {},
1235
- isNewRetailBCPos = _ref8.isNewRetailBCPos;
1236
-
1237
- if (isNewRetailBCPos) {
1238
- _this2.store.paymode.calcDjqCheckValue(q, _this2.store.dto);
1239
- } else {
1240
- _this2.store.paymode.calcDjqValue(q);
1241
- }
1242
- // this.props.onGetCouponList && this.props.onGetCouponList(this.store.dto, _filter(this.store.paymode.currentMode.djqs,(djq)=>{return djq.couponCategoryEnum !== 'RIGHT'}));
1243
- // this.props.onGetCouponList && this.props.onGetCouponList(this.store.dto, _filter(this.store.paymode.currentMode.djqs,(djq)=>{return djq.checked}), this.store.paymode.currentMode.djqs);
1232
+ _this2.store.paymode.calcDjqValue(q);
1244
1233
  };
1245
1234
 
1246
1235
  _this2.addDjq = function () {
@@ -1672,13 +1661,13 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
1672
1661
  if (_this2.hasElectron === false) return;
1673
1662
  var dt = _mutantsMicrofx.localStore.get('portsetting_hardSet') || [];
1674
1663
 
1675
- var _ref11 = dt || {},
1676
- guestshow_enable = _ref11.guestshow_enable,
1677
- guestshow_clear = _ref11.guestshow_clear,
1678
- guestshow_welcome = _ref11.guestshow_welcome,
1679
- guestshow_collect = _ref11.guestshow_collect,
1680
- guestshow_refund = _ref11.guestshow_refund,
1681
- guestshow_change = _ref11.guestshow_change;
1664
+ var _ref10 = dt || {},
1665
+ guestshow_enable = _ref10.guestshow_enable,
1666
+ guestshow_clear = _ref10.guestshow_clear,
1667
+ guestshow_welcome = _ref10.guestshow_welcome,
1668
+ guestshow_collect = _ref10.guestshow_collect,
1669
+ guestshow_refund = _ref10.guestshow_refund,
1670
+ guestshow_change = _ref10.guestshow_change;
1682
1671
 
1683
1672
  var hasSuccess = _mutantsMicrofx.localStore && _mutantsMicrofx.localStore.get('portsetting_hardSet_isSuccess');
1684
1673
  if (!guestshow_enable || !!guestshow_enable && hasSuccess == '0') return;
@@ -1713,9 +1702,9 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
1713
1702
  };
1714
1703
 
1715
1704
  _this2.handleSettle = function () {
1716
- var _ref12 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee8(args) {
1705
+ var _ref11 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee8(args) {
1717
1706
  var handleUserInputs = function () {
1718
- var _ref14 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee7(promises) {
1707
+ var _ref13 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee7(promises) {
1719
1708
  var results, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, p, _result;
1720
1709
 
1721
1710
  return _regenerator2.default.wrap(function _callee7$(_context7) {
@@ -1806,7 +1795,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
1806
1795
  }));
1807
1796
 
1808
1797
  return function handleUserInputs(_x4) {
1809
- return _ref14.apply(this, arguments);
1798
+ return _ref13.apply(this, arguments);
1810
1799
  };
1811
1800
  }();
1812
1801
 
@@ -1909,7 +1898,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
1909
1898
  });
1910
1899
 
1911
1900
  commit = function () {
1912
- var _ref13 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee6(values) {
1901
+ var _ref12 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee6(values) {
1913
1902
  var result;
1914
1903
  return _regenerator2.default.wrap(function _callee6$(_context6) {
1915
1904
  while (1) {
@@ -1983,7 +1972,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
1983
1972
  }));
1984
1973
 
1985
1974
  return function commit(_x3) {
1986
- return _ref13.apply(this, arguments);
1975
+ return _ref12.apply(this, arguments);
1987
1976
  };
1988
1977
  }();
1989
1978
 
@@ -1998,13 +1987,13 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
1998
1987
  }));
1999
1988
 
2000
1989
  return function (_x2) {
2001
- return _ref12.apply(this, arguments);
1990
+ return _ref11.apply(this, arguments);
2002
1991
  };
2003
1992
  }();
2004
1993
 
2005
1994
  _this2.handleCzk = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee11() {
2006
1995
  var handleUserInputs = function () {
2007
- var _ref18 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee10(promises) {
1996
+ var _ref17 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee10(promises) {
2008
1997
  var results, _iteratorNormalCompletion2, _didIteratorError2, _iteratorError2, _iterator2, _step2, p, _result2;
2009
1998
 
2010
1999
  return _regenerator2.default.wrap(function _callee10$(_context10) {
@@ -2101,11 +2090,11 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2101
2090
  }));
2102
2091
 
2103
2092
  return function handleUserInputs(_x6) {
2104
- return _ref18.apply(this, arguments);
2093
+ return _ref17.apply(this, arguments);
2105
2094
  };
2106
2095
  }();
2107
2096
 
2108
- var that, curmode, promises, _ref16, isNewRetailBCPos, _enumController$getEn20, PayStyle, commit;
2097
+ var that, curmode, promises, _ref15, isNewRetailBCPos, _enumController$getEn20, PayStyle, commit;
2109
2098
 
2110
2099
  return _regenerator2.default.wrap(function _callee11$(_context11) {
2111
2100
  while (1) {
@@ -2114,7 +2103,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2114
2103
  that = _this2;
2115
2104
  curmode = _this2.store.paymode.currentMode;
2116
2105
  promises = [];
2117
- _ref16 = _mutantsUtil.platform || {}, isNewRetailBCPos = _ref16.isNewRetailBCPos;
2106
+ _ref15 = _mutantsUtil.platform || {}, isNewRetailBCPos = _ref15.isNewRetailBCPos;
2118
2107
 
2119
2108
  if (isNewRetailBCPos) {
2120
2109
  if (curmode.value > 0) {
@@ -2131,7 +2120,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2131
2120
  }
2132
2121
 
2133
2122
  commit = function () {
2134
- var _ref17 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee9(values) {
2123
+ var _ref16 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee9(values) {
2135
2124
  var result;
2136
2125
  return _regenerator2.default.wrap(function _callee9$(_context9) {
2137
2126
  while (1) {
@@ -2181,7 +2170,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2181
2170
  }));
2182
2171
 
2183
2172
  return function commit(_x5) {
2184
- return _ref17.apply(this, arguments);
2173
+ return _ref16.apply(this, arguments);
2185
2174
  };
2186
2175
  }();
2187
2176
 
@@ -2232,7 +2221,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2232
2221
  };
2233
2222
 
2234
2223
  _this2.inputPwd = function () {
2235
- var _ref19 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee12(paymode) {
2224
+ var _ref18 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee12(paymode) {
2236
2225
  var that, confirmPwd;
2237
2226
  return _regenerator2.default.wrap(function _callee12$(_context12) {
2238
2227
  while (1) {
@@ -2248,8 +2237,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2248
2237
  // if (v !== '') {
2249
2238
  modal.destroy();
2250
2239
 
2251
- var _ref20 = that.state || {},
2252
- confirmPwd = _ref20.confirmPwd;
2240
+ var _ref19 = that.state || {},
2241
+ confirmPwd = _ref19.confirmPwd;
2253
2242
 
2254
2243
  setTimeout(function () {
2255
2244
  paymode.authCode = v;
@@ -2339,8 +2328,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2339
2328
  type: 'primary', size: 'large', onClick: function onClick() {
2340
2329
  var v = (0, _trim3.default)(that['inputAmount']['input']['value']);
2341
2330
 
2342
- var _ref21 = that.state || {},
2343
- confirmPwd = _ref21.confirmPwd;
2331
+ var _ref20 = that.state || {},
2332
+ confirmPwd = _ref20.confirmPwd;
2344
2333
  // if (v !== '') {
2345
2334
 
2346
2335
 
@@ -2381,7 +2370,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2381
2370
  }));
2382
2371
 
2383
2372
  return function (_x7) {
2384
- return _ref19.apply(this, arguments);
2373
+ return _ref18.apply(this, arguments);
2385
2374
  };
2386
2375
  }();
2387
2376
 
@@ -2431,8 +2420,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2431
2420
 
2432
2421
  _this2.onCzkChange = function (v) {
2433
2422
  // console.log("czk change:"+new Date().toLocaleTimeString())
2434
- var _ref22 = _mutantsUtil.platform || {},
2435
- isNewRetailBCPos = _ref22.isNewRetailBCPos;
2423
+ var _ref21 = _mutantsUtil.platform || {},
2424
+ isNewRetailBCPos = _ref21.isNewRetailBCPos;
2436
2425
 
2437
2426
  if (!isNewRetailBCPos) {
2438
2427
  _this2.store.paymode.currentMode.member.setCardNo(v);
@@ -2999,28 +2988,22 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2999
2988
  }
3000
2989
  };
3001
2990
 
3002
- _this2.couponClick = function () {
3003
- _this2.setState({
3004
- couponLight: !_this2.state.couponLight
3005
- });
3006
- };
3007
-
3008
2991
  _this2.hasElectron = hasElectron;
3009
2992
 
3010
- var _ref23 = _mutantsMicrofx.localStore.get('user') || {},
3011
- _ref23$loginInfo = _ref23.loginInfo;
2993
+ var _ref22 = _mutantsMicrofx.localStore.get('user') || {},
2994
+ _ref22$loginInfo = _ref22.loginInfo;
3012
2995
 
3013
- _ref23$loginInfo = _ref23$loginInfo === undefined ? {} : _ref23$loginInfo;
3014
- var ICCardServer = _ref23$loginInfo.ICCardServer,
3015
- ICCardPassword = _ref23$loginInfo.ICCardPassword;
2996
+ _ref22$loginInfo = _ref22$loginInfo === undefined ? {} : _ref22$loginInfo;
2997
+ var ICCardServer = _ref22$loginInfo.ICCardServer,
2998
+ ICCardPassword = _ref22$loginInfo.ICCardPassword;
3016
2999
 
3017
3000
  _this2.iCCardServer = parseInt(ICCardServer); // 启用IC卡:0为禁用 1为启用
3018
3001
  _this2.iCCardPassword = ICCardPassword; //IC卡密码
3019
3002
  //移动端环境下,没有读取IC卡的方式。
3020
3003
 
3021
- var _ref24 = _mutantsUtil.platform || {},
3022
- isHorizontalPad = _ref24.isHorizontalPad,
3023
- isHorizontalSunMi = _ref24.isHorizontalSunMi;
3004
+ var _ref23 = _mutantsUtil.platform || {},
3005
+ isHorizontalPad = _ref23.isHorizontalPad,
3006
+ isHorizontalSunMi = _ref23.isHorizontalSunMi;
3024
3007
 
3025
3008
  _this2.isHorizontalPad = !!isHorizontalPad;
3026
3009
  _this2.isHorizontalSunMi = !!isHorizontalSunMi;
@@ -3254,8 +3237,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
3254
3237
  discountRetailTotalAount = _state2.discountRetailTotalAount,
3255
3238
  discountPrototypeTotalAmount = _state2.discountPrototypeTotalAmount;
3256
3239
 
3257
- var _ref25 = _mutantsUtil.platform || {},
3258
- isNewRetailBCPos = _ref25.isNewRetailBCPos;
3240
+ var _ref24 = _mutantsUtil.platform || {},
3241
+ isNewRetailBCPos = _ref24.isNewRetailBCPos;
3259
3242
 
3260
3243
  var _store2 = this.store,
3261
3244
  paymode = _store2.paymode,
@@ -3318,11 +3301,11 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
3318
3301
  quantity4 = 0;
3319
3302
  var sumQuantity = 0; //数量总和的值,包括称重的。
3320
3303
 
3321
- var _ref26 = quantityDetail || {},
3322
- _ref26$buyQuantity = _ref26.buyQuantity,
3323
- buyQuantity = _ref26$buyQuantity === undefined ? 0 : _ref26$buyQuantity,
3324
- _ref26$returnQuantity = _ref26.returnQuantity,
3325
- returnQuantity = _ref26$returnQuantity === undefined ? 0 : _ref26$returnQuantity;
3304
+ var _ref25 = quantityDetail || {},
3305
+ _ref25$buyQuantity = _ref25.buyQuantity,
3306
+ buyQuantity = _ref25$buyQuantity === undefined ? 0 : _ref25$buyQuantity,
3307
+ _ref25$returnQuantity = _ref25.returnQuantity,
3308
+ returnQuantity = _ref25$returnQuantity === undefined ? 0 : _ref25$returnQuantity;
3326
3309
 
3327
3310
  var quantityPrecision = (0, _tplusPoslogin.PosInitData)("QuantityPrecision");
3328
3311
  quantityPrecision = quantityPrecision ? parseInt(quantityPrecision) : '';
@@ -4682,8 +4665,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
4682
4665
  _this8.setCurrentModeValue(event.target.value, Math.min(currentMode.maxamount, currentMode.member.balance));
4683
4666
  },
4684
4667
  defaultValue: currentMode && (0, _utils.getFixedNumber)(brefund ? currentMode.value : Math.min(currentMode.value, currentMode.maxamount, currentMode.member.balance)),
4685
- ref: function ref(_ref27) {
4686
- return _this8["inputCzkAmount"] = _ref27;
4668
+ ref: function ref(_ref26) {
4669
+ return _this8["inputCzkAmount"] = _ref26;
4687
4670
  },
4688
4671
  onFocus: function onFocus(e) {
4689
4672
  _this8.inputkey = "inputCzkAmount";
@@ -4693,6 +4676,11 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
4693
4676
  }, _this8.keyboardOnOk, _this8.keyboardOnClose)();
4694
4677
  },
4695
4678
  onBlur: function onBlur(e) {
4679
+ var sMember = _this8.store.member;
4680
+ if (!sMember.StorageCardEnable) {
4681
+ _message2.default.warn("该储值卡已停用");
4682
+ return;
4683
+ }
4696
4684
  _keyboard2.default.close();
4697
4685
  _this8.setCurrentModeValue((0, _utils.getFixedNumber)(_this8.inputCzkAmount.input.value), Math.min(currentMode.maxamount, currentMode.member.balance));
4698
4686
  }
@@ -4900,25 +4888,6 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
4900
4888
  currentMode && currentMode.errinfo
4901
4889
  )
4902
4890
  ),
4903
- _react2.default.createElement(
4904
- 'div',
4905
- { className: 'col4' },
4906
- _react2.default.createElement(
4907
- _button2.default,
4908
- { className: '' + (this.state.couponLight ? "primary-color b-theme" : 'couponBorder'), onClick: this.couponClick },
4909
- '\u53EF\u7528\u4F18\u60E0\u5238'
4910
- ),
4911
- _react2.default.createElement(
4912
- _button2.default,
4913
- { className: '' + (!this.state.couponLight ? "primary-color b-theme" : 'couponBorder'), onClick: this.couponClick },
4914
- '\u4E0D\u53EF\u7528\u4F18\u60E0\u5238'
4915
- ),
4916
- _react2.default.createElement(
4917
- 'span',
4918
- { className: 'couponTip' },
4919
- '\u9009\u62E9\u5238\u540E\u3001\u4E0D\u53EF\u53E0\u52A0\u3001\u91D1\u989D\u4E0D\u6EE1\u8DB3\u7684\u5238\u4F1A\u7F6E\u7070'
4920
- )
4921
- ),
4922
4891
  this.isHorizontalPad && _react2.default.createElement(
4923
4892
  'div',
4924
4893
  { className: 'col3' },
@@ -4935,18 +4904,12 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
4935
4904
  'div',
4936
4905
  { className: 'djq2' },
4937
4906
  (0, _map3.default)(currentMode && currentMode.djqs || [], function (q, index) {
4938
- if (!_this8.state.couponLight && !q.count) {
4939
- return;
4940
- }
4941
- if (_this8.state.couponLight && q.count && q.count === 1) {
4942
- return;
4943
- }
4944
4907
  return _react2.default.createElement(
4945
4908
  'div',
4946
4909
  { key: index + '', className: 'djqItem' },
4947
4910
  !q.promoMethodEnum || q.promoMethodEnum == 'CASH_COUPON' ? _react2.default.createElement(
4948
4911
  'div',
4949
- { className: 'djqLeft ' + (q.IsEnable ? 'djqLeftCash' : 'djqLeftCashGrey') },
4912
+ { className: 'djqLeft djqLeftCash' },
4950
4913
  _react2.default.createElement(
4951
4914
  'div',
4952
4915
  { className: 'amount' },
@@ -4968,7 +4931,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
4968
4931
  )
4969
4932
  ) : _react2.default.createElement(
4970
4933
  'div',
4971
- { className: 'djqLeft ' + (q.IsEnable ? 'djqLeftCash' : 'djqLeftCashGrey') },
4934
+ { className: 'djqLeft djqLeftDiscount' },
4972
4935
  _react2.default.createElement(
4973
4936
  'div',
4974
4937
  { className: 'amount' },
@@ -4992,14 +4955,9 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
4992
4955
  _react2.default.createElement(
4993
4956
  'div',
4994
4957
  { className: (0, _classnames4.default)('djqRight', { 'djqRightSelected': q.checked }), onClick: function onClick(e) {
4995
- return q.IsEnable ? _this8.djqChecked(q, _this8.props.dto) : null;
4958
+ return _this8.djqChecked(q);
4996
4959
  } },
4997
- q.checked ? _react2.default.createElement(_ticon2.default, { className: 'checkIcon primary-color', type: 'xuanzhong1' }) : _react2.default.createElement('span', { className: '' + (q.IsEnable ? 'noxuanzhong' : 'noxuanzhong1') }),
4998
- q.checked ? _react2.default.createElement(
4999
- 'div',
5000
- { className: 'name overflow-hidden-point primary-color' },
5001
- q.name
5002
- ) : _react2.default.createElement(
4960
+ _react2.default.createElement(
5003
4961
  'div',
5004
4962
  { className: 'name overflow-hidden-point' },
5005
4963
  q.name
@@ -5298,8 +5256,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
5298
5256
  _this8.setCurrentModeValue(e.target.value, Math.min(currentMode.maxamount, currentMode.member.exchangable));
5299
5257
  },
5300
5258
  defaultValue: currentMode && (0, _utils.getFixedNumber)(Math.min(currentMode.value, currentMode.maxamount, currentMode.member.exchangable)),
5301
- ref: function ref(_ref28) {
5302
- return _this8["inputJfdxAmount"] = _ref28;
5259
+ ref: function ref(_ref27) {
5260
+ return _this8["inputJfdxAmount"] = _ref27;
5303
5261
  },
5304
5262
  onFocus: function onFocus(e) {
5305
5263
  _this8.inputkey = "inputJfdxAmount";