tplus-components-touch 3.39.9 → 3.39.10
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.
@@ -1227,12 +1227,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
1227
1227
|
Differentiate = _enumController$getEn9.Differentiate;
|
1228
1228
|
|
1229
1229
|
if (key === PayStyle.djq && Math.Minus(paymode.received, paymode.amount) > 0) {
|
1230
|
-
|
1231
|
-
title: '提示',
|
1232
|
-
content: '实收金额已大于应收金额,不允许使用优惠券',
|
1233
|
-
okText: '确定',
|
1234
|
-
okType: 'primary'
|
1235
|
-
});
|
1230
|
+
_message2.default.warn('实收金额已大于应收金额,不允许使用优惠券');
|
1236
1231
|
return;
|
1237
1232
|
}
|
1238
1233
|
if (key === PayStyle.hyczk) {
|