123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560 |
- <template>
- <div class="invoice_container">
- <div class="title">
- <el-row>
- <el-col :span="24">
- <div class="top">
- <div class="demo-input-suffix" style="margin-left: 10px;">
- <el-upload :action="url" :http-request="importExcel" list-type="text" :show-file-list="false" >
- <el-button type="primary">导入参数</el-button>
- <el-button style="margin-left: 555px;" @click="DownloadTemplate">查询模板下载</el-button>
- </el-upload>
- </div>
- <div class="demo-input-suffix" style="margin-top: 5px">
- <el-input placeholder="公司名称" class="input-demo" v-model="formCondition.companyName"></el-input>
- <el-input placeholder="etc卡号" class="input-demo" v-model="formCondition.cardId"></el-input>
- <el-input placeholder="税号" class="input-demo" v-model="formCondition.buyerTaxpayerCode"></el-input>
- <el-input placeholder="交易id" class="input-demo" v-model="formCondition.tradeId"></el-input>
- </div>
- <div class="demo-input-suffix" style="margin-top: 5px;margin-left: 10px;">
- <el-date-picker v-model="formCondition.invoiceMakeTime" type="datetimerange" value-format="yyyy-MM-dd HH:mm:SS" range-separator="至" start-placeholder="开票时间始" end-placeholder="开票时间止"></el-date-picker>
- <el-input placeholder="发票代码" class="input-demo" v-model="formCondition.invoiceCode"></el-input>
- <el-input placeholder="发票号码" class="input-demo" v-model="formCondition.invoiceNum"></el-input>
- <el-button type="success" style="margin-left: 1%;" @click="firstLoadData">查询</el-button>
- <el-button type="primary" style="margin-left: 1%;" @click="exportExcel">导出报表</el-button>
- </div>
- </div>
- </el-col>
- </el-row>
- </div>
- <!-- 表格部分 -->
- <template>
- <el-table
- class="table"
- v-loading="loading"
- ref="multipleTable"
- :data="invoiceTable"
- :height="heightt"
- border
- tooltip-effect="dark">
- <el-table-column
- label="企业编号"
- prop="companyNum"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="companyName"
- label="公司名称"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="buyerTaxpayerCode"
- label="购方税号"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="plateNum"
- label="车牌号"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="cardId"
- label="ETC卡号"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="tradeId"
- label="交易Id"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="sellerTaxpayerCode"
- label="销方税号"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="sellerName"
- label="销方名称"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="enStation"
- label="入口收费站"
- width="100"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="exStation"
- label="出口收费站"
- width="100"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="invoiceCode"
- label="发票代码"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="invoiceNum"
- label="发票号码"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="invoiceMakeTime"
- label="开票时间"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="exTime"
- label="交易时间"
- show-overflow-tooltip>
- </el-table-column>
- <!-- <el-table-column
- prop="enStation"
- label="入口收费站"
- width="100"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="exStation"
- label="出口收费站"
- width="100"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="sellerName"
- label="销方名称"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="sellerTaxpayerCode"
- label="销方税号"
- show-overflow-tooltip>
- </el-table-column> -->
- <el-table-column
- prop="fee"
- label="交易金额"
- show-overflow-tooltip>
- <template slot-scope="scope">
- <span>{{scope.row.fee/100| rounding}}</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="totalAmount"
- label="价税合计"
- show-overflow-tooltip>
- <template slot-scope="scope">
- <span>{{scope.row.totalAmount/100| rounding}}</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="totalTaxAmount"
- label="税额"
- show-overflow-tooltip>
- <template slot-scope="scope">
- <span>{{scope.row.totalTaxAmount/100| rounding}}</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="amount"
- label="金额"
- show-overflow-tooltip>
- <template slot-scope="scope">
- <span>{{scope.row.fee/100| rounding}}</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="taxRate"
- label="税率"
- show-overflow-tooltip>
- <template slot-scope="scope">
- <span>{{scope.row.taxRate| rounding}}</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="invoiceHtmlUrl"
- label="预览地址"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="invoiceUrl"
- label="下载地址"
- show-overflow-tooltip>
- </el-table-column>
- <el-table-column
- prop="tradeStatus"
- label="状态"
- show-overflow-tooltip>
- <template slot-scope="scope">
- <span v-if="scope.row.tradeStatus == 1" style="color: green">待开票</span>
- <span v-else-if="scope.row.tradeStatus == 2" style="color: red">开票中</span>
- <span v-else-if="scope.row.tradeStatus == 3" style="color: red">已开票</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="calculateTime"
- label="计费时间"
- show-overflow-tooltip>
- </el-table-column>
- </el-table>
- </template>
- <!-- 分页 -->
- <div class="block">
- <el-pagination
- @size-change="handleSizeChange"
- @current-change="handleCurrentChange"
- :current-page="current"
- :page-sizes="[6, 8, 10, 20, 50, 100]"
- :page-size="pagesize"
- layout="total, sizes, prev, pager, next, jumper"
- :total="total">
- </el-pagination>
- </div>
- </div>
- </template>
- <script type="text/javascript">
- import FileSaver from "file-saver";
- import CsvExportor from "csv-exportor";
- import XLSX from "xlsx";
- export default {
- data(){
- return{
- formCondition:{
- cardId:'',
- tradeId:''
- },
- formUserList: {
- "file": ""
- },
- invoiceTable:[],
- hightt:'0px',
- current: 1,
- pagesize: 8,
- total:''
- }
- },
- created() {
- this.heightt = tableHeight-50;
- this.loadData();
- },
- filters: {
- rounding (value) {
- return value.toFixed(2)
- }
- },
- methods:{
- firstLoadData(){
- this.current = 1;
- this.pagesize = 8;
- this.loadData();
- },
- // 列表展示
- async loadData() {
- const formData = new FormData();
- formData.append('current', this.current);
- formData.append('size', this.pagesize);
- for(var i in this.formCondition){
- formData.append(i,this.formCondition[i]);
- }
- const response = await this.$http.post('selfCar/findSelfCarInvoices', formData);
- if (response.data.code === 0) {
- this.invoiceTable = response.data.data.records;
- this.total = response.data.data.total;
- }
- },
- importExcel (content) {
- const file = content.file
- // let file = file.files[0] // 使用传统的input方法需要加上这一步
- const filename = file.name
- if(!filename||typeof filename!='string'){
- this.$message('格式错误!请重新选择')
- return
- }
- let a = filename.split('').reverse().join('');
- let types = a.substring(0,a.search(/\./)).split('').reverse().join('');
- const fileType = ['xlsx', 'xlc', 'xlm', 'xls', 'xlt', 'xlw', 'csv'].some(item => item === types)
- if (!fileType) {
- this.$message('格式错误!请重新选择')
- return
- }
- this.file2Xce(file).then(tabJson => {
- var tradeIds = '';
- var etcIds = '';
- if (tabJson && tabJson.length > 0) {
- this.xlsxJson = tabJson
- this.fileList = this.xlsxJson[0].sheet
- let n = '匹配的字段'
- this.fileList.forEach((item, index, arr) => {
- if(item['etc卡号']!=null && item['etc卡号']!='' && typeof item['etc卡号']!='undefined'){
- etcIds+= item['etc卡号']+',';
- }
- if(item['交易id']!=null && item['交易id']!='' && typeof item['交易id']!='undefined'){
- tradeIds+= item['交易id']+',';
- }
- });
- }
- if(etcIds!=''){
- this.formCondition.cardId =etcIds.substring(0,etcIds.length-1);
- }
- if(tradeIds!=null){
- this.formCondition.tradeId = tradeIds.substring(0,tradeIds.length-1) ;
- }
- })
- },
- file2Xce (file) {
- return new Promise(function (resolve, reject) {
- const reader = new FileReader()
- reader.onload = function (e) {
- const data = e.target.result
- this.wb = XLSX.read(data, {
- type: 'binary'
- })
- const result = []
- var are = (this.wb.Sheets.Sheet1)['!ref'];
- var areRe = are.replace('A1','A2');
- (this.wb.Sheets.Sheet1)['!ref'] = areRe;
- this.wb.SheetNames.forEach((sheetName) => {
- result.push({
- sheetName: sheetName,
- sheet: XLSX.utils.sheet_to_json(this.wb.Sheets[sheetName])
- })
- })
- resolve(result)
- }
- // reader.readAsBinaryString(file.raw)
- reader.readAsBinaryString(file) // 传统input方法
- })
- },
- // 下载模板
- DownloadTemplate() {
- var url = hostUrl+"noCar/templateDownload?fileName=7"
- window.location.href= url;
- },
- handleRemove(file, fileList) {
- },
- handlePreview(file) {
- },
- handleSuccess (a) {
- this.formUserList.file = a.raw;
- },
- // 批量上传模板信息
- async batchUpload() {
- const isLt50M = this.formUserList.file.size / 1024 / 1024 < 50;
- let extName = this.formUserList.file.name.substring(this.formUserList.file.name.lastIndexOf(".")).toLowerCase();
- let AllUpExt = ".xlsx";
- if( extName != AllUpExt){
- this.$message.error(extName+'格式错误!请重新选择xlsx文件');
- return false;
- }
- if (!isLt50M) {
- this.$message.error('上传文件大小不能超过50MB!');
- return false;
- }
- const loading = this.$loading({
- lock: true,
- text: '系统正在努力接收中,过程大概需要几分钟的时间,请您耐心等待...',
- spinner: 'el-icon-loading',
- background: 'rgba(0, 0, 0, 0.7)'
- });
- const formData = new FormData();
- formData.append('file', this.formUserList.file);
- const response = await this.$http.post(`selfCar/batchImportSelfcarInvoices`,formData);
- var {data: { code, msg, data }} = response;
- if(code === 0 && msg === '1') {
- loading.close();
- this.invoiceTable = response.data.data;
- this.total = response.data.data.length;
- }else {
- loading.close();
- this.$message.error('数据存在错误,请检查文件中数据');
- }
- },
- // 分页方法
- handleSizeChange(val) {
- this.pagesize = val;
- this.loadData();
- },
- handleCurrentChange(val) {
- this.current = val;
- this.loadData();
- },
- formartNum(wb){
- var sheet = wb['Sheets']['Sheet1'];
- var replaceTemp = [];
-
- for(var i in sheet){
- if(sheet[i]['v'] == "价税合计"||sheet[i]['v'] == "税额"||sheet[i]['v'] == "金额"||sheet[i]['v'] == "税率"||sheet[i]['v'] == "交易金额"){
- replaceTemp.push(i.replace(/[0-9]/g,''));
- continue;
- }
- if(replaceTemp.includes(i.replace(/[0-9]/g,''))){
- sheet[i]['t']='n';
- }
- }
- },
- async exportExcel() {
- const loading = this.$loading({
- lock: true,
- text: '系统正在努力接收中,过程大概需要几分钟的时间,请您耐心等待...',
- spinner: 'el-icon-loading',
- background: 'rgba(0, 0, 0, 0.7)'
- });
- var recodes = [];
- debugger;
- for(var j=1;j<=this.total/10000+1;j++){
-
- const formData = new FormData();
- formData.append('current', j);
- formData.append('size', 10000);
- for(var i in this.formCondition){
- formData.append(i,this.formCondition[i]);
- }
- const response = await this.$http.post('selfCar/findSelfCarInvoices', formData);
- if (response.data.code === 0) {
- recodes = recodes.concat(response.data.data.records);
- }
- }
-
- // 设置当前日期
- let time = new Date();
- let year = time.getFullYear();
- let month = time.getMonth() + 1;
- let day = time.getDate();
- let name = "自有车发票查询列表_"+year + "" + month + "" + day;
- let cloums = [
- {"title":"企业编号","key":"companyNum"},
- {"title":"公司名称","key":"buyerName"},
- {"title":"购方税号","key":"buyerTaxpayerCode"},
- {"title":"车牌号码","key":"plateNum"},
- {"title":"etc卡号","key":"cardId"},
- {"title":"交易Id","key":"tradeId"},
- {"title":"销方税号","key":"sellerTaxpayerCode"},
- {"title":"销方名称","key":"sellerName"},
- {"title":"入口收费站","key":"enStation"},
- {"title":"出口收费站","key":"exStation"},
- {"title":"发票代码","key":"invoiceCode"},
- {"title":"发票号码","key":"invoiceNum"},
- {"title":"开票时间","key":"invoiceMakeTime"},
- {"title":"交易时间","key":"exTime"},
- {"title":"交易金额(元)","key":"fee"},
- {"title":"价税合计(元)","key":"totalAmount"},
- {"title":"税额(元)","key":"totalTaxAmount"},
- {"title":"金额(元)","key":"amount"},
- {"title":"税率","key":"taxRate"},
- {"title":"扣费时间","key":"calculateTime"},
- {"title":"交易状态","key":"tradeStatus"},
- {"title":"预览地址","key":"invoiceHtmlUrl"},
- {"title":"下载地址","key":"invoiceUrl"}
-
- ];
- this.exportExcelComm(cloums,recodes,name,loading)
-
- },
- formatJson (filterVal, jsonData) {
- return jsonData.map(v => filterVal.map(j => {
- if(j == 'tradeStatus'){
- if(v[j] == 1){
- return "待开票";
- } else if(v[j] == 2){
- return "开票中";
- }else if(v[j] == 3){
- return "开票完成";
- }
- }else if(j =='fee'){
- return v[j]/100;
- }else if(j =='totalAmount'){
- return v[j]/100;
- }else if(j =='totalTaxAmount'){
- return v[j]/100;
- }else if(j =='amount'){
- return v[j]/100;
- }else if(j=='sellerTaxpayerCode' || j=='cardId' ){
- return v[j]+'\t';
- }else{
- return v[j];
- }
-
- }));
- },
- // 导出Excel
- exportExcelComm(columns,list,excelName,loading){
- let tHeader = []
- let filterVal = []
- columns.forEach(item =>{
- tHeader.push(item.title)
- filterVal.push(item.key)
- })
-
- const data = this.formatJson(filterVal,list);
- data.unshift(tHeader);
- CsvExportor.downloadCsv(data, { tHeader }, excelName+".csv");
- loading.close();
- }
- }
- };
- </script>
- <style>
- .invoice_container {
- border: 1px solid #d9d9d9;
- border-radius: 10px;
- }
- .invoice_container .title {
- font-size: 5px;
- margin-bottom: 20px;
- }
- .invoice_container .top {
- padding-top: 20px;
- padding-left: 20px;
- }
- .invoice_container .text {
- display: inline-block;
- color: #000;
- font-size: 16px ;
- margin-left: 1%;
- }
- .invoice_container .input-demo {
- display: inline-block;
- width: 20%;
- margin-left: 1%;
- }
- .invoice_container .block {
- font-size: 5px;
- text-align: center;
- margin-top: 25px;
- margin-bottom: 25px;
- }
- .invoice_container .el-dialog {
- width: 60%;
- }
- .invoice_container .el-dialog__header, .el-dialog__body {
- padding: 0 20px;
- }
- .invoice_container .tou {
- font-size: 20px;
- height: 30px;
- line-height: 30px;
- padding-top: 15px;
- }
- .invoice_container .line {
- margin-top: 15px;
- margin-bottom: 15px;
- width: 100%;
- height: 2px;
- background-color: #d9d9d9;
- }
- .invoice_container .xinxi {
- text-align: center;
- margin: 15px auto;
- font-size: 18px;
- }
- </style>
|