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
ca29e52e
Commit
ca29e52e
authored
May 06, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增页面
parent
29223937
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
3566 additions
and
74 deletions
+3566
-74
roomReservationsDetails.1.vue
src/components/Hotel/roomReservationsDetails.1.vue
+1
-1
roomReservationsDetails_swt.vue
src/components/Hotel/roomReservationsDetails_swt.vue
+1193
-0
bookDinnerStatisticsDetails.vue
src/components/Restaurant/bookDinnerStatisticsDetails.vue
+1
-1
bookDinnerStatisticsDetails_SWT.vue
...components/Restaurant/bookDinnerStatisticsDetails_SWT.vue
+549
-0
comCheckDinner.vue
src/components/commonPage/comCheckDinner.vue
+3
-3
comCheckHotel.vue
src/components/commonPage/comCheckHotel.vue
+4
-4
dmcTotalTable_swt.vue
src/components/dmc/manager/dmcTotalTable_swt.vue
+1359
-0
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+1
-1
TravelPrice4.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice4.vue
+87
-64
admissionStatisticsDetails_SWT.vue
src/components/scenicSpot/admissionStatisticsDetails_SWT.vue
+336
-0
config.js
src/router/config.js
+32
-0
No files found.
src/components/Hotel/roomReservationsDetails.1.vue
View file @
ca29e52e
...
...
@@ -129,7 +129,7 @@
<span
style=
"color:green"
>
{{
subItem
.
NewHotelName
}}
</span>
<el-popover
placement=
"right"
width=
"540"
trigger=
"click"
v-model=
"subItem.isShowPop"
>
<comCheckHotel
:ref=
"'comCheckHotel'+index+subIndex+''"
v-on:childHotel=
"childHotelList"
:UseDate=
"item.UseTimeStr"
>
:UseDate=
"item.UseTimeStr"
:Country=
"651"
>
</comCheckHotel>
<el-button
size=
"small"
type=
"danger"
:data-index=
"'comCheckHotel'+index+subIndex+''"
slot=
"reference"
style=
"cursor:pointer;"
...
...
src/components/Hotel/roomReservationsDetails_swt.vue
0 → 100644
View file @
ca29e52e
This diff is collapsed.
Click to expand it.
src/components/Restaurant/bookDinnerStatisticsDetails.vue
View file @
ca29e52e
...
...
@@ -87,7 +87,7 @@
<span
style=
"color:green"
>
{{
subItem
.
NewDiningRealName
}}
</span><br/>
<el-popover
placement=
"right"
width=
"540"
trigger=
"click"
v-model=
"subItem.isShowPop"
>
<comCheckDinner
:ref=
"'comCheckDinner'+index+subIndex+''"
:UseDate=
"item.UseTimeStr"
v-on:childDinner=
"childDinnerList"
>
v-on:childDinner=
"childDinnerList"
:Country=
"651"
>
</comCheckDinner>
<el-button
size=
"small"
type=
"danger"
:data-index=
"'comCheckDinner'+index+subIndex+''"
slot=
"reference"
style=
"cursor:pointer;"
...
...
src/components/Restaurant/bookDinnerStatisticsDetails_SWT.vue
0 → 100644
View file @
ca29e52e
This diff is collapsed.
Click to expand it.
src/components/commonPage/comCheckDinner.vue
View file @
ca29e52e
...
...
@@ -85,7 +85,7 @@
</
template
>
<
script
>
export
default
{
props
:
[
"UseDate"
],
props
:
[
"UseDate"
,
"Country"
],
data
()
{
return
{
loading
:
false
,
...
...
@@ -106,7 +106,7 @@
this
.
dataList
=
[];
this
.
apipost
(
'dining_post_GetDinnerList_V2Service'
,
{
//1-只查询有库存的酒店
Country
:
"651"
,
Country
:
this
.
Country
,
Province
:
this
.
qMsg
.
ProvinceId
,
Name
:
this
.
qMsg
.
Name
,
sDate
:
this
.
UseDate
...
...
@@ -154,7 +154,7 @@
//获取日本下面的市->下拉框用
getProvinceList
()
{
let
msg
=
{
Id
:
651
Id
:
this
.
Country
};
this
.
apipost
(
"dict_post_Destination_GetChildList"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
src/components/commonPage/comCheckHotel.vue
View file @
ca29e52e
...
...
@@ -92,7 +92,7 @@
</template>
<
script
>
export
default
{
props
:
[
"UseDate"
],
props
:
[
"UseDate"
,
"Country"
],
data
()
{
return
{
loading
:
false
,
...
...
@@ -115,7 +115,7 @@
this
.
apipost
(
'hotel_post_GetHasStockHotelList_V2'
,
{
//1-只查询有库存的酒店
IsMoreThanZero
:
0
,
Country
:
"651"
,
Country
:
this
.
Country
,
IsAllHotel
:
1
,
Province
:
this
.
qMsg
.
ProvinceId
,
Name
:
this
.
qMsg
.
Name
,
...
...
@@ -166,7 +166,7 @@
//获取日本下面的市->下拉框用
getProvinceList
()
{
let
msg
=
{
Id
:
651
Id
:
this
.
Country
};
this
.
apipost
(
"dict_post_Destination_GetChildList"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
@@ -183,7 +183,7 @@
path
:
'HotelProductManage2'
,
query
:
{
id
:
ID
,
Country
:
651
,
Country
:
this
.
Country
,
IsSelfBook
:
1
,
blank
:
'y'
,
tab
:
'报价详情'
...
...
src/components/dmc/manager/dmcTotalTable_swt.vue
0 → 100644
View file @
ca29e52e
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
ca29e52e
...
...
@@ -54,7 +54,7 @@
<TravelPrice3
ref=
"TravelPrice"
id=
"fiveAnchor"
@
headCallBack=
"getPrice"
:PostDaysTrip=
"PostDaysTrip"
v-if=
"TeamType==2"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:TeamType=
"TeamType"
></TravelPrice3>
<TravelPrice4
ref=
"TravelPrice"
id=
"fiveAnchor"
@
headCallBack=
"getPrice"
:PostDaysTrip=
"PostDaysTrip"
<TravelPrice4
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice"
id=
"fiveAnchor"
@
headCallBack=
"getPrice"
:PostDaysTrip=
"PostDaysTrip"
v-if=
"TeamType==3"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:TeamType=
"TeamType"
></TravelPrice4>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice4.vue
View file @
ca29e52e
This diff is collapsed.
Click to expand it.
src/components/scenicSpot/admissionStatisticsDetails_SWT.vue
0 → 100644
View file @
ca29e52e
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
ca29e52e
...
...
@@ -1253,6 +1253,14 @@ export default {
title
:
'订房管理详情'
},
},
{
path
:
'/roomReservationsDetails_swt'
,
//订房管理详情 swt旅行社
name
:
'roomReservationsDetails_swt'
,
component
:
resolve
=>
require
([
'@/components/Hotel/roomReservationsDetails_swt'
],
resolve
),
meta
:
{
title
:
'订房管理详情'
},
},
{
path
:
'/HotelContract'
,
name
:
'HotelContract'
,
...
...
@@ -1344,6 +1352,14 @@ export default {
title
:
'餐厅预订详情'
},
},
{
path
:
'/bookDinnerStatisticsDetails_SWT'
,
//餐厅详情[SWT旅行社]
name
:
'bookDinnerStatisticsDetails_SWT'
,
component
:
resolve
=>
require
([
'@/components/Restaurant/bookDinnerStatisticsDetails_SWT'
],
resolve
),
meta
:
{
title
:
'餐厅预订详情'
},
},
{
path
:
'/RestaurantPrice'
,
//餐厅报价
name
:
'RestaurantPrice'
,
...
...
@@ -1428,6 +1444,14 @@ export default {
title
:
'门票统计详情'
},
},
{
path
:
'/admissionStatisticsDetails_SWT'
,
//门票统计详情[SWT旅行社]
name
:
'admissionStatisticsDetails_SWT'
,
component
:
resolve
=>
require
([
'@/components/scenicSpot/admissionStatisticsDetails_SWT'
],
resolve
),
meta
:
{
title
:
'门票统计详情'
},
},
{
path
:
'/scenicSpotInfoManage'
,
//新增、修改景区
name
:
'scenicSpotInfoManage'
,
...
...
@@ -3894,6 +3918,14 @@ export default {
title
:
'地接总表'
}
},
{
path
:
'/dmcTotalTable_swt'
,
//地接总表_swt旅行社
name
:
'dmcTotalTable_swt'
,
component
:
resolve
=>
require
([
'@/components/dmc/manager/dmcTotalTable_swt'
],
resolve
),
meta
:
{
title
:
'地接总表'
}
},
{
path
:
'/dmcShouSun'
,
//地接->收损订单
name
:
'dmcShouSun'
,
...
...
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