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
1f9ee60d
Commit
1f9ee60d
authored
Jun 27, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改多出滚动条
parent
c7528b08
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
19 deletions
+8
-19
productQuery.vue
src/components/SalesModule/productQuery.vue
+4
-4
productQueryOne.vue
src/components/SalesModule/productQueryOne.vue
+0
-11
busStatistics.vue
src/components/busManagement/busStatistics.vue
+2
-2
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+2
-2
No files found.
src/components/SalesModule/productQuery.vue
View file @
1f9ee60d
...
...
@@ -144,15 +144,15 @@
.PQ_detail
tr
th
,
.v-table-title-cell
{
background
:
#E6E6E6
;
height
:
40px
;
font-size
:
14px
;
border-right
:
1px
solid
#e6e6e6
;
color
:
#333
;}
.PQ_detail
tr
{
background
:
#fff
;
text-align
:
center
;
height
:
40px
;}
.PQ_detail
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#E5E5E5
;}
.
TC
_HotelPop
{
.
PQ
_HotelPop
{
overflow
:
auto
;
max-height
:
350px
;
}
.
TC
_HotelPop
table
td
{
.
PQ
_HotelPop
table
td
{
padding
:
5px
0
;
text-align
:
center
;
}
.
TC
_HotelPop
table
th
{
.
PQ
_HotelPop
table
th
{
text-align
:
center
;
}
</
style
>
...
...
@@ -708,7 +708,7 @@
<p><span>
返回城市
</span>
{{item.ReturnArriveCityName}}
</p>
<p><span>
出团公司
</span>
{{item.OutBranchName}}
</p>
<p
v-if=
"item.LineID==14 && item.HotelOrderListReports && item.HotelOrderListReports.length>0 "
>
<el-popover
width=
"600"
trigger=
"click"
popper-class=
"
TC
_HotelPop"
>
<el-popover
width=
"600"
trigger=
"click"
popper-class=
"
PQ
_HotelPop"
>
<commonHotelInfo
:HotelObj=
"item.HotelOrderListReports"
:showHotelObj=
"showHotelObj"
></commonHotelInfo>
<!-- <table width="100%" border="0" cellspacing="0" cellpadding="0" class="singeRowTable">
<tr>
...
...
src/components/SalesModule/productQueryOne.vue
View file @
1f9ee60d
...
...
@@ -144,17 +144,6 @@
.PQ_detail
tr
th
,
.v-table-title-cell
{
background
:
#E6E6E6
;
height
:
40px
;
font-size
:
14px
;
border-right
:
1px
solid
#e6e6e6
;
color
:
#333
;}
.PQ_detail
tr
{
background
:
#fff
;
text-align
:
center
;
height
:
40px
;}
.PQ_detail
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#E5E5E5
;}
.TC_HotelPop
>
div
{
overflow
:
auto
;
max-height
:
350px
;
}
.TC_HotelPop
table
td
{
padding
:
5px
0
;
text-align
:
center
;
}
.TC_HotelPop
table
th
{
text-align
:
center
;
}
</
style
>
<
template
>
<div
class=
"flexOne"
>
...
...
src/components/busManagement/busStatistics.vue
View file @
1f9ee60d
...
...
@@ -76,7 +76,7 @@
</div>
</td>
<td>
<el-popover
width=
"750"
trigger=
"click"
popper-class=
"
TC
_HotelPop"
>
<el-popover
width=
"750"
trigger=
"click"
popper-class=
"
Bus
_HotelPop"
>
<commonHotelInfo
:HotelObj=
"item.CommonReport.PriceHotelResult"
:showHotelObj=
"showHotelObj"
></commonHotelInfo>
<div
slot=
"reference"
class=
"w80"
style=
"cursor:pointer;text-decoration:underline;"
>
酒店信息
</div>
</el-popover>
...
...
@@ -538,7 +538,7 @@
.busStatistics_tripDetails
table
tr
._color_666
th
{
padding
:
9px
15px
;
}
.
TC
_HotelPop
{
.
Bus
_HotelPop
{
overflow
:
auto
;
max-height
:
350px
;
}
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
1f9ee60d
...
...
@@ -290,7 +290,7 @@
</div>
<p
v-if=
"item.LineId==14 && item.CommonReport.PriceHotelResult && item.CommonReport.PriceHotelResult.length>0"
>
<el-popover
width=
"750"
trigger=
"click"
popper-class=
"
T
C_HotelPop"
>
<el-popover
width=
"750"
trigger=
"click"
popper-class=
"
DM
C_HotelPop"
>
<commonHotelInfo
:HotelObj=
"item.CommonReport.PriceHotelResult"
:showHotelObj=
"showHotelObj"
:TCID=
"item.TCID"
:DMCNum=
"item.DMCNum"
:TCNUM=
"item.TCNUMS"
@
SetShouPeiShu=
"SetShouPeiShu(item.TCID,item.ShouPeiStatus)"
></commonHotelInfo>
<span
slot=
"reference"
class=
"price"
style=
"cursor:pointer;text-decoration:underline;"
>
酒店信息
</span>
...
...
@@ -1069,7 +1069,7 @@
.dmcSetTable
tr
{
height
:
50px
;
}
.
T
C_HotelPop
{
.
DM
C_HotelPop
{
overflow
:
auto
;
max-height
:
350px
;
}
...
...
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