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
13b8e34d
Commit
13b8e34d
authored
5 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面
parent
ac038a3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
4 deletions
+49
-4
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+49
-4
No files found.
src/components/confirmationOrderDownLoad.vue
View file @
13b8e34d
...
@@ -10,20 +10,48 @@
...
@@ -10,20 +10,48 @@
.travelControlTrip
.WeiXinShare
{
.travelControlTrip
.WeiXinShare
{
width
:
118px
;
position
:
relative
;
top
:
55px
;
width
:
118px
;
position
:
relative
;
top
:
55px
;
}
}
.travelControlTrip
.el-dropdown
{
height
:
30px
;
line-height
:
30px
;
background-color
:
#E95252
;
color
:
#fff
;
font-size
:
12px
;
width
:
80px
;
text-align
:
center
;
border-radius
:
4px
;
cursor
:
pointer
;
margin-left
:
20px
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"travelControlTrip detail-box"
>
<div
class=
"travelControlTrip detail-box"
>
<div
class=
"trip_cover"
v-show=
"pdfLoading"
v-loading=
"pdfLoading"
></div>
<div
class=
"trip_cover"
v-show=
"pdfLoading"
v-loading=
"pdfLoading"
></div>
<el-row>
<el-row
style=
"margin-bottom:20px;"
>
<el-col
:span=
"14"
>
<el-col
:span=
"14"
>
<el-dropdown
trigger=
"click"
>
<input
type=
"button"
style=
"width: auto !important;"
class=
"travelControlTripBtn"
value=
"下载电脑版PDF"
<span
class=
"el-dropdown-link"
>
行程下载
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
class=
"TC-dropdown"
>
<el-dropdown-item
@
click
.
native=
"toPDF_V2(orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游')"
>
下载电脑版PDF
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"gernalFeature(0)"
>
下载手机版WORD
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"gernalFeature(1)"
>
下载电脑版WORD
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<!--
<input
type=
"button"
style=
"width: auto !important;"
class=
"travelControlTripBtn"
value=
"下载电脑版PDF"
@
click=
"toPDF_V2(orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游')"
/>
@
click=
"toPDF_V2(orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游')"
/>
<input
type=
"button"
style=
"width: auto !important;"
class=
"travelControlTripBtn"
value=
"下载手机版WORD"
<input
type=
"button"
style=
"width: auto !important;"
class=
"travelControlTripBtn"
value=
"下载手机版WORD"
@
click=
"gernalFeature(0)"
/>
@
click=
"gernalFeature(0)"
/>
<input
type=
"button"
style=
"width: auto !important;"
class=
"travelControlTripBtn"
value=
"下载电脑版WORD"
<input
type=
"button"
style=
"width: auto !important;"
class=
"travelControlTripBtn"
value=
"下载电脑版WORD"
@
click=
"gernalFeature(1)"
/>
@
click=
"gernalFeature(1)"
/>
-->
<input
type=
"button"
value=
"新版行程"
class=
"travelControlTripBtn"
style=
"display:none;"
@
click=
"goUrlView()"
/>
<a
class=
"travelControlTripBtn"
v-if=
"priceList.length>0&& priceList[0].wordPath!=''"
style=
"display:inline-block;text-decoration:none;
<a
class=
"travelControlTripBtn"
v-if=
"priceList.length>0&& priceList[0].wordPath!=''"
style=
"display:inline-block;text-decoration:none;
width:135px;text-align:center;line-height:30px;font-size:13px;position:relative;top:2px;"
width:135px;text-align:center;line-height:30px;font-size:13px;position:relative;top:2px;"
:href=
"domainManager().ViittoFileUrl+priceList[0].wordPath"
>
下载WORD行程
</a>
:href=
"domainManager().ViittoFileUrl+priceList[0].wordPath"
>
下载WORD行程
</a>
...
@@ -1626,6 +1654,23 @@
...
@@ -1626,6 +1654,23 @@
}
}
}
}
},
},
//跳转至预览
goUrlView
(){
let
routeData
=
this
.
$router
.
resolve
({
name
:
'newConfimationOrder'
,
query
:
{
// configId: item.ID,
// cityId: cityId,
// tcid: item.TCID,
// orderId: 0,
// vshowL: false,
// vshowM: false,
// vshowTCNUM: true,
// isClick: 1 //不计算点击
}
});
window
.
open
(
routeData
.
href
,
"_blank"
);
}
},
},
components
:
{
components
:
{
oneday
,
oneday
,
...
...
This diff is collapsed.
Click to expand it.
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