tplus-components-touch 3.53.3 → 3.53.6
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.
- package/dist/components/commonForm/addressPicker/index.js +22 -8
- package/dist/components/commonForm/addressPicker/index.js.map +1 -1
- package/dist/components/hotKey/index.js +10 -5
- package/dist/components/hotKey/index.js.map +1 -1
- package/dist/components/settlement/settlement.js.map +1 -1
- package/dist/components/settlement/settlementStore.js +7 -3
- package/dist/components/settlement/settlementStore.js.map +1 -1
- package/package.json +1 -1
@@ -169,7 +169,7 @@ function _initializerWarningHelper(descriptor, context) {
|
|
169
169
|
var t = _mutantsMicrofx.i18n.getFixedT(null, 'newretail');
|
170
170
|
|
171
171
|
var SettlementStore = (_class = (_temp = _class2 = function () {
|
172
|
-
//
|
172
|
+
//type==2
|
173
173
|
function SettlementStore() {
|
174
174
|
(0, _classCallCheck3.default)(this, SettlementStore);
|
175
175
|
|
@@ -180,8 +180,7 @@ var SettlementStore = (_class = (_temp = _class2 = function () {
|
|
180
180
|
if (params) this.cloudPrintArguments = params;
|
181
181
|
this.setNewStyle();
|
182
182
|
this.SettlementApi = _settlementApi2.default;
|
183
|
-
} //
|
184
|
-
|
183
|
+
} // 预售都是全款;预订是否全款,在点击确认支付时计算订金和商品金额计算得出
|
185
184
|
|
186
185
|
(0, _createClass3.default)(SettlementStore, [{
|
187
186
|
key: 'initPaymodes',
|
@@ -1697,6 +1696,11 @@ var SettlementStore = (_class = (_temp = _class2 = function () {
|
|
1697
1696
|
_initDefineProp(this, 'newStyle', _descriptor, this);
|
1698
1697
|
|
1699
1698
|
this.isFull = true;
|
1699
|
+
this.isCanSettleOnQuickKey = true;
|
1700
|
+
|
1701
|
+
this.setCanSettleOnQuickKey = function (value) {
|
1702
|
+
_this13.isCanSettleOnQuickKey = value;
|
1703
|
+
};
|
1700
1704
|
|
1701
1705
|
_initDefineProp(this, 'setNewStyle', _descriptor2, this);
|
1702
1706
|
|