tplus-components-touch 3.27.1 → 3.27.2

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.
@@ -999,7 +999,7 @@
999
999
  button{
1000
1000
  background-color: white ;
1001
1001
  opacity:1;
1002
- }
1002
+ }
1003
1003
  }
1004
1004
  }
1005
1005
  .paymode{
@@ -1592,4 +1592,10 @@
1592
1592
  }
1593
1593
  }
1594
1594
  }
1595
+ }
1596
+ .freight{
1597
+ margin-left: 5px;
1598
+ vertical-align: middle;
1599
+ color: #666666;
1600
+ font-size: 12px;
1595
1601
  }
@@ -41,7 +41,7 @@ var _createClass2 = require('babel-runtime/helpers/createClass');
41
41
 
42
42
  var _createClass3 = _interopRequireDefault(_createClass2);
43
43
 
44
- var _desc, _value, _class, _descriptor, _descriptor2, _descriptor3, _desc2, _value2, _class3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _desc3, _value3, _class5, _descriptor12, _descriptor13, _descriptor14, _descriptor15, _descriptor16;
44
+ var _desc, _value, _class, _descriptor, _descriptor2, _desc2, _value2, _class3, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _desc3, _value3, _class5, _descriptor11, _descriptor12, _descriptor13, _descriptor14, _descriptor15;
45
45
 
46
46
  var _mobx = require('mobx');
47
47
 
@@ -161,6 +161,7 @@ function _initializerWarningHelper(descriptor, context) {
161
161
  var t = _mutantsMicrofx.i18n.getFixedT(null, 'newretail');
162
162
 
163
163
  var SettlementStore = (_class = function () {
164
+ //type==2
164
165
  function SettlementStore() {
165
166
  var _this2 = this;
166
167
 
@@ -172,7 +173,6 @@ var SettlementStore = (_class = function () {
172
173
  this.bquick = false;
173
174
  this.boriginReturn = false;
174
175
  this.newStyle = true;
175
- this.freight = 0;
176
176
 
177
177
  _initDefineProp(this, 'queryPwd', _descriptor, this);
178
178
 
@@ -319,8 +319,6 @@ var SettlementStore = (_class = function () {
319
319
  return (0, _tplusApi.ccApi)(data, '/retail/RetailPos/getPosFreight', false, false);
320
320
  };
321
321
 
322
- _initDefineProp(this, 'updataFreight', _descriptor3, this);
323
-
324
322
  this.checkCoupon = function () {
325
323
  var _ref3 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee(sn) {
326
324
  var _ref4, isNewRetailBCPos, _enumController$getEn3, PayStyle, Differentiate;
@@ -428,8 +426,7 @@ var SettlementStore = (_class = function () {
428
426
  var params = _mutantsMicrofx.localStore && _mutantsMicrofx.localStore.get('cloudPrintArguments');
429
427
  if (params) this.cloudPrintArguments = params;
430
428
  this.newStyle = _mutantsMicrofx.localStore && _mutantsMicrofx.localStore.get('voucherDefaultPosMode') == 'voucher';
431
- } //type==2
432
-
429
+ }
433
430
 
434
431
  (0, _createClass3.default)(SettlementStore, [{
435
432
  key: 'initPaymodes',
@@ -477,9 +474,12 @@ var SettlementStore = (_class = function () {
477
474
 
478
475
  if (IdbusiType == 38 && Book && PercentageWhenBook < 100 && (!DistributionMode.Id || DistributionMode.Id == 'ON_SITE_PICKUP')) {
479
476
  value = value * PercentageWhenBook / 100;
477
+ (0, _mobx.runInAction)(function () {
478
+ _this3.dto.PrepaidAmount = value;
479
+ });
480
480
  }
481
481
  if (IdbusiType == 38 && Book && (DistributionMode.Id == 'ELECTRONIC' || DistributionMode.Id == 'CITY_DISTRIBUTE')) {
482
- value += this.freight;
482
+ value += this.dto.BuyerPayFreight || 0;
483
483
  }
484
484
  if (IdbusiType == 39) {
485
485
  value = _mutantsMicrofx.stores.drawerStore.thisWaitPaidAmount;
@@ -1569,15 +1569,6 @@ var SettlementStore = (_class = function () {
1569
1569
  };
1570
1570
  }();
1571
1571
  }
1572
- }), _descriptor3 = _applyDecoratedDescriptor(_class.prototype, 'updataFreight', [_mobx.action], {
1573
- enumerable: true,
1574
- initializer: function initializer() {
1575
- var _this14 = this;
1576
-
1577
- return function (freight) {
1578
- _this14.freight = freight;
1579
- };
1580
- }
1581
1572
  }), _applyDecoratedDescriptor(_class.prototype, 'addDjq', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'addDjq'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'changeFocusOnly', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'changeFocusOnly'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'changeClickFocusOnly', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'changeClickFocusOnly'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'changeValue', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'changeValue'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'addPayDirectly', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'addPayDirectly'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'addPay', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'addPay'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'delPay', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'delPay'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'setDtoID', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'setDtoID'), _class.prototype)), _class);
1582
1573
  exports.default = SettlementStore;
1583
1574
  var PayMode = exports.PayMode = (_class3 = function () {
@@ -1592,15 +1583,15 @@ var PayMode = exports.PayMode = (_class3 = function () {
1592
1583
  this.onlineamount = 0;
1593
1584
  this.maxamount = 0;
1594
1585
 
1595
- _initDefineProp(this, 'currentFocus', _descriptor4, this);
1586
+ _initDefineProp(this, 'currentFocus', _descriptor3, this);
1596
1587
 
1597
- _initDefineProp(this, 'received', _descriptor5, this);
1588
+ _initDefineProp(this, 'received', _descriptor4, this);
1598
1589
 
1599
- _initDefineProp(this, 'receivable', _descriptor6, this);
1590
+ _initDefineProp(this, 'receivable', _descriptor5, this);
1600
1591
 
1601
- _initDefineProp(this, 'paymodes', _descriptor7, this);
1592
+ _initDefineProp(this, 'paymodes', _descriptor6, this);
1602
1593
 
1603
- _initDefineProp(this, 'thePaymodes', _descriptor8, this);
1594
+ _initDefineProp(this, 'thePaymodes', _descriptor7, this);
1604
1595
 
1605
1596
  this.currentMode = null;
1606
1597
  this.checkList = [];
@@ -1609,11 +1600,11 @@ var PayMode = exports.PayMode = (_class3 = function () {
1609
1600
  hotKey: "Ctrl+M"
1610
1601
  };
1611
1602
 
1612
- _initDefineProp(this, 'calcCheckList', _descriptor9, this);
1603
+ _initDefineProp(this, 'calcCheckList', _descriptor8, this);
1613
1604
 
1614
- _initDefineProp(this, 'setCouponNum', _descriptor10, this);
1605
+ _initDefineProp(this, 'setCouponNum', _descriptor9, this);
1615
1606
 
1616
- _initDefineProp(this, 'addDjqs', _descriptor11, this);
1607
+ _initDefineProp(this, 'addDjqs', _descriptor10, this);
1617
1608
  }
1618
1609
  // @observable store = null;
1619
1610
 
@@ -1652,7 +1643,7 @@ var PayMode = exports.PayMode = (_class3 = function () {
1652
1643
  }, {
1653
1644
  key: 'calcDjqCheckValue',
1654
1645
  value: function calcDjqCheckValue(q1, dto, params) {
1655
- var _this15 = this;
1646
+ var _this14 = this;
1656
1647
 
1657
1648
  var useLimitPerOrder = (0, _tplusPoslogin.PosInitData)('UseLimitPerOrder');
1658
1649
  var qList = (0, _filter3.default)(this.currentMode.djqs, function (djq) {
@@ -1699,7 +1690,7 @@ var PayMode = exports.PayMode = (_class3 = function () {
1699
1690
  if (!q1.checked) {
1700
1691
  this.checkList.forEach(function (ele, i) {
1701
1692
  if (ele.id === q1.id) {
1702
- _this15.checkList.splice(i, 1);
1693
+ _this14.checkList.splice(i, 1);
1703
1694
  }
1704
1695
  });
1705
1696
  } else {
@@ -1771,7 +1762,7 @@ var PayMode = exports.PayMode = (_class3 = function () {
1771
1762
  if (result && result.length != 0) {
1772
1763
  result.forEach(function (element, index) {
1773
1764
  var djq1 = false;
1774
- _this15.currentMode.djqs.forEach(function (djq) {
1765
+ _this14.currentMode.djqs.forEach(function (djq) {
1775
1766
  if (element.id === djq.id) {
1776
1767
  djq1 = true;
1777
1768
  }
@@ -1816,10 +1807,10 @@ var PayMode = exports.PayMode = (_class3 = function () {
1816
1807
  // couponCategoryEnum: tieredAmountResult.couponCategoryEnum,
1817
1808
  // id
1818
1809
  // })
1819
- _this15.addDjqs(couponCode, name, true, nominalAmount, doorsill, element.LastTS, false, true, dto.Idmember, dateMount, displayText, promoMethodEnum, discountPct, promoId, promoRuleId, tieredAmountResult.couponCategoryEnum, id);
1810
+ _this14.addDjqs(couponCode, name, true, nominalAmount, doorsill, element.LastTS, false, true, dto.Idmember, dateMount, displayText, promoMethodEnum, discountPct, promoId, promoRuleId, tieredAmountResult.couponCategoryEnum, id);
1820
1811
  djq1 = false;
1821
1812
  } else {
1822
- _this15.setCouponNum(element.id, tieredAmountResult.couponCategoryEnum, promoMethodEnum, nominalAmount, promoDiscount);
1813
+ _this14.setCouponNum(element.id, tieredAmountResult.couponCategoryEnum, promoMethodEnum, nominalAmount, promoDiscount);
1823
1814
  // this.currentMode.djqs[0].couponCategoryEnum = 'couponCategoryEnum';
1824
1815
  // djq1.couponCategoryEnum = element.tieredAmountResult.couponCategoryEnum
1825
1816
  }
@@ -1924,7 +1915,7 @@ var PayMode = exports.PayMode = (_class3 = function () {
1924
1915
  key: 'setPaymodes',
1925
1916
  value: function () {
1926
1917
  var _ref24 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee7(type, isIntegralExchange) {
1927
- var _this16 = this;
1918
+ var _this15 = this;
1928
1919
 
1929
1920
  var _enumController$getEn18, settleStyleType, PayStyle, memberStoreCode, settlementCode, param, modes;
1930
1921
 
@@ -1964,7 +1955,7 @@ var PayMode = exports.PayMode = (_class3 = function () {
1964
1955
  calDirection: mode.Currency ? mode.Currency.CalDirection.Id : "88"
1965
1956
  });
1966
1957
  });
1967
- _this16.paymodes = paymodes;
1958
+ _this15.paymodes = paymodes;
1968
1959
  //modes.QuickSettleStyles
1969
1960
  });
1970
1961
  }
@@ -1995,47 +1986,47 @@ var PayMode = exports.PayMode = (_class3 = function () {
1995
1986
  }
1996
1987
  }]);
1997
1988
  return PayMode;
1998
- }(), (_descriptor4 = _applyDecoratedDescriptor(_class3.prototype, 'currentFocus', [_mobx.observable], {
1989
+ }(), (_descriptor3 = _applyDecoratedDescriptor(_class3.prototype, 'currentFocus', [_mobx.observable], {
1999
1990
  enumerable: true,
2000
1991
  initializer: function initializer() {
2001
1992
  return "";
2002
1993
  }
2003
- }), _descriptor5 = _applyDecoratedDescriptor(_class3.prototype, 'received', [_mobx.observable], {
1994
+ }), _descriptor4 = _applyDecoratedDescriptor(_class3.prototype, 'received', [_mobx.observable], {
2004
1995
  enumerable: true,
2005
1996
  initializer: function initializer() {
2006
1997
  return 0;
2007
1998
  }
2008
- }), _descriptor6 = _applyDecoratedDescriptor(_class3.prototype, 'receivable', [_mobx.observable], {
1999
+ }), _descriptor5 = _applyDecoratedDescriptor(_class3.prototype, 'receivable', [_mobx.observable], {
2009
2000
  enumerable: true,
2010
2001
  initializer: function initializer() {
2011
2002
  return 0;
2012
2003
  }
2013
- }), _descriptor7 = _applyDecoratedDescriptor(_class3.prototype, 'paymodes', [_mobx.observable], {
2004
+ }), _descriptor6 = _applyDecoratedDescriptor(_class3.prototype, 'paymodes', [_mobx.observable], {
2014
2005
  enumerable: true,
2015
2006
  initializer: function initializer() {
2016
2007
  return [];
2017
2008
  }
2018
- }), _descriptor8 = _applyDecoratedDescriptor(_class3.prototype, 'thePaymodes', [_mobx.observable], {
2009
+ }), _descriptor7 = _applyDecoratedDescriptor(_class3.prototype, 'thePaymodes', [_mobx.observable], {
2019
2010
  enumerable: true,
2020
2011
  initializer: function initializer() {
2021
2012
  return [];
2022
2013
  }
2023
- }), _applyDecoratedDescriptor(_class3.prototype, 'clean', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'clean'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'clear', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'clear'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'calcReserved', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'calcReserved'), _class3.prototype), _descriptor9 = _applyDecoratedDescriptor(_class3.prototype, 'calcCheckList', [_mobx.action], {
2014
+ }), _applyDecoratedDescriptor(_class3.prototype, 'clean', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'clean'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'clear', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'clear'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'calcReserved', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'calcReserved'), _class3.prototype), _descriptor8 = _applyDecoratedDescriptor(_class3.prototype, 'calcCheckList', [_mobx.action], {
2024
2015
  enumerable: true,
2025
2016
  initializer: function initializer() {
2026
- var _this17 = this;
2017
+ var _this16 = this;
2027
2018
 
2028
2019
  return function () {
2029
- _this17.checkList = [];
2020
+ _this16.checkList = [];
2030
2021
  };
2031
2022
  }
2032
- }), _applyDecoratedDescriptor(_class3.prototype, 'calcDjqCheckValue', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'calcDjqCheckValue'), _class3.prototype), _descriptor10 = _applyDecoratedDescriptor(_class3.prototype, 'setCouponNum', [_mobx.action], {
2023
+ }), _applyDecoratedDescriptor(_class3.prototype, 'calcDjqCheckValue', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'calcDjqCheckValue'), _class3.prototype), _descriptor9 = _applyDecoratedDescriptor(_class3.prototype, 'setCouponNum', [_mobx.action], {
2033
2024
  enumerable: true,
2034
2025
  initializer: function initializer() {
2035
- var _this18 = this;
2026
+ var _this17 = this;
2036
2027
 
2037
2028
  return function (id, couponNum, promoMethodEnum, nominalAmount, promoDiscount) {
2038
- _this18.currentMode.djqs.forEach(function (ele) {
2029
+ _this17.currentMode.djqs.forEach(function (ele) {
2039
2030
  if (ele.id === id) {
2040
2031
  promoMethodEnum == "CASH_COUPON" ? ele.amount = nominalAmount : ele.amount = promoDiscount;
2041
2032
  ele.couponCategoryEnum = couponNum;
@@ -2045,10 +2036,10 @@ var PayMode = exports.PayMode = (_class3 = function () {
2045
2036
  });
2046
2037
  };
2047
2038
  }
2048
- }), _descriptor11 = _applyDecoratedDescriptor(_class3.prototype, 'addDjqs', [_mobx.action], {
2039
+ }), _descriptor10 = _applyDecoratedDescriptor(_class3.prototype, 'addDjqs', [_mobx.action], {
2049
2040
  enumerable: true,
2050
2041
  initializer: function initializer() {
2051
- var _this19 = this;
2042
+ var _this18 = this;
2052
2043
 
2053
2044
  return function (promoCouponCode, name, IsEnable, amount, doorsill, LastTS, checked, IsRepelWithPoints, UMemberID, expired, displayText, promoMethodEnum, discountPct, promoId, promoRuleId, couponCategoryEnum, id) {
2054
2045
  var djq = {
@@ -2070,25 +2061,25 @@ var PayMode = exports.PayMode = (_class3 = function () {
2070
2061
  couponCategoryEnum: couponCategoryEnum,
2071
2062
  id: id
2072
2063
  };
2073
- _this19.currentMode.djqs.push(djq);
2064
+ _this18.currentMode.djqs.push(djq);
2074
2065
  };
2075
2066
  }
2076
2067
  }), _applyDecoratedDescriptor(_class3.prototype, 'calcDjqValue', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'calcDjqValue'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'reCalculationDjqs', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'reCalculationDjqs'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'clearDjqs', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'clearDjqs'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'setCurrentModeValue', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'setCurrentModeValue'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'calcMemberBalance', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'calcMemberBalance'), _class3.prototype)), _class3);
2077
2068
  var Member = exports.Member = (_class5 = function () {
2078
2069
  function Member(m) {
2079
- var _this20 = this;
2070
+ var _this19 = this;
2080
2071
 
2081
2072
  (0, _classCallCheck3.default)(this, Member);
2082
2073
 
2083
- _initDefineProp(this, 'cardNo', _descriptor12, this);
2074
+ _initDefineProp(this, 'cardNo', _descriptor11, this);
2084
2075
 
2085
- _initDefineProp(this, 'balance', _descriptor13, this);
2076
+ _initDefineProp(this, 'balance', _descriptor12, this);
2086
2077
 
2087
- _initDefineProp(this, 'exchangable', _descriptor14, this);
2078
+ _initDefineProp(this, 'exchangable', _descriptor13, this);
2088
2079
 
2089
- _initDefineProp(this, 'MeStorageCardId', _descriptor15, this);
2080
+ _initDefineProp(this, 'MeStorageCardId', _descriptor14, this);
2090
2081
 
2091
- _initDefineProp(this, 'StorageCardNo', _descriptor16, this);
2082
+ _initDefineProp(this, 'StorageCardNo', _descriptor15, this);
2092
2083
 
2093
2084
  if (m) {
2094
2085
  this.id = m.ID;
@@ -2105,11 +2096,11 @@ var Member = exports.Member = (_class5 = function () {
2105
2096
  m.StorageCardNo && (this.StorageCardNo = m.StorageCardNo);
2106
2097
  m.MeStorageCardId && (this.MeStorageCardId = m.MeStorageCardId);
2107
2098
  (0, _mobx.runInAction)(function () {
2108
- _this20.cardNo = m.CardCode;
2099
+ _this19.cardNo = m.CardCode;
2109
2100
  if (index >= 0) {
2110
- _this20.balance = parseFloat(m.DynamicPropertyValues[index]);
2101
+ _this19.balance = parseFloat(m.DynamicPropertyValues[index]);
2111
2102
  } else {
2112
- _this20.balance = _this20.rawbalance;
2103
+ _this19.balance = _this19.rawbalance;
2113
2104
  }
2114
2105
  });
2115
2106
  this.needPwd = m.MemberType ? m.MemberType.IsNeedPwd : false;
@@ -2141,19 +2132,19 @@ var Member = exports.Member = (_class5 = function () {
2141
2132
  }
2142
2133
  }]);
2143
2134
  return Member;
2144
- }(), (_descriptor12 = _applyDecoratedDescriptor(_class5.prototype, 'cardNo', [_mobx.observable], {
2135
+ }(), (_descriptor11 = _applyDecoratedDescriptor(_class5.prototype, 'cardNo', [_mobx.observable], {
2145
2136
  enumerable: true,
2146
2137
  initializer: null
2147
- }), _descriptor13 = _applyDecoratedDescriptor(_class5.prototype, 'balance', [_mobx.observable], {
2138
+ }), _descriptor12 = _applyDecoratedDescriptor(_class5.prototype, 'balance', [_mobx.observable], {
2148
2139
  enumerable: true,
2149
2140
  initializer: null
2150
- }), _descriptor14 = _applyDecoratedDescriptor(_class5.prototype, 'exchangable', [_mobx.observable], {
2141
+ }), _descriptor13 = _applyDecoratedDescriptor(_class5.prototype, 'exchangable', [_mobx.observable], {
2151
2142
  enumerable: true,
2152
2143
  initializer: null
2153
- }), _descriptor15 = _applyDecoratedDescriptor(_class5.prototype, 'MeStorageCardId', [_mobx.observable], {
2144
+ }), _descriptor14 = _applyDecoratedDescriptor(_class5.prototype, 'MeStorageCardId', [_mobx.observable], {
2154
2145
  enumerable: true,
2155
2146
  initializer: null
2156
- }), _descriptor16 = _applyDecoratedDescriptor(_class5.prototype, 'StorageCardNo', [_mobx.observable], {
2147
+ }), _descriptor15 = _applyDecoratedDescriptor(_class5.prototype, 'StorageCardNo', [_mobx.observable], {
2157
2148
  enumerable: true,
2158
2149
  initializer: null
2159
2150
  }), _applyDecoratedDescriptor(_class5.prototype, 'setExchangable', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class5.prototype, 'setExchangable'), _class5.prototype), _applyDecoratedDescriptor(_class5.prototype, 'setCardNo', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class5.prototype, 'setCardNo'), _class5.prototype), _applyDecoratedDescriptor(_class5.prototype, 'setMeStorageCardId', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class5.prototype, 'setMeStorageCardId'), _class5.prototype), _applyDecoratedDescriptor(_class5.prototype, 'setStorageCardNo', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class5.prototype, 'setStorageCardNo'), _class5.prototype)), _class5);