tplus-components-touch 3.54.14 → 3.54.15
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.
@@ -2707,12 +2707,12 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
2707
2707
|
break;
|
2708
2708
|
}
|
2709
2709
|
|
2710
|
-
if (!(Number(amount)
|
2710
|
+
if (!(Number(amount) <= 0)) {
|
2711
2711
|
_context18.next = 5;
|
2712
2712
|
break;
|
2713
2713
|
}
|
2714
2714
|
|
2715
|
-
return _context18.abrupt('return', _message2.default.warn('
|
2715
|
+
return _context18.abrupt('return', _message2.default.warn('所勾选零售单的欠款合计不可小于等于0!'));
|
2716
2716
|
|
2717
2717
|
case 5:
|
2718
2718
|
notSelectableVoucherList = creditSalesVoucher.filter(function (o) {
|