Commit 2a37bf07 authored by 黄奎's avatar 黄奎

页面修改

parent 4cdd2250
...@@ -1039,10 +1039,10 @@ ...@@ -1039,10 +1039,10 @@
let msg = { let msg = {
TCID: item.TCID TCID: item.TCID
}; };
var fileName = "旅客名单.xls"; var fileName = "出境名单表.doc";
if (item.TCNUMS != null) { if (item.TCNUMS != null) {
fileName = fileName =
"【" + item.TCNUMS + "】旅客名单.xls"; "【" + item.TCNUMS + "】出境名单表.doc";
} }
this.GetLocalFile("travel_get_GetTravelGuestExport_V2", msg, fileName, this.GetLocalFile("travel_get_GetTravelGuestExport_V2", msg, fileName,
res => { res => {
......
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