Commit c51bf0ad authored by 黄奎's avatar 黄奎

111

parent 6ee41522
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<el-button type="primary" size="medium" @click="ToWord_2023()"> <el-button type="primary" size="medium" @click="ToWord_2023()">
出团通知书下载WROD</el-button> 出团通知书下载WROD</el-button>
<el-button type="primary" size="medium" @click="OuZhouPdf2024()" v-if="lineId==119||lineId==168" style="display:none;"> <el-button type="primary" size="medium" @click="OuZhouPdf2024()" v-if="lineId==119||lineId==168" style="display:none;" >
欧洲出团通知书PDF</el-button> 欧洲出团通知书PDF</el-button>
</template> </template>
<template v-else> <template v-else>
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
行程下载(N)</el-button> 行程下载(N)</el-button>
<el-button type="primary" size="medium" @click="ToWord_2023()" style="margin-left:20px;"> <el-button type="primary" size="medium" @click="ToWord_2023()" style="margin-left:20px;">
行程下载WORD</el-button> 行程下载WORD</el-button>
<el-button type="primary" size="medium" @click="OuZhouPdf2024()" style="margin-left:20px; display:none;" <el-button type="primary" size="medium" @click="OuZhouPdf2024()" style="margin-left:20px;display:none;"
v-if="lineId==119||lineId==168"> v-if="lineId==119||lineId==168">
欧洲行程PDF</el-button> 欧洲行程PDF</el-button>
</template> </template>
...@@ -737,7 +737,7 @@ ...@@ -737,7 +737,7 @@
this.pdfDownLoad(fileName, msg); this.pdfDownLoad(fileName, msg);
} else if (command && command == 1) { } else if (command && command == 1) {
this.pdfLoading = true; this.pdfLoading = true;
objFileKey += "/" + msg.configId + "_" + msg.tcid + "_B2B.pdf"; objFileKey += "/" + msg.configId + "_" + msg.tcid + "_B2B.pdf?d="+Math.random();
that.downloadChengDuFileRename(objFileKey, fileName, res => { that.downloadChengDuFileRename(objFileKey, fileName, res => {
this.pdfLoading = false; this.pdfLoading = false;
if (res.resultCode == 0) { if (res.resultCode == 0) {
......
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