tplus-components-touch 3.28.11 → 3.28.12

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.
@@ -827,9 +827,9 @@ var SettlementStore = (_class = function () {
827
827
  name: themode.name,
828
828
  exchangeRate: themode.exchangeRate,
829
829
  calDirection: themode.calDirection,
830
- value: !isQuick ? 0 : value,
831
- value2: !isQuick ? 0 : (0, _utils.getFixedNumber)(themode.calDirection == "88" ? value / themode.exchangeRate : value * themode.exchangeRate),
832
- value3: !isQuick ? 0 : value,
830
+ value: value,
831
+ value2: (0, _utils.getFixedNumber)(themode.calDirection == "88" ? value / themode.exchangeRate : value * themode.exchangeRate),
832
+ value3: value,
833
833
  order: this.paymode.thePaymodes.length + 1,
834
834
  paymentType: type,
835
835
  djqs: [],