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
52f5a0ef
Commit
52f5a0ef
authored
Apr 28, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
0c22ad89
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
60 additions
and
27 deletions
+60
-27
roomReservationsDetailsNew.vue
src/components/Hotel/roomReservationsDetailsNew.vue
+45
-26
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+4
-1
dmcTotalTable_swt.vue
src/components/dmc/manager/dmcTotalTable_swt.vue
+3
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/Hotel/roomReservationsDetails
copy
.vue
→
src/components/Hotel/roomReservationsDetails
New
.vue
View file @
52f5a0ef
This diff is collapsed.
Click to expand it.
src/components/dmc/manager/dmcTotalTable.vue
View file @
52f5a0ef
...
@@ -334,7 +334,7 @@
...
@@ -334,7 +334,7 @@
</div>
</div>
</td>
</td>
<td>
<td>
<div
class=
"fz16 fbold linkspan"
@
click=
"goUrl(
'roomReservationsDetails
',item,outItem,'订房详情')"
>
<div
class=
"fz16 fbold linkspan"
@
click=
"goUrl(
[131,14, 90].includes(item.LineId) ? 'roomReservationsDetails' : 'roomReservationsDetailsNew
',item,outItem,'订房详情')"
>
<span
style=
"color: #4BCA81;"
v-if=
"item.HotelResult==1"
>
√
</span>
<span
style=
"color: #4BCA81;"
v-if=
"item.HotelResult==1"
>
√
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
HotelResult
==
'-1'
?
"x"
:
"O"
}}
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
HotelResult
==
'-1'
?
"x"
:
"O"
}}
</span>
</div>
</div>
...
@@ -387,6 +387,9 @@
...
@@ -387,6 +387,9 @@
<span
class=
"colorE95252"
v-else
>
{{
item
.
LeaderIsApply
==
'0'
?
"x"
:
"O"
}}
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
LeaderIsApply
==
'0'
?
"x"
:
"O"
}}
</span>
</div>
</div>
</td>
</td>
<td
:rowspan=
"2*outItem.PriceCommonList.length"
v-if=
'index==0'
>
<span>
{{
item
.
OfferId
}}
</span>
</td>
<td
:rowspan=
"2*outItem.PriceCommonList.length"
v-if=
'index==0'
style=
"width: 150px;"
>
<td
:rowspan=
"2*outItem.PriceCommonList.length"
v-if=
'index==0'
style=
"width: 150px;"
>
<el-popover
width=
"100"
trigger=
"click"
popper-class=
"DMC_HotelPop"
>
<el-popover
width=
"100"
trigger=
"click"
popper-class=
"DMC_HotelPop"
>
<table
style=
"width: 100%;"
border=
"0"
cellspacing=
"1"
class=
"dmcTotalTable"
>
<table
style=
"width: 100%;"
border=
"0"
cellspacing=
"1"
class=
"dmcTotalTable"
>
...
...
src/components/dmc/manager/dmcTotalTable_swt.vue
View file @
52f5a0ef
...
@@ -379,6 +379,9 @@
...
@@ -379,6 +379,9 @@
<span
class=
"colorE95252"
v-else
>
{{
item
.
LeaderIsApply
==
'0'
?
"x"
:
"O"
}}
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
LeaderIsApply
==
'0'
?
"x"
:
"O"
}}
</span>
</div>
</div>
</td>
</td>
<td
:rowspan=
"2*outItem.PriceCommonList.length"
v-if=
'index==0'
>
<span>
{{
item
.
OfferId
}}
</span>
</td>
<td
:rowspan=
"2*outItem.PriceCommonList.length"
v-if=
'index==0'
style=
"width: 150px;"
>
<td
:rowspan=
"2*outItem.PriceCommonList.length"
v-if=
'index==0'
style=
"width: 150px;"
>
<el-popover
width=
"100"
trigger=
"click"
popper-class=
"DMC_HotelPop"
>
<el-popover
width=
"100"
trigger=
"click"
popper-class=
"DMC_HotelPop"
>
<table
style=
"width: 100%;"
border=
"0"
cellspacing=
"1"
class=
"dmcTotalTable"
>
<table
style=
"width: 100%;"
border=
"0"
cellspacing=
"1"
class=
"dmcTotalTable"
>
...
...
src/router/config.js
View file @
52f5a0ef
...
@@ -1361,6 +1361,14 @@ export default {
...
@@ -1361,6 +1361,14 @@ export default {
title
:
'订房管理详情'
title
:
'订房管理详情'
},
},
},
},
{
path
:
'/roomReservationsDetailsNew'
,
//订房管理详情新版
name
:
'roomReservationsDetailsNew'
,
component
:
resolve
=>
require
([
'@/components/Hotel/roomReservationsDetailsNew'
],
resolve
),
meta
:
{
title
:
'订房管理详情'
},
},
{
{
path
:
'/roomReservationsDetails_swt'
,
//订房管理详情 swt旅行社
path
:
'/roomReservationsDetails_swt'
,
//订房管理详情 swt旅行社
name
:
'roomReservationsDetails_swt'
,
name
:
'roomReservationsDetails_swt'
,
...
...
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