QuKatie 3 년 전
부모
커밋
27fea24bb1
3개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 3
      src/views/finance/charge/add-or-update.vue
  2. 0 3
      src/views/finance/contrast/add-or-update.vue
  3. 0 3
      src/views/finance/payment/add-or-update.vue

+ 0 - 3
src/views/finance/charge/add-or-update.vue

@@ -99,9 +99,6 @@ export default {
       this.selectionList = rows;
     },
     importDate() {
-      if (!this.form.fCorpid) {
-        return this.$message.error("请选择客户名称");
-      }
       if (this.selectionList.length == 0) {
         return this.$message.error("请选择数据");
       }

+ 0 - 3
src/views/finance/contrast/add-or-update.vue

@@ -99,9 +99,6 @@ export default {
       this.selectionList = rows;
     },
     importDate() {
-      if (!this.form.fCorpid) {
-        return this.$message.error("请选择客户名称");
-      }
       if (this.selectionList.length == 0) {
         return this.$message.error("请选择数据");
       }

+ 0 - 3
src/views/finance/payment/add-or-update.vue

@@ -99,9 +99,6 @@ export default {
       this.selectionList = rows;
     },
     importDate() {
-      if (!this.form.fCorpid) {
-        return this.$message.error("请选择客户名称");
-      }
       if (this.selectionList.length == 0) {
         return this.$message.error("请选择数据");
       }