|
|
@@ -212,8 +212,7 @@ export default {
|
|
|
const prevDiscount = this.getEffectiveDiscount(prevItem);
|
|
|
const currDiscount = this.getEffectiveDiscount(currItem);
|
|
|
if (currDiscount > prevDiscount) {
|
|
|
- const prevLabel = prevItem.discountEnabled ? `${prevDiscount}折` : '无折扣';
|
|
|
- this.$msg(`${currItem.name}的折扣不能高于${prevItem.name}(${prevLabel})`);
|
|
|
+ this.$msg(`${currItem.name}的折扣不能高于${prevItem.name}`);
|
|
|
return false;
|
|
|
}
|
|
|
}
|