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
a5661074
Commit
a5661074
authored
Aug 21, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加行程补充说明下载和预览
parent
b77d20aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+7
-7
No files found.
src/components/confirmationOrderDownLoad.vue
View file @
a5661074
...
...
@@ -31,7 +31,7 @@
<!--&&isopOperation HK 注释 可以让销售修改基本信息-->
<input
type=
"button"
v-if=
"orderId>0"
class=
"travelControlTripBtn"
value=
"修改信息"
@
click=
"editMsgShow=true"
/>
</el-col>
<el-col
style=
"display:none"
:span=
"10"
>
<el-col
:span=
"10"
>
<span>
行程补充说明
</span>
<el-select
filterable
size=
"small"
v-model=
"Typevalue"
placeholder=
"请选择"
>
<el-option
label=
"日本寻秋意赏枫季"
:value=
"-1"
></el-option>
...
...
@@ -724,23 +724,23 @@
},
methods
:
{
DownloadJuanmSaid
(){
let
title
=
""
;
let
title
=
"
行程补充说明:
"
;
if
(
this
.
Typevalue
==-
1
){
title
=
"日本寻秋意赏枫季"
title
+
=
"日本寻秋意赏枫季"
}
if
(
this
.
Typevalue
==-
2
){
title
=
"仲夏花火夜"
title
+
=
"仲夏花火夜"
}
if
(
this
.
Typevalue
==-
3
){
title
=
"寻觅日本美食"
title
+
=
"寻觅日本美食"
}
if
(
this
.
Typevalue
==-
4
){
title
=
"邂逅北海道的雪"
title
+
=
"邂逅北海道的雪"
}
if
(
this
.
Typevalue
>
0
){
this
.
titleList
.
forEach
(
item
=>
{
if
(
item
.
id
==
this
.
Typevalue
){
title
=
item
.
title
;
title
+
=
item
.
title
;
}
})
}
...
...
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