Browse Source

评估发票作废,调整

sangwenwei 6 months ago
parent
commit
45905a8bfd
1 changed files with 11 additions and 11 deletions
  1. 11 11
      src/views/finance/invoice/InvoiceFormTaskInvalid.vue

+ 11 - 11
src/views/finance/invoice/InvoiceFormTaskInvalid.vue

@@ -862,17 +862,17 @@
         } else if (status === 'reapply') {
           this.inputForm.status = '6'
         }
-        if (this.commonJS.isEmpty(this.inputForm.financeInvoiceBaseDTOList)) {
-          this.loading = false
-          this.$message.error('至少新增一条基本信息')
-          return
-        } else {
-          if (this.inputForm.financeInvoiceBaseDTOList.length === 0) {
-            this.loading = false
-            this.$message.error('至少新增一条基本信息')
-            return
-          }
-        }
+        // if (this.commonJS.isEmpty(this.inputForm.financeInvoiceBaseDTOList)) {
+        //   this.loading = false
+        //   this.$message.error('至少新增一条基本信息')
+        //   return
+        // } else {
+        //   if (this.inputForm.financeInvoiceBaseDTOList.length === 0) {
+        //     this.loading = false
+        //     this.$message.error('至少新增一条基本信息')
+        //     return
+        //   }
+        // }
         if (this.inputForm.status === '5') {
           let acc = 0
           this.inputForm.financeInvoiceDetailDTOList.forEach((item, index) => {