Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
60e43fa2
Commit
60e43fa2
authored
Aug 21, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f8a01c5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
3 deletions
+24
-3
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+24
-3
No files found.
src/components/confirmationOrderDownLoad.vue
View file @
60e43fa2
...
...
@@ -31,7 +31,7 @@
<!--&&isopOperation HK 注释 可以让销售修改基本信息-->
<input
type=
"button"
v-if=
"orderId>0"
class=
"travelControlTripBtn"
value=
"修改信息"
@
click=
"editMsgShow=true"
/>
</el-col>
<
!--
<el-col
:span=
"10"
>
<
el-col
style=
"display:none"
:span=
"10"
>
<span>
行程明细
</span>
<el-select
filterable
size=
"small"
v-model=
"Typevalue"
placeholder=
"请选择"
>
<el-option
label=
"日本寻秋意赏枫季"
:value=
"-1"
></el-option>
...
...
@@ -48,7 +48,7 @@
@
click=
"yuLan"
/>
<input
type=
"button"
style=
"width: auto !important;outline:none"
class=
"travelControlTripBtn"
value=
"下载"
@
click=
"DownloadJuanmSaid"
/>
</el-col>
-->
</el-col>
</el-row>
<div
id=
"pdfNode"
>
...
...
@@ -724,7 +724,28 @@
},
methods
:
{
DownloadJuanmSaid
(){
console
.
log
(
"Typevalue"
,
this
.
Typevalue
)
let
title
=
""
;
if
(
this
.
Typevalue
==-
1
){
title
=
"日本寻秋意赏枫季"
}
if
(
this
.
Typevalue
==-
2
){
title
=
"仲夏花火夜"
}
if
(
this
.
Typevalue
==-
3
){
title
=
"寻觅日本美食"
}
if
(
this
.
Typevalue
==-
4
){
title
=
"邂逅北海道的雪"
}
if
(
this
.
Typevalue
>
0
){
this
.
titleList
.
forEach
(
item
=>
{
if
(
item
.
id
==
this
.
Typevalue
){
title
=
item
.
title
;
}
})
}
// console.log("title",title)
// return;
this
.
pdfLoading
=
true
let
pageData
=
document
.
getElementById
(
'pdfNode'
).
innerHTML
let
urlObj
=
this
.
domainManager
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment