tplus-components-touch 3.33.10 → 3.33.11
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.
|
@@ -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, _descriptor4,
|
|
44
|
+
var _desc, _value, _class, _descriptor, _descriptor2, _descriptor3, _descriptor4, _desc2, _value2, _class3, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _descriptor12, _descriptor13, _descriptor14, _desc3, _value3, _class5, _descriptor15, _descriptor16, _descriptor17, _descriptor18, _descriptor19;
|
|
45
45
|
|
|
46
46
|
var _mobx = require('mobx');
|
|
47
47
|
|
|
@@ -467,8 +467,6 @@ var SettlementStore = (_class = function () {
|
|
|
467
467
|
});
|
|
468
468
|
};
|
|
469
469
|
|
|
470
|
-
_initDefineProp(this, 'setVoucherDate', _descriptor5, this);
|
|
471
|
-
|
|
472
470
|
this.checkIntegralExchangeReturn = function (id) {
|
|
473
471
|
return new _promise2.default(function (resolve, reject) {
|
|
474
472
|
(0, _tplusApi.tApi)({ param: { refVoucherId: id } }, 'chanjet.RE.NewPos.GetNewIntegralExchange', false, false, { timeout_skip: true }).then(function (resp) {
|
|
@@ -2010,16 +2008,7 @@ var SettlementStore = (_class = function () {
|
|
|
2010
2008
|
}, _callee13, _this17);
|
|
2011
2009
|
}));
|
|
2012
2010
|
}
|
|
2013
|
-
}), _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),
|
|
2014
|
-
enumerable: true,
|
|
2015
|
-
initializer: function initializer() {
|
|
2016
|
-
var _this18 = this;
|
|
2017
|
-
|
|
2018
|
-
return function () {
|
|
2019
|
-
_this18.dto.VoucherDate = new Date();
|
|
2020
|
-
};
|
|
2021
|
-
}
|
|
2022
|
-
}), _applyDecoratedDescriptor(_class.prototype, 'setDtoID', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'setDtoID'), _class.prototype)), _class);
|
|
2011
|
+
}), _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);
|
|
2023
2012
|
exports.default = SettlementStore;
|
|
2024
2013
|
var PayMode = exports.PayMode = (_class3 = function () {
|
|
2025
2014
|
//应收
|
|
@@ -2033,19 +2022,19 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2033
2022
|
this.onlineamount = 0;
|
|
2034
2023
|
this.maxamount = 0;
|
|
2035
2024
|
|
|
2036
|
-
_initDefineProp(this, 'currentFocus',
|
|
2025
|
+
_initDefineProp(this, 'currentFocus', _descriptor5, this);
|
|
2037
2026
|
|
|
2038
|
-
_initDefineProp(this, 'received',
|
|
2027
|
+
_initDefineProp(this, 'received', _descriptor6, this);
|
|
2039
2028
|
|
|
2040
|
-
_initDefineProp(this, 'receivable',
|
|
2029
|
+
_initDefineProp(this, 'receivable', _descriptor7, this);
|
|
2041
2030
|
|
|
2042
|
-
_initDefineProp(this, 'paymodes',
|
|
2031
|
+
_initDefineProp(this, 'paymodes', _descriptor8, this);
|
|
2043
2032
|
|
|
2044
|
-
_initDefineProp(this, 'thePaymodes',
|
|
2033
|
+
_initDefineProp(this, 'thePaymodes', _descriptor9, this);
|
|
2045
2034
|
|
|
2046
|
-
_initDefineProp(this, 'storageCardNo',
|
|
2035
|
+
_initDefineProp(this, 'storageCardNo', _descriptor10, this);
|
|
2047
2036
|
|
|
2048
|
-
_initDefineProp(this, 'balance',
|
|
2037
|
+
_initDefineProp(this, 'balance', _descriptor11, this);
|
|
2049
2038
|
|
|
2050
2039
|
this.currentMode = null;
|
|
2051
2040
|
this.checkList = [];
|
|
@@ -2054,11 +2043,11 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2054
2043
|
hotKey: "Ctrl+M"
|
|
2055
2044
|
};
|
|
2056
2045
|
|
|
2057
|
-
_initDefineProp(this, 'calcCheckList',
|
|
2046
|
+
_initDefineProp(this, 'calcCheckList', _descriptor12, this);
|
|
2058
2047
|
|
|
2059
|
-
_initDefineProp(this, 'setCouponNum',
|
|
2048
|
+
_initDefineProp(this, 'setCouponNum', _descriptor13, this);
|
|
2060
2049
|
|
|
2061
|
-
_initDefineProp(this, 'addDjqs',
|
|
2050
|
+
_initDefineProp(this, 'addDjqs', _descriptor14, this);
|
|
2062
2051
|
}
|
|
2063
2052
|
// @observable store = null;
|
|
2064
2053
|
|
|
@@ -2117,7 +2106,7 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2117
2106
|
}, {
|
|
2118
2107
|
key: 'calcDjqCheckValue',
|
|
2119
2108
|
value: function calcDjqCheckValue(q1, dto, params) {
|
|
2120
|
-
var
|
|
2109
|
+
var _this18 = this;
|
|
2121
2110
|
|
|
2122
2111
|
var useLimitPerOrder = (0, _tplusPoslogin.PosInitData)('UseLimitPerOrder');
|
|
2123
2112
|
var qList = (0, _filter3.default)(this.currentMode.djqs, function (djq) {
|
|
@@ -2164,7 +2153,7 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2164
2153
|
if (!q1.checked) {
|
|
2165
2154
|
this.checkList.forEach(function (ele, i) {
|
|
2166
2155
|
if (ele.id === q1.id) {
|
|
2167
|
-
|
|
2156
|
+
_this18.checkList.splice(i, 1);
|
|
2168
2157
|
}
|
|
2169
2158
|
});
|
|
2170
2159
|
} else {
|
|
@@ -2236,7 +2225,7 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2236
2225
|
if (result && result.length != 0) {
|
|
2237
2226
|
result.forEach(function (element, index) {
|
|
2238
2227
|
var djq1 = false;
|
|
2239
|
-
|
|
2228
|
+
_this18.currentMode.djqs.forEach(function (djq) {
|
|
2240
2229
|
if (element.id === djq.id) {
|
|
2241
2230
|
djq1 = true;
|
|
2242
2231
|
}
|
|
@@ -2281,10 +2270,10 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2281
2270
|
// couponCategoryEnum: tieredAmountResult.couponCategoryEnum,
|
|
2282
2271
|
// id
|
|
2283
2272
|
// })
|
|
2284
|
-
|
|
2273
|
+
_this18.addDjqs(couponCode, name, true, nominalAmount, promoDiscount, doorsill, element.LastTS, false, true, dto.Idmember, dateMount, displayText, promoMethodEnum, discountPct, promoId, promoRuleId, tieredAmountResult.couponCategoryEnum, id);
|
|
2285
2274
|
djq1 = false;
|
|
2286
2275
|
} else {
|
|
2287
|
-
|
|
2276
|
+
_this18.setCouponNum(element.id, couponCategoryEnum, promoMethodEnum, nominalAmount, promoDiscount);
|
|
2288
2277
|
// this.currentMode.djqs[0].couponCategoryEnum = 'couponCategoryEnum';
|
|
2289
2278
|
// djq1.couponCategoryEnum = element.tieredAmountResult.couponCategoryEnum
|
|
2290
2279
|
}
|
|
@@ -2389,7 +2378,7 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2389
2378
|
key: 'setPaymodes',
|
|
2390
2379
|
value: function () {
|
|
2391
2380
|
var _ref30 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee14(type, isIntegralExchange) {
|
|
2392
|
-
var
|
|
2381
|
+
var _this19 = this;
|
|
2393
2382
|
|
|
2394
2383
|
var _enumController$getEn21, settleStyleType, PayStyle, memberStoreCode, settlementCode, param, modes;
|
|
2395
2384
|
|
|
@@ -2429,7 +2418,7 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2429
2418
|
thridPayment: mode.ThirdPaymentInfo
|
|
2430
2419
|
});
|
|
2431
2420
|
});
|
|
2432
|
-
|
|
2421
|
+
_this19.paymodes = paymodes;
|
|
2433
2422
|
});
|
|
2434
2423
|
}
|
|
2435
2424
|
|
|
@@ -2459,57 +2448,57 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2459
2448
|
}
|
|
2460
2449
|
}]);
|
|
2461
2450
|
return PayMode;
|
|
2462
|
-
}(), (
|
|
2451
|
+
}(), (_descriptor5 = _applyDecoratedDescriptor(_class3.prototype, 'currentFocus', [_mobx.observable], {
|
|
2463
2452
|
enumerable: true,
|
|
2464
2453
|
initializer: function initializer() {
|
|
2465
2454
|
return "";
|
|
2466
2455
|
}
|
|
2467
|
-
}),
|
|
2456
|
+
}), _descriptor6 = _applyDecoratedDescriptor(_class3.prototype, 'received', [_mobx.observable], {
|
|
2468
2457
|
enumerable: true,
|
|
2469
2458
|
initializer: function initializer() {
|
|
2470
2459
|
return 0;
|
|
2471
2460
|
}
|
|
2472
|
-
}),
|
|
2461
|
+
}), _descriptor7 = _applyDecoratedDescriptor(_class3.prototype, 'receivable', [_mobx.observable], {
|
|
2473
2462
|
enumerable: true,
|
|
2474
2463
|
initializer: function initializer() {
|
|
2475
2464
|
return 0;
|
|
2476
2465
|
}
|
|
2477
|
-
}),
|
|
2466
|
+
}), _descriptor8 = _applyDecoratedDescriptor(_class3.prototype, 'paymodes', [_mobx.observable], {
|
|
2478
2467
|
enumerable: true,
|
|
2479
2468
|
initializer: function initializer() {
|
|
2480
2469
|
return [];
|
|
2481
2470
|
}
|
|
2482
|
-
}),
|
|
2471
|
+
}), _descriptor9 = _applyDecoratedDescriptor(_class3.prototype, 'thePaymodes', [_mobx.observable], {
|
|
2483
2472
|
enumerable: true,
|
|
2484
2473
|
initializer: function initializer() {
|
|
2485
2474
|
return [];
|
|
2486
2475
|
}
|
|
2487
|
-
}),
|
|
2476
|
+
}), _descriptor10 = _applyDecoratedDescriptor(_class3.prototype, 'storageCardNo', [_mobx.observable], {
|
|
2488
2477
|
enumerable: true,
|
|
2489
2478
|
initializer: function initializer() {
|
|
2490
2479
|
return null;
|
|
2491
2480
|
}
|
|
2492
|
-
}),
|
|
2481
|
+
}), _descriptor11 = _applyDecoratedDescriptor(_class3.prototype, 'balance', [_mobx.observable], {
|
|
2493
2482
|
enumerable: true,
|
|
2494
2483
|
initializer: function initializer() {
|
|
2495
2484
|
return null;
|
|
2496
2485
|
}
|
|
2497
|
-
}), _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),
|
|
2486
|
+
}), _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), _descriptor12 = _applyDecoratedDescriptor(_class3.prototype, 'calcCheckList', [_mobx.action], {
|
|
2498
2487
|
enumerable: true,
|
|
2499
2488
|
initializer: function initializer() {
|
|
2500
|
-
var
|
|
2489
|
+
var _this20 = this;
|
|
2501
2490
|
|
|
2502
2491
|
return function () {
|
|
2503
|
-
|
|
2492
|
+
_this20.checkList = [];
|
|
2504
2493
|
};
|
|
2505
2494
|
}
|
|
2506
|
-
}), _applyDecoratedDescriptor(_class3.prototype, 'updateMemberStorageCardNo', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'updateMemberStorageCardNo'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'updateCardInfo', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'updateCardInfo'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'calcDjqCheckValue', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'calcDjqCheckValue'), _class3.prototype),
|
|
2495
|
+
}), _applyDecoratedDescriptor(_class3.prototype, 'updateMemberStorageCardNo', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'updateMemberStorageCardNo'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'updateCardInfo', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'updateCardInfo'), _class3.prototype), _applyDecoratedDescriptor(_class3.prototype, 'calcDjqCheckValue', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class3.prototype, 'calcDjqCheckValue'), _class3.prototype), _descriptor13 = _applyDecoratedDescriptor(_class3.prototype, 'setCouponNum', [_mobx.action], {
|
|
2507
2496
|
enumerable: true,
|
|
2508
2497
|
initializer: function initializer() {
|
|
2509
|
-
var
|
|
2498
|
+
var _this21 = this;
|
|
2510
2499
|
|
|
2511
2500
|
return function (id, couponNum, promoMethodEnum, nominalAmount, promoDiscount) {
|
|
2512
|
-
|
|
2501
|
+
_this21.currentMode.djqs.forEach(function (ele) {
|
|
2513
2502
|
if (ele.id === id) {
|
|
2514
2503
|
ele.amount = promoDiscount;
|
|
2515
2504
|
promoMethodEnum == "CASH_COUPON" && (ele.nominalAmount = nominalAmount);
|
|
@@ -2520,10 +2509,10 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2520
2509
|
});
|
|
2521
2510
|
};
|
|
2522
2511
|
}
|
|
2523
|
-
}),
|
|
2512
|
+
}), _descriptor14 = _applyDecoratedDescriptor(_class3.prototype, 'addDjqs', [_mobx.action], {
|
|
2524
2513
|
enumerable: true,
|
|
2525
2514
|
initializer: function initializer() {
|
|
2526
|
-
var
|
|
2515
|
+
var _this22 = this;
|
|
2527
2516
|
|
|
2528
2517
|
return function (promoCouponCode, name, IsEnable, nominalAmount, amount, doorsill, LastTS, checked, IsRepelWithPoints, UMemberID, expired, displayText, promoMethodEnum, discountPct, promoId, promoRuleId, couponCategoryEnum, id) {
|
|
2529
2518
|
var djq = {
|
|
@@ -2546,25 +2535,25 @@ var PayMode = exports.PayMode = (_class3 = function () {
|
|
|
2546
2535
|
couponCategoryEnum: couponCategoryEnum,
|
|
2547
2536
|
id: id
|
|
2548
2537
|
};
|
|
2549
|
-
|
|
2538
|
+
_this22.currentMode.djqs.push(djq);
|
|
2550
2539
|
};
|
|
2551
2540
|
}
|
|
2552
2541
|
}), _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);
|
|
2553
2542
|
var Member = exports.Member = (_class5 = function () {
|
|
2554
2543
|
function Member(m) {
|
|
2555
|
-
var
|
|
2544
|
+
var _this23 = this;
|
|
2556
2545
|
|
|
2557
2546
|
(0, _classCallCheck3.default)(this, Member);
|
|
2558
2547
|
|
|
2559
|
-
_initDefineProp(this, 'cardNo',
|
|
2548
|
+
_initDefineProp(this, 'cardNo', _descriptor15, this);
|
|
2560
2549
|
|
|
2561
|
-
_initDefineProp(this, 'balance',
|
|
2550
|
+
_initDefineProp(this, 'balance', _descriptor16, this);
|
|
2562
2551
|
|
|
2563
|
-
_initDefineProp(this, 'exchangable',
|
|
2552
|
+
_initDefineProp(this, 'exchangable', _descriptor17, this);
|
|
2564
2553
|
|
|
2565
|
-
_initDefineProp(this, 'meStorageCardId',
|
|
2554
|
+
_initDefineProp(this, 'meStorageCardId', _descriptor18, this);
|
|
2566
2555
|
|
|
2567
|
-
_initDefineProp(this, 'storageCardNo',
|
|
2556
|
+
_initDefineProp(this, 'storageCardNo', _descriptor19, this);
|
|
2568
2557
|
|
|
2569
2558
|
if (m) {
|
|
2570
2559
|
this.id = m.ID;
|
|
@@ -2579,11 +2568,11 @@ var Member = exports.Member = (_class5 = function () {
|
|
|
2579
2568
|
isNewRetailBCPos = _ref31.isNewRetailBCPos;
|
|
2580
2569
|
|
|
2581
2570
|
(0, _mobx.runInAction)(function () {
|
|
2582
|
-
|
|
2571
|
+
_this23.cardNo = m.CardCode;
|
|
2583
2572
|
if (index >= 0) {
|
|
2584
|
-
|
|
2573
|
+
_this23.balance = parseFloat(m.DynamicPropertyValues[index]);
|
|
2585
2574
|
} else {
|
|
2586
|
-
|
|
2575
|
+
_this23.balance = _this23.rawbalance;
|
|
2587
2576
|
}
|
|
2588
2577
|
});
|
|
2589
2578
|
this.needPwd = m.MemberType ? m.MemberType.IsNeedPwd : false;
|
|
@@ -2605,19 +2594,19 @@ var Member = exports.Member = (_class5 = function () {
|
|
|
2605
2594
|
}
|
|
2606
2595
|
}]);
|
|
2607
2596
|
return Member;
|
|
2608
|
-
}(), (
|
|
2597
|
+
}(), (_descriptor15 = _applyDecoratedDescriptor(_class5.prototype, 'cardNo', [_mobx.observable], {
|
|
2609
2598
|
enumerable: true,
|
|
2610
2599
|
initializer: null
|
|
2611
|
-
}),
|
|
2600
|
+
}), _descriptor16 = _applyDecoratedDescriptor(_class5.prototype, 'balance', [_mobx.observable], {
|
|
2612
2601
|
enumerable: true,
|
|
2613
2602
|
initializer: null
|
|
2614
|
-
}),
|
|
2603
|
+
}), _descriptor17 = _applyDecoratedDescriptor(_class5.prototype, 'exchangable', [_mobx.observable], {
|
|
2615
2604
|
enumerable: true,
|
|
2616
2605
|
initializer: null
|
|
2617
|
-
}),
|
|
2606
|
+
}), _descriptor18 = _applyDecoratedDescriptor(_class5.prototype, 'meStorageCardId', [_mobx.observable], {
|
|
2618
2607
|
enumerable: true,
|
|
2619
2608
|
initializer: null
|
|
2620
|
-
}),
|
|
2609
|
+
}), _descriptor19 = _applyDecoratedDescriptor(_class5.prototype, 'storageCardNo', [_mobx.observable], {
|
|
2621
2610
|
enumerable: true,
|
|
2622
2611
|
initializer: null
|
|
2623
2612
|
}), _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)), _class5);
|