tplus-components-touch 3.27.24 → 3.27.25

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.
@@ -4154,6 +4154,20 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
4154
4154
  { className: 'received' },
4155
4155
  (0, _utils.getFixedNumber)(Math.abs(paymode.receivable))
4156
4156
  )
4157
+ ),
4158
+ _react2.default.createElement(
4159
+ 'div',
4160
+ { className: 'receivable', style: { display: (DistributionMode.Id == 'ELECTRONIC' || DistributionMode.Id == 'CITY_DISTRIBUTE') && BuyerPayFreight && BuyerPayFreight > 0 ? 'block' : 'none' } },
4161
+ _react2.default.createElement(
4162
+ 'span',
4163
+ null,
4164
+ '\u8FD0\u8D39'
4165
+ ),
4166
+ _react2.default.createElement(
4167
+ 'span',
4168
+ { className: 'received' },
4169
+ (0, _utils.getFixedNumber)(Math.abs(BuyerPayFreight))
4170
+ )
4157
4171
  )
4158
4172
  ),
4159
4173
  !isReturn && _react2.default.createElement(