Commit 3fc2485c by 米嘉伟

发查询结束

parent 44df25cf
...@@ -796,18 +796,18 @@ export default { ...@@ -796,18 +796,18 @@ export default {
this.search() this.search()
} else if (this.ruleForm.queryClass == '2' && this.bcxh <= this.normalSurplusCount && this.normalSurplusCount != 0) { } else if (this.ruleForm.queryClass == '2' && this.bcxh <= this.normalSurplusCount && this.normalSurplusCount != 0) {
this.search() this.search()
} else if (this.ruleForm.queryClass == '2' && this.bcxh > this.normalSurplusCount && this.bcxh <= this.highSurplusCount && this.highSurplusCount != 0) { } else if (this.ruleForm.queryClass == '2' && this.bcxh > this.normalSurplusCount && this.bcxh <= this.highSurplusCount) {
this.$message.success('当前优先级可用发查询数量不足,已为你使用高优先级') this.$message.success('当前优先级可用发查询数量不足,已为你使用高优先级')
this.search() this.search()
} else if (this.ruleForm.queryClass == '3' && this.bcxh <= this.normalSurplusCount && this.normalSurplusCount != 0) { } else if (this.ruleForm.queryClass == '3' && this.bcxh <= this.normalSurplusCount && this.normalSurplusCount != 0) {
this.search() this.search()
} else if (this.ruleForm.queryClass == '3' && this.bcxh > this.normalSurplusCount && this.bcxh <= this.highSurplusCount && this.highSurplusCount != 0) { } else if (this.ruleForm.queryClass == '3' && this.bcxh >= this.normalSurplusCount && this.bcxh <= this.highSurplusCount) {
this.$message.success('当前优先级可用发查询数量不足,已为你使用高优先级') this.$message.success('当前优先级可用发查询数量不足,已为你使用高优先级')
this.search() this.search()
} else if (this.ruleForm.queryClass == '3' && this.bcxh > this.normalSurplusCount && this.bcxh > this.highSurplusCount && this.bcxh <= (this.highSurplusCount + this.normalSurplusCount)) { } else if (this.ruleForm.queryClass == '3' && this.bcxh >= this.normalSurplusCount && this.bcxh > this.highSurplusCount && this.bcxh <= (this.highSurplusCount + this.normalSurplusCount)) {
this.$message.success('当前优先级可用发查询数量不足,已为你使用高优先级') this.$message.success('当前优先级可用发查询数量不足,已为你使用高优先级')
this.search() this.search()
} else if (this.ruleForm.queryClass == '2' && this.bcxh > this.normalSurplusCount && this.bcxh > this.highSurplusCount && this.bcxh <= (this.highSurplusCount + this.normalSurplusCount)) { } else if (this.ruleForm.queryClass == '2' && this.bcxh >= this.normalSurplusCount && this.bcxh > this.highSurplusCount && this.bcxh <= (this.highSurplusCount + this.normalSurplusCount)) {
this.$message.success('当前优先级可用发查询数量不足,已为你使用高优先级') this.$message.success('当前优先级可用发查询数量不足,已为你使用高优先级')
this.search() this.search()
} else { } else {
......
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