소스 검색

合同管理 水分非空验证删除 sdy

zhongtianhaoyuan 3 년 전
부모
커밋
74cfc1e9b9
2개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. 7 7
      src/views/contractManagement/purchaseContractEdit.vue
  2. 7 7
      src/views/contractManagement/salesContractEdit.vue

+ 7 - 7
src/views/contractManagement/purchaseContractEdit.vue

@@ -997,13 +997,13 @@
           })
           return
         }
-        if (!this.deptBudgetList.contractGoodsInfo.waterContent) {
-          this.$message({
-            message: '请输入水分',
-            type: 'warning',
-          })
-          return
-        }
+        // if (!this.deptBudgetList.contractGoodsInfo.waterContent) {
+        //   this.$message({
+        //     message: '请输入水分',
+        //     type: 'warning',
+        //   })
+        //   return
+        // }
         if (
           this.deptBudgetList.contractGoodsInfo.waterContent &&
           String(this.deptBudgetList.contractGoodsInfo.waterContent).indexOf('.') != -1 &&

+ 7 - 7
src/views/contractManagement/salesContractEdit.vue

@@ -1042,13 +1042,13 @@
           })
           return
         }
-        if (!this.deptBudgetList.contractGoodsInfo.waterContent) {
-          this.$message({
-            message: '请输入水分',
-            type: 'warning',
-          })
-          return
-        }
+        // if (!this.deptBudgetList.contractGoodsInfo.waterContent) {
+        //   this.$message({
+        //     message: '请输入水分',
+        //     type: 'warning',
+        //   })
+        //   return
+        // }
         if (
           this.deptBudgetList.contractGoodsInfo.waterContent &&
           String(this.deptBudgetList.contractGoodsInfo.waterContent).indexOf('.') != -1 &&