kongdeqiang
2023-09-12 b6809f71253a524d81c086ef1293acafdaba395e
src/components/page/invoice/invoiceForm.vue
@@ -106,7 +106,7 @@
            },
            getByCarNo() {
                this.invoiceData = []
                let url = this.$systemconfig.basePath + '/orderrecord/getByCarNo';
                let url = this.$systemconfig.basePath + '/ffzf/orderrecord/getByCarNo';
                let params = {
                    carNo: this.$route.query.carNo,
                    phone: this.$route.query.phone,
@@ -164,7 +164,7 @@
                    alert("请至少选择一项")
                }else {
                    if(this.filedId.length == 1) {
                        let url = this.$systemconfig.basePath + '/fileInfo/download/downloadPng';
                        let url = this.$systemconfig.basePath + '/ffzf/fileInfo/download/downloadPng';
                        this.filedId.forEach(item => {
                            let param = {
                                    fileId : item
@@ -187,7 +187,7 @@
                        })
                    }else if(this.filedId.length > 1) {
                        let result =  this.filedId.join(",")
                        let url = this.$systemconfig.basePath + '/fileInfo/download/downloadZips';
                        let url = this.$systemconfig.basePath + '/ffzf/fileInfo/download/downloadZips';
                        let param = {
                            fileIds : result
                        }