QuKatie 3 年 前
コミット
cdfeb084c4

+ 3 - 3
src/views/finance/charge/kaihe-detail.vue

@@ -783,9 +783,9 @@ export default {
           this.form.fCtrlcorpid = e.fName;
         }
       });
-      if (this.tableData.length == 0) {
-        return this.$message.error("明细表不能为空");
-      }
+      // if (this.tableData.length == 0) {
+      //   return this.$message.error("明细表不能为空");
+      // }
       if (this.form.date) {
         this.form.fFromDate = this.form.date[0];
         this.form.fToDate = this.form.date[1];

+ 3 - 3
src/views/finance/payment/kaihe-detail.vue

@@ -783,9 +783,9 @@ export default {
           this.form.fCtrlcorpid = e.fName;
         }
       });
-      if (this.tableData.length == 0) {
-        return this.$message.error("明细表不能为空");
-      }
+      // if (this.tableData.length == 0) {
+      //   return this.$message.error("明细表不能为空");
+      // }
       if (this.form.date) {
         this.form.fFromDate = this.form.date[0];
         this.form.fToDate = this.form.date[1];