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
b685460b
Commit
b685460b
authored
Apr 02, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
b171d471
b04bab0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
newConfimationOrder.vue
src/components/newConfimationOrder.vue
+12
-7
No files found.
src/components/newConfimationOrder.vue
View file @
b685460b
...
@@ -333,7 +333,8 @@
...
@@ -333,7 +333,8 @@
<div>
<div>
<input
type=
"button"
value=
"行程下载"
class=
"newTripDownbtn"
<input
type=
"button"
value=
"行程下载"
class=
"newTripDownbtn"
@
click=
"toPDF_V3(orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游')"
/>
@
click=
"toPDF_V3(orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游')"
/>
<input
type=
"button"
value=
"WORD手机版"
style=
"display:none;"
@
click=
"ToDownWord(orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游')"
class=
"newTripDownbtn"
/>
<input
type=
"button"
value=
"WORD手机版"
@
click=
"ToDownWord(orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游',0)"
class=
"newTripDownbtn"
/>
<input
type=
"button"
value=
"WORD电脑版"
@
click=
"ToDownWord(orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游',1)"
class=
"newTripDownbtn"
/>
</div>
</div>
<div
class=
"newTripCom_Img"
>
<div
class=
"newTripCom_Img"
>
<img
:src=
"lineTripFeatureTopBg"
alt=
""
/>
<img
:src=
"lineTripFeatureTopBg"
alt=
""
/>
...
@@ -754,7 +755,7 @@
...
@@ -754,7 +755,7 @@
lineTripFeatureBottomBg
:
''
,
lineTripFeatureBottomBg
:
''
,
//航空公司下拉
//航空公司下拉
airLineList
:
[],
airLineList
:
[],
lineId
:
0
,
//线路编号
vshowA
:
this
.
$route
.
query
.
vshowA
===
undefined
?
true
:
this
.
$route
.
query
.
vshowA
===
'true'
,
vshowA
:
this
.
$route
.
query
.
vshowA
===
undefined
?
true
:
this
.
$route
.
query
.
vshowA
===
'true'
,
vshowB
:
this
.
$route
.
query
.
vshowB
===
undefined
?
true
:
this
.
$route
.
query
.
vshowB
===
'true'
,
vshowB
:
this
.
$route
.
query
.
vshowB
===
undefined
?
true
:
this
.
$route
.
query
.
vshowB
===
'true'
,
vshowC
:
this
.
$route
.
query
.
vshowC
===
undefined
?
true
:
this
.
$route
.
query
.
vshowC
===
'true'
,
vshowC
:
this
.
$route
.
query
.
vshowC
===
undefined
?
true
:
this
.
$route
.
query
.
vshowC
===
'true'
,
...
@@ -958,7 +959,8 @@
...
@@ -958,7 +959,8 @@
//模板参数
//模板参数
templateId
:
this
.
showType
,
templateId
:
this
.
showType
,
//用户Id
//用户Id
UId
:
this
.
getLocalStorage
().
EmployeeId
UId
:
this
.
getLocalStorage
().
EmployeeId
,
lineId
:
this
.
lineId
,
//线路编号
};
};
this
.
$http
({
this
.
$http
({
headers
:
{
headers
:
{
...
@@ -987,7 +989,7 @@
...
@@ -987,7 +989,7 @@
},
},
//生成word
//生成word
ToDownWord
:
function
(
title
){
ToDownWord
:
function
(
title
,
type
){
this
.
pdfLoading
=
true
this
.
pdfLoading
=
true
let
msg
=
{
let
msg
=
{
configId
:
this
.
$route
.
query
.
configId
,
configId
:
this
.
$route
.
query
.
configId
,
...
@@ -1025,12 +1027,13 @@
...
@@ -1025,12 +1027,13 @@
isShowVisa
:
this
.
vshowH
?
1
:
0
,
isShowVisa
:
this
.
vshowH
?
1
:
0
,
//是否显示视频图片
//是否显示视频图片
isShowVideoImg
:
this
.
vshowO
?
1
:
0
,
isShowVideoImg
:
this
.
vshowO
?
1
:
0
,
//isPc是否PC下载
//isPc是否PC下载
(0-手机版,1-PC版)
isPc
:
0
,
isPc
:
type
,
//模板参数
//模板参数
templateId
:
this
.
showType
,
templateId
:
this
.
showType
,
//用户Id
//用户Id
UId
:
this
.
getLocalStorage
().
EmployeeId
UId
:
this
.
getLocalStorage
().
EmployeeId
,
lineId
:
this
.
lineId
,
//线路编号
};
};
let
urlObj
=
this
.
domainManager
();
let
urlObj
=
this
.
domainManager
();
this
.
$http
({
this
.
$http
({
...
@@ -1169,6 +1172,8 @@
...
@@ -1169,6 +1172,8 @@
this
.
feature
=
res
.
data
.
data
.
feature
this
.
feature
=
res
.
data
.
data
.
feature
this
.
showType
=
this
.
feature
.
featureType
;
this
.
showType
=
this
.
feature
.
featureType
;
this
.
isDirect
=
res
.
data
.
data
.
isDirect
;
this
.
isDirect
=
res
.
data
.
data
.
isDirect
;
this
.
lineId
=
res
.
data
.
data
.
lineId
;
if
(
data
.
priceList
.
length
>
0
)
{
if
(
data
.
priceList
.
length
>
0
)
{
data
.
priceList
[
0
].
priceFlight
.
forEach
((
x
,
i
)
=>
{
data
.
priceList
[
0
].
priceFlight
.
forEach
((
x
,
i
)
=>
{
if
(
i
==
0
)
{
if
(
i
==
0
)
{
...
...
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