瀏覽代碼

介于规则不允许前值大于等于后值

cldu 2 月之前
父節點
當前提交
58c4e7c617
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/datasheet_manage/components/conditionDia.vue

+ 2 - 0
src/views/datasheet_manage/components/conditionDia.vue

@@ -325,6 +325,8 @@ export default {
     saveHandle() {
       this.momentRef = "";
       this.$refs["ruleForm"].validate(async (valid) => {
+        if(this.chooseType == 3 && (+this.ruleForm.LeftValue >= +this.ruleForm.RightValue)) 
+          return this.$message.warning('介于规则不允许前值大于等于后值');
         if (valid) {
           const params = {
             ...this.ruleForm,