|
@@ -17,7 +17,7 @@
|
|
<el-button slot="trigger" size="small" type="primary">选取文件</el-button>
|
|
<el-button slot="trigger" size="small" type="primary">选取文件</el-button>
|
|
<el-button style="margin-left: 10px;" size="small" type="success" @click="batchUpload" v-loading.fullscreen.lock="fullscreenLoading">批量查询</el-button>
|
|
<el-button style="margin-left: 10px;" size="small" type="success" @click="batchUpload" v-loading.fullscreen.lock="fullscreenLoading">批量查询</el-button>
|
|
</el-upload>
|
|
</el-upload>
|
|
-
|
|
|
|
|
|
+
|
|
<div class="demo-input-suffix">
|
|
<div class="demo-input-suffix">
|
|
<el-input placeholder="公司名称" class="input-demo" v-model="formCondition.companyName"></el-input>
|
|
<el-input placeholder="公司名称" class="input-demo" v-model="formCondition.companyName"></el-input>
|
|
<el-input placeholder="运单编号" class="input-demo" v-model="formCondition.waybillNum"></el-input>
|
|
<el-input placeholder="运单编号" class="input-demo" v-model="formCondition.waybillNum"></el-input>
|
|
@@ -27,14 +27,14 @@
|
|
<div class="demo-input-suffix" style="margin-top: 5px;margin-left: 10px;">
|
|
<div class="demo-input-suffix" style="margin-top: 5px;margin-left: 10px;">
|
|
<el-date-picker v-model="formCondition.invoiceMakeTime" type="daterange" value-format="yyyy-MM-dd HH:mm:SS" range-separator="至" start-placeholder="开票时间始" end-placeholder="开票时间止"></el-date-picker>
|
|
<el-date-picker v-model="formCondition.invoiceMakeTime" type="daterange" value-format="yyyy-MM-dd HH:mm:SS" range-separator="至" start-placeholder="开票时间始" end-placeholder="开票时间止"></el-date-picker>
|
|
<el-date-picker v-model="formCondition.calculateTime" type="daterange" value-format="yyyy-MM-dd HH:mm:SS" range-separator="至" start-placeholder="扣费时间始" end-placeholder="扣费时间止"></el-date-picker>
|
|
<el-date-picker v-model="formCondition.calculateTime" type="daterange" value-format="yyyy-MM-dd HH:mm:SS" range-separator="至" start-placeholder="扣费时间始" end-placeholder="扣费时间止"></el-date-picker>
|
|
-
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<div class="demo-input-suffix" style="margin-top: 5px;margin-right: 10px;">
|
|
<div class="demo-input-suffix" style="margin-top: 5px;margin-right: 10px;">
|
|
<el-input placeholder="发票代码" class="input-demo" v-model="formCondition.invoiceCode"></el-input>
|
|
<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-input placeholder="发票号码" class="input-demo" v-model="formCondition.invoiceNum"></el-input>
|
|
<el-button type="success" style="margin-right: 1%;" @click="firstLoadData">查询</el-button>
|
|
<el-button type="success" style="margin-right: 1%;" @click="firstLoadData">查询</el-button>
|
|
<el-button style="margin-left: 1%;" @click="DownloadTemplate">查询模板下载</el-button>
|
|
<el-button style="margin-left: 1%;" @click="DownloadTemplate">查询模板下载</el-button>
|
|
-
|
|
|
|
|
|
+
|
|
<el-button type="primary" style="margin-right: 1%;" @click="exportExcel">导出报表</el-button>
|
|
<el-button type="primary" style="margin-right: 1%;" @click="exportExcel">导出报表</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -165,7 +165,7 @@
|
|
<span>{{scope.row.taxRate| rounding}}</span>
|
|
<span>{{scope.row.taxRate| rounding}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
-
|
|
|
|
|
|
+
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="invoiceHtmlUrl"
|
|
prop="invoiceHtmlUrl"
|
|
label="预览地址"
|
|
label="预览地址"
|
|
@@ -193,7 +193,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
- </template>
|
|
|
|
|
|
+ </template>
|
|
<!-- 分页 -->
|
|
<!-- 分页 -->
|
|
<div class="block">
|
|
<div class="block">
|
|
<el-pagination
|
|
<el-pagination
|
|
@@ -273,7 +273,7 @@ import XLSX from "xlsx";
|
|
},
|
|
},
|
|
// 批量上传模板信息
|
|
// 批量上传模板信息
|
|
async batchUpload() {
|
|
async batchUpload() {
|
|
-
|
|
|
|
|
|
+
|
|
const isLt50M = this.formUserList.file.size / 1024 / 1024 < 50;
|
|
const isLt50M = this.formUserList.file.size / 1024 / 1024 < 50;
|
|
let extName = this.formUserList.file.name.substring(this.formUserList.file.name.lastIndexOf(".")).toLowerCase();
|
|
let extName = this.formUserList.file.name.substring(this.formUserList.file.name.lastIndexOf(".")).toLowerCase();
|
|
let AllUpExt = ".xlsx";
|
|
let AllUpExt = ".xlsx";
|
|
@@ -286,19 +286,23 @@ import XLSX from "xlsx";
|
|
this.$message.error('上传文件大小不能超过50MB!');
|
|
this.$message.error('上传文件大小不能超过50MB!');
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
- this.$message.success('系统正在努力接收中,过程大概需要几分钟的时间,请您耐心等待...');
|
|
|
|
|
|
|
|
- this.fullscreenLoading = true;
|
|
|
|
|
|
+ const loading = this.$loading({
|
|
|
|
+ lock: true,
|
|
|
|
+ text: '系统正在努力接收中,过程大概需要几分钟的时间,请您耐心等待...',
|
|
|
|
+ spinner: 'el-icon-loading',
|
|
|
|
+ background: 'rgba(0, 0, 0, 0.7)'
|
|
|
|
+ });
|
|
const formData = new FormData();
|
|
const formData = new FormData();
|
|
formData.append('file', this.formUserList.file);
|
|
formData.append('file', this.formUserList.file);
|
|
const response = await this.$http.post(`noCar/batchImportNocarInvoices`,formData);
|
|
const response = await this.$http.post(`noCar/batchImportNocarInvoices`,formData);
|
|
var {data: { code, msg, data }} = response;
|
|
var {data: { code, msg, data }} = response;
|
|
if(code === 0 && msg === '1') {
|
|
if(code === 0 && msg === '1') {
|
|
- this.fullscreenLoading = false;
|
|
|
|
|
|
+ loading.close();
|
|
this.invoiceTable = response.data.data;
|
|
this.invoiceTable = response.data.data;
|
|
this.total = response.data.data.length;
|
|
this.total = response.data.data.length;
|
|
}else {
|
|
}else {
|
|
- this.fullscreenLoading = false;
|
|
|
|
|
|
+ loading.close();
|
|
this.$message.error('数据存在错误,请检查文件中数据');
|
|
this.$message.error('数据存在错误,请检查文件中数据');
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -316,7 +320,7 @@ import XLSX from "xlsx";
|
|
async exportExcel() {
|
|
async exportExcel() {
|
|
let curr = this.current;
|
|
let curr = this.current;
|
|
let pagesize1 = this.pagesize;
|
|
let pagesize1 = this.pagesize;
|
|
- this.current = 1;
|
|
|
|
|
|
+ this.current = 1;
|
|
this.pagesize = this.total;
|
|
this.pagesize = this.total;
|
|
await this.loadData();
|
|
await this.loadData();
|
|
// 设置当前日期
|
|
// 设置当前日期
|
|
@@ -345,7 +349,7 @@ import XLSX from "xlsx";
|
|
} catch (e) {
|
|
} catch (e) {
|
|
if (typeof console !== "undefined") console.log(e, wbout);
|
|
if (typeof console !== "undefined") console.log(e, wbout);
|
|
}
|
|
}
|
|
- this.current = curr;
|
|
|
|
|
|
+ this.current = curr;
|
|
this.pagesize = pagesize1;
|
|
this.pagesize = pagesize1;
|
|
this.loadData();
|
|
this.loadData();
|
|
return wbout;
|
|
return wbout;
|
|
@@ -407,4 +411,4 @@ import XLSX from "xlsx";
|
|
margin: 15px auto;
|
|
margin: 15px auto;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|