Commit 458c11ff authored by Mac's avatar Mac

1

parent 940d9367
...@@ -254,11 +254,11 @@ ...@@ -254,11 +254,11 @@
Save(formName) { Save(formName) {
this.$refs[formName].validate((valid) => { this.$refs[formName].validate((valid) => {
if (valid) { if (valid) {
if( this.addMsg.CustomMinPriceRate>=this.addMsg.CustomMaxPriceRate){ if(this.addMsg.IsOpen==2 && this.addMsg.CustomMinPriceRate>=this.addMsg.CustomMaxPriceRate){
this.Error('区间比例从低到高') this.Error('区间比例从低到高')
return return
} }
if( this.addMsg.CustomMinFixedPrice>=this.addMsg.CustomMaxFixedPrice){ if(this.addMsg.IsOpen==2&& this.addMsg.CustomMinFixedPrice>=this.addMsg.CustomMaxFixedPrice){
this.Error('区间价格从低到高') this.Error('区间价格从低到高')
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment