|
@@ -867,7 +867,7 @@ export default {
|
|
|
let organId = this.resetForm.organ.join(",");
|
|
|
let type = this.activeType;
|
|
|
if (type == "DISCOUNT") {
|
|
|
- if (this.attribute1 < 0 ) {
|
|
|
+ if (this.attribute1 < 0 ) { // 勇哥要求将折扣设置大于100%
|
|
|
this.$message.error("折扣必须大于0");
|
|
|
return;
|
|
|
}
|