k94314517
2024-04-09 71e2d06dfa28d3bd60b0d9fa6d6c7ff32884a1a9
company/src/views/enterprise/entrustedInvoicing.vue
@@ -77,7 +77,7 @@
            return {
                searchForm: {
                    type: 1,
                    status: '5,7'
                    status: '5,27'
                }
            }
        },
@@ -96,12 +96,12 @@
                    this.$message.warning('至少选择一项内容')
                    return
                }
                for (let i = 0; i < this.tableData.selectedRows.length; i++) {
                /*for (let i = 0; i < this.tableData.selectedRows.length; i++) {
                    if (this.tableData.selectedRows[i].currentFee - this.tableData.selectedRows[i].taxesMoney === 0) {
                        this.$message.warning(`第${i + 1}项可开票金额为0,不能进行开票!`)
                        return
                    }
                }
                }*/
                let obj = {}
                obj.list = JSON.parse(JSON.stringify(this.tableData.selectedRows))
                obj.list.forEach(item => {