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
97cf171d
Commit
97cf171d
authored
Jun 18, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改供应商订房查询
parent
d68f3393
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
11 deletions
+29
-11
roomQuery2.vue
src/components/Supplier/roomQuery2.vue
+29
-11
No files found.
src/components/Supplier/roomQuery2.vue
View file @
97cf171d
...
@@ -44,8 +44,8 @@
...
@@ -44,8 +44,8 @@
</td>
</td>
<td>
<td>
<template
v-for=
"(subItem,subIndex) in item.FlightList2"
>
<template
v-for=
"(subItem,subIndex) in item.FlightList2"
>
{{
subItem
.
Flight_number
}}
{{
subItem
.
TicketDepartureTime
}}
{{
subItem
.
DepartureName
}}
(
{{
subItem
.
DIATA
}}
)
<span
class=
"roomNowrap"
><span
class=
"roomFlightNumber"
>
{{
subItem
.
Flight_number
}}
</span>
{{
subItem
.
TicketDepartureTime
}}
{{
subItem
.
DepartureName
}}
(
{{
subItem
.
DIATA
}}
)
{{
subItem
.
TicketArrivalTime
}}
{{
subItem
.
ArrivalCityName
}}
(
{{
subItem
.
AIATA
}}
)
<br
/
>
{{
subItem
.
TicketArrivalTime
}}
{{
subItem
.
ArrivalCityName
}}
(
{{
subItem
.
AIATA
}}
)
</span
>
</
template
>
</
template
>
</td>
</td>
<td>
<td>
...
@@ -62,19 +62,19 @@
...
@@ -62,19 +62,19 @@
</td>
</td>
<td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"酒店信息"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"酒店信息"
placement=
"top-start"
>
<el-popover
placement=
"bottom"
width=
"
800"
trigger=
"click
"
>
<el-popover
placement=
"bottom"
width=
"
500"
trigger=
"click"
popper-class=
"rq_HotelDetails
"
>
<table>
<table
class=
"rq_HotelTable"
>
<tr>
<tr>
<th
width=
"1
0
0"
>
<th
width=
"1
6
0"
>
时间
时间
</th>
</th>
<th
width=
"
17
0"
>
<th
width=
"
20
0"
>
酒店
酒店
</th>
</th>
<th
width=
"
17
0"
>
<th
width=
"
20
0"
>
更换名称
更换名称
</th>
</th>
<th
width=
"
3
50"
>
<th
width=
"
2
50"
>
价格
价格
</th>
</th>
</tr>
</tr>
...
@@ -107,8 +107,9 @@
...
@@ -107,8 +107,9 @@
</td>
</td>
</tr>
</tr>
<tr
>
<tr
>
<td>
备注:
</td>
<td
colspan=
"4"
>
<td
colspan=
"3"
>
{{childItem.Remarks}}
</td>
<span
style=
"display:inline-block;width:40px;vertical-align:top;"
>
备注:
</span>
<span
style=
"display:inline-block;width:400px;"
>
{{childItem.Remarks}}
</span></td>
</tr>
</tr>
</tbody>
</tbody>
</template>
</template>
...
@@ -317,5 +318,22 @@
...
@@ -317,5 +318,22 @@
text-decoration
:
underline
;
text-decoration
:
underline
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.roomQuery
.roomNowrap
{
white-space
:
nowrap
;
margin-bottom
:
5px
;
display
:
block
;
text-align
:
left
;
padding-left
:
20px
;
}
.roomQuery
.roomFlightNumber
{
color
:
#FF0066
;
font-weight
:
bold
;
}
.rq_HotelTable
{
padding
:
10px
0
0
20px
;
background-color
:
#ededed
;
border-collapse
:
collapse
;
border
:
1px
solid
#d2d2d2
;
font-size
:
12px
;}
.rq_HotelTable
th
{
background-color
:
#ededed
;
padding
:
5px
10px
;}
.rq_HotelTable
td
{
background-color
:
#ffffff
;
padding
:
9px
10px
;
color
:
#333333
;
border
:
1px
solid
#d2d2d2
;}
.rq_HotelDetails
{
max-height
:
400px
;
overflow
:
auto
;
}
</
style
>
</
style
>
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