|
@@ -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) => {
|