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
2e8850ff
Commit
2e8850ff
authored
Jun 19, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9bf658c1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
7 deletions
+28
-7
roomQuery2.vue
src/components/Supplier/roomQuery2.vue
+28
-7
No files found.
src/components/Supplier/roomQuery2.vue
View file @
2e8850ff
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<div
style=
"display:inline-block;color:red"
>
注意事项:每次导出数据最好不要超过一个月。
</div>
<div
style=
"display:inline-block;color:red"
>
注意事项:每次导出数据最好不要超过一个月。
</div>
<div
class=
"rq_comSpan"
style=
"display:inline-block;"
>
颜色说明:
<div
class=
"rq_comSpan"
style=
"display:inline-block;"
>
颜色说明:
<span
class=
"rq_span1"
>
未操作
</span><span
class=
"rq_span2"
>
操作中
</span><span
class=
"rq_span3"
>
操作完成
</span><span
<span
class=
"rq_span1"
>
未操作
</span><span
class=
"rq_span2"
>
操作中
</span><span
class=
"rq_span3"
>
操作完成
</span><span
class=
"rq_span4"
>
机位数和人数不相符
</span>
<span
class=
"rq_span4"
>
取消个数
</span>
class=
"rq_span4"
>
机位数和人数不相符
</span>
</div>
</div>
</div><br
/>
</div><br
/>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"roomQuery_SupplierTable"
v-loading=
'loading'
>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"roomQuery_SupplierTable"
v-loading=
'loading'
>
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
<td
style=
"position:relative;"
>
<td
style=
"position:relative;"
>
{{
item
.
NewCombinationNum
}}
{{
item
.
NewCombinationNum
}}
<div
class=
"Add_triangle"
v-if=
"item.IsBookTeam==1&&todayDate==getDateYear(item.HotelBookTimeStr)"
></div>
<div
class=
"Add_triangle"
v-if=
"item.IsBookTeam==1&&todayDate==getDateYear(item.HotelBookTimeStr)"
></div>
<div
class=
"minus_triangle"
v-if=
"item.IsBookTeam==2"
></div>
</td>
</td>
<td>
<td>
{{
item
.
TCNUMS
}}
(
{{
item
.
TCID
}}
)
{{
item
.
TCNUMS
}}
(
{{
item
.
TCID
}}
)
...
@@ -68,7 +69,7 @@
...
@@ -68,7 +69,7 @@
<el-popover
placement=
"bottom"
width=
"800"
trigger=
"click"
popper-class=
"rq_HotelDetails"
>
<el-popover
placement=
"bottom"
width=
"800"
trigger=
"click"
popper-class=
"rq_HotelDetails"
>
<table
class=
"rq_HotelTable"
>
<table
class=
"rq_HotelTable"
>
<tr>
<tr>
<th
width=
"
18
0"
>
<th
width=
"
20
0"
>
时间
时间
</th>
</th>
<th
width=
"200"
>
<th
width=
"200"
>
...
@@ -121,8 +122,8 @@
...
@@ -121,8 +122,8 @@
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"4"
>
<td
colspan=
"4"
>
<span
style=
"display:inline-block;width:
4
0px;vertical-align:top;"
>
提示信息:
</span>
<span
style=
"display:inline-block;width:
6
0px;vertical-align:top;"
>
提示信息:
</span>
<span
style=
"display:inline-block;width:
400px
;"
>
{{childItem.Remarks}}
</span></td>
<span
style=
"display:inline-block;width:
87%
;"
>
{{childItem.Remarks}}
</span></td>
</tr>
</tr>
<tr>
<tr>
<td>
<td>
...
@@ -183,7 +184,7 @@
...
@@ -183,7 +184,7 @@
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"8"
style=
"text-align:left;padding-left:5px;"
>
<td
colspan=
"8"
style=
"text-align:left;padding-left:5px;"
>
<div
class=
"rQ_HtList"
v-if=
"item.IsBookTeam==2"
>
<div
class=
"rQ_HtList"
v-if=
"item.IsBookTeam==2
&&item.Numbers>0
"
>
<span
v-for=
"subItem in item.Numbers"
></span>
<span
v-for=
"subItem in item.Numbers"
></span>
</div>
</div>
<div>
注意事项: {{item.SupplierRemarks}}
</div>
<div>
注意事项: {{item.SupplierRemarks}}
</div>
...
@@ -498,7 +499,7 @@
...
@@ -498,7 +499,7 @@
padding-top
:
5px
;
padding-top
:
5px
;
}
}
.SaveR_Btn
{
.SaveR_Btn
{
margin
:
10px
0
0
155px
;
margin
:
10px
0
0
45%
;
}
}
.Add_triangle
{
.Add_triangle
{
width
:
0
;
width
:
0
;
...
@@ -508,7 +509,7 @@
...
@@ -508,7 +509,7 @@
top
:
0
;
top
:
0
;
border-style
:
solid
;
border-style
:
solid
;
border-width
:
45px
45px
0
0
;
border-width
:
45px
45px
0
0
;
border-color
:
red
transparent
transparent
border-color
:
#7abd53
transparent
transparent
}
}
.Add_triangle
::after
{
.Add_triangle
::after
{
content
:
'新增'
;
content
:
'新增'
;
...
@@ -519,6 +520,26 @@
...
@@ -519,6 +520,26 @@
color
:
#FFFFFF
;
color
:
#FFFFFF
;
font-size
:
12px
;
font-size
:
12px
;
}
}
.minus_triangle
{
width
:
0
;
height
:
0
;
position
:
absolute
;
left
:
0
;
top
:
0
;
border-style
:
solid
;
border-width
:
45px
45px
0
0
;
border-color
:
red
transparent
transparent
}
.minus_triangle
::after
{
content
:
'取消'
;
position
:
absolute
;
top
:
-42px
;
right
:
-27px
;
white-space
:
nowrap
;
color
:
#FFFFFF
;
font-size
:
12px
;
}
.rQ_HtList
{
.rQ_HtList
{
margin-top
:
5px
0
3px
0
;
margin-top
:
5px
0
3px
0
;
}
}
...
...
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