tplus-components-touch 3.27.13 → 3.27.17

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.
@@ -1598,4 +1598,14 @@
1598
1598
  vertical-align: middle;
1599
1599
  color: #666666;
1600
1600
  font-size: 12px;
1601
+ }
1602
+ .not-distribution-tip{
1603
+ padding: 10px 10px 0;
1604
+ .tip-content{
1605
+ margin-bottom: 10px;
1606
+ }
1607
+ .not-distribution-btn{
1608
+ display: flex;
1609
+ flex-direction: row-reverse;
1610
+ }
1601
1611
  }
@@ -311,14 +311,6 @@ var SettlementStore = (_class = function () {
311
311
  return (0, _tplusApi.ccApi)({}, '/retail/RetailPos/getRefWareHouseList', false, false);
312
312
  };
313
313
 
314
- this.getPerformanceDistributionValue = function (data) {
315
- return (0, _tplusApi.ccApi)(data, '/retail/RetailPos/getPerformanceDistributionValue', false, false);
316
- };
317
-
318
- this.getPosFreight = function (data) {
319
- return (0, _tplusApi.ccApi)(data, '/retail/RetailPos/getPosFreight', false, false);
320
- };
321
-
322
314
  this.checkCoupon = function () {
323
315
  var _ref3 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee(sn) {
324
316
  var _ref4, isNewRetailBCPos, _enumController$getEn3, PayStyle, Differentiate;