| | |
| | | }, |
| | | 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, |
| | |
| | | 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 |
| | |
| | | }) |
| | | }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 |
| | | } |