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
9288db78
Commit
9288db78
authored
Mar 17, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d6c7f8cc
3fd98b82
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
771 additions
and
11 deletions
+771
-11
japanBtm.png
src/assets/img/trip/japanBtm.png
+0
-0
japanTop.png
src/assets/img/trip/japanTop.png
+0
-0
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+49
-4
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+1
-1
newConfimationOrder.vue
src/components/newConfimationOrder.vue
+704
-0
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+1
-1
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+8
-2
config.js
src/router/config.js
+8
-3
No files found.
src/assets/img/trip/japanBtm.png
0 → 100644
View file @
9288db78
40.8 KB
src/assets/img/trip/japanTop.png
0 → 100644
View file @
9288db78
753 KB
src/components/confirmationOrderDownLoad.vue
View file @
9288db78
...
...
@@ -10,20 +10,48 @@
.travelControlTrip
.WeiXinShare
{
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
>
<
template
>
<div
class=
"travelControlTrip detail-box"
>
<div
class=
"trip_cover"
v-show=
"pdfLoading"
v-loading=
"pdfLoading"
></div>
<el-row>
<el-row
style=
"margin-bottom:20px;"
>
<el-col
:span=
"14"
>
<input
type=
"button"
style=
"width: auto !important;"
class=
"travelControlTripBtn"
value=
"下载电脑版PDF"
<el-dropdown
trigger=
"click"
>
<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+'日游')"
/>
<input
type=
"button"
style=
"width: auto !important;"
class=
"travelControlTripBtn"
value=
"下载手机版WORD"
@
click=
"gernalFeature(0)"
/>
<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;
width:135px;text-align:center;line-height:30px;font-size:13px;position:relative;top:2px;"
:href=
"domainManager().ViittoFileUrl+priceList[0].wordPath"
>
下载WORD行程
</a>
...
...
@@ -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
:
{
oneday
,
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
9288db78
...
...
@@ -1201,7 +1201,7 @@
this
.
msg
.
StartDate
=
nowDate
;
}
var
userInfo
=
this
.
getLocalStorage
();
if
(
userInfo
.
RB_Group_id
==
QjGroupId
())
{
if
(
userInfo
.
RB_Group_id
==
this
.
QjGroupId
())
{
this
.
msg
.
LineId
=
14
;
}
...
...
src/components/newConfimationOrder.vue
0 → 100644
View file @
9288db78
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
9288db78
...
...
@@ -47,7 +47,7 @@
<TravelPrice
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice"
id=
"fiveAnchor"
@
headCallBack=
"getPrice"
:priceList=
"PriceList"
v-if=
"TeamType==0"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:TeamType=
"TeamType"
></TravelPrice>
:TeamType=
"TeamType"
:CurrentUserInfo=
"CurrentUserInfo"
:IsDirect=
"PostConfig.IsDirect"
></TravelPrice>
<TravelPrice2
ref=
"TravelPrice"
id=
"fiveAnchor"
@
headCallBack=
"getPrice"
:PostDaysTrip=
"PostDaysTrip"
v-if=
"TeamType==1"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:TeamType=
"TeamType"
></TravelPrice2>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
9288db78
...
...
@@ -452,8 +452,14 @@
<el-checkbox
v-model=
"priceData.IsLessPrice"
:true-label=
"CheckedVaule"
:false-label=
"UnCheckedLessPrice"
>
{{
$t
(
'op.CanLessPrice'
)
}}
</el-checkbox>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('op.HotelUse')"
@
click=
"outerVisible=true"
<template
v-if=
"CurrentUserInfo.RB_Group_id==2"
>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('op.HotelUse')"
@
click=
"outerVisible=true"
v-if=
"(PostConfig.LineId==14 || PostConfig.LineId==131) && priceData.PriceHotelList&&priceData.PriceHotelList.length>0"
/>
</
template
>
<
template
v-else
>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('op.HotelUse')"
@
click=
"outerVisible=true"
v-if=
"IsDirect==1 && priceData.PriceHotelList&&priceData.PriceHotelList.length>0"
/>
</
template
>
</div>
<el-form-item
prop=
"B2BMemberPrice"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BMemberPrice"
...
...
@@ -999,7 +1005,7 @@
import
commonPHlInfo
from
"../../commonPage/commonPriceHotelInfo.vue"
;
import
TravelPriceFlightList
from
"../TravelGroupControl/TravelPriceFlightList.vue"
;
export
default
{
props
:
[
"priceList"
,
"priceIsDirect"
,
"OfferList"
,
"PostConfig"
,
"modifyTcid"
,
"TeamType"
],
props
:
[
"priceList"
,
"priceIsDirect"
,
"OfferList"
,
"PostConfig"
,
"modifyTcid"
,
"TeamType"
,
"CurrentUserInfo"
,
"IsDirect"
],
data
()
{
return
{
outerVisible
:
false
,
...
...
src/router/config.js
View file @
9288db78
...
...
@@ -4611,9 +4611,14 @@ export default {
title
:
'资产管理'
},
},
{
path
:
'/newConfimationOrder'
,
//新版行程预览
name
:
'newConfimationOrder'
,
component
:
resolve
=>
require
([
'@/components/newConfimationOrder'
],
resolve
),
meta
:
{
title
:
'新版行程预览'
},
},
{
path
:
'/supplierIndex'
,
//供应商首页
name
:
'supplierIndex'
,
...
...
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