Commit e57e03b6 authored by youjie's avatar youjie

no message

parent 42a2b40f
...@@ -516,7 +516,7 @@ input[type="number"] { ...@@ -516,7 +516,7 @@ input[type="number"] {
<button class="hollowFixedBtn" @click="resetPageIndex(), getPageList()"> <button class="hollowFixedBtn" @click="resetPageIndex(), getPageList()">
{{ $t("pub.searchBtn") }} {{ $t("pub.searchBtn") }}
</button> </button>
<button class="normalBtn" @click="exportExcel"> <button v-if="active==1" class="normalBtn" @click="exportExcel">
导出 导出
</button> </button>
</li> </li>
...@@ -938,7 +938,8 @@ export default { ...@@ -938,7 +938,8 @@ export default {
let msg = JSON.parse(JSON.stringify(this.msg)) let msg = JSON.parse(JSON.stringify(this.msg))
// let userInfo = this.getLocalStorage(); // let userInfo = this.getLocalStorage();
// msg.EmployeeIdUser = userInfo.EmployeeId // msg.EmployeeIdUser = userInfo.EmployeeId
var fileName = "签约客户表.xls"; let time = this.getBeforeDate(0,new Date().Format("yyyy-MM-dd"))
var fileName = `签约客户表${time}.xls`;
this.GetLocalFile("customer_post_GetSigningCustomerOutToExcel", msg, fileName); this.GetLocalFile("customer_post_GetSigningCustomerOutToExcel", msg, fileName);
}, },
lookDetail(item, type) { lookDetail(item, type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment