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
c8d2cbb2
Commit
c8d2cbb2
authored
Jun 28, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
02953852
94097b99
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
21 deletions
+26
-21
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
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+4
-2
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+2
-2
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+14
-0
No files found.
src/components/SalesModule/productQuery.vue
View file @
c8d2cbb2
...
@@ -144,15 +144,15 @@
...
@@ -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
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
{
background
:
#fff
;
text-align
:
center
;
height
:
40px
;}
.PQ_detail
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#E5E5E5
;}
.PQ_detail
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#E5E5E5
;}
.
TC
_HotelPop
{
.
PQ
_HotelPop
{
overflow
:
auto
;
overflow
:
auto
;
max-height
:
350px
;
max-height
:
350px
;
}
}
.
TC
_HotelPop
table
td
{
.
PQ
_HotelPop
table
td
{
padding
:
5px
0
;
padding
:
5px
0
;
text-align
:
center
;
text-align
:
center
;
}
}
.
TC
_HotelPop
table
th
{
.
PQ
_HotelPop
table
th
{
text-align
:
center
;
text-align
:
center
;
}
}
</
style
>
</
style
>
...
@@ -708,7 +708,7 @@
...
@@ -708,7 +708,7 @@
<p><span>
返回城市
</span>
{{item.ReturnArriveCityName}}
</p>
<p><span>
返回城市
</span>
{{item.ReturnArriveCityName}}
</p>
<p><span>
出团公司
</span>
{{item.OutBranchName}}
</p>
<p><span>
出团公司
</span>
{{item.OutBranchName}}
</p>
<p
v-if=
"item.LineID==14 && item.HotelOrderListReports && item.HotelOrderListReports.length>0 "
>
<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>
<commonHotelInfo
:HotelObj=
"item.HotelOrderListReports"
:showHotelObj=
"showHotelObj"
></commonHotelInfo>
<!-- <table width="100%" border="0" cellspacing="0" cellpadding="0" class="singeRowTable">
<!-- <table width="100%" border="0" cellspacing="0" cellpadding="0" class="singeRowTable">
<tr>
<tr>
...
...
src/components/SalesModule/productQueryOne.vue
View file @
c8d2cbb2
...
@@ -144,17 +144,6 @@
...
@@ -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
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
{
background
:
#fff
;
text-align
:
center
;
height
:
40px
;}
.PQ_detail
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#E5E5E5
;}
.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
>
</
style
>
<
template
>
<
template
>
<div
class=
"flexOne"
>
<div
class=
"flexOne"
>
...
...
src/components/busManagement/busStatistics.vue
View file @
c8d2cbb2
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
</div>
</div>
</td>
</td>
<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>
<commonHotelInfo
:HotelObj=
"item.CommonReport.PriceHotelResult"
:showHotelObj=
"showHotelObj"
></commonHotelInfo>
<div
slot=
"reference"
class=
"w80"
style=
"cursor:pointer;text-decoration:underline;"
>
酒店信息
</div>
<div
slot=
"reference"
class=
"w80"
style=
"cursor:pointer;text-decoration:underline;"
>
酒店信息
</div>
</el-popover>
</el-popover>
...
@@ -538,7 +538,7 @@
...
@@ -538,7 +538,7 @@
.busStatistics_tripDetails
table
tr
._color_666
th
{
.busStatistics_tripDetails
table
tr
._color_666
th
{
padding
:
9px
15px
;
padding
:
9px
15px
;
}
}
.
TC
_HotelPop
{
.
Bus
_HotelPop
{
overflow
:
auto
;
overflow
:
auto
;
max-height
:
350px
;
max-height
:
350px
;
}
}
...
...
src/components/confirmationOrderDownLoad.vue
View file @
c8d2cbb2
...
@@ -7,7 +7,9 @@
...
@@ -7,7 +7,9 @@
.travelControlTrip
.hangban-info
tr
th
{
.travelControlTrip
.hangban-info
tr
th
{
padding-left
:
0
!important
;
padding-left
:
0
!important
;
}
}
.WeiXinShare
{
width
:
118px
;
position
:
relative
;
top
:
55px
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -65,7 +67,7 @@
...
@@ -65,7 +67,7 @@
<p
class=
"pvalue"
>
{{
orderMsg
.
endDate
}}
</p>
<p
class=
"pvalue"
>
{{
orderMsg
.
endDate
}}
</p>
</td>
</td>
<td
rowspan=
"2"
>
<td
rowspan=
"2"
>
<
!--
<img
:src=
"WeiXinShareImgSrc"
/>
--
>
<
img
class=
"WeiXinShare"
:src=
"'data:image/png;base64,'+WeiXinShareImgSrc"
/
>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
c8d2cbb2
...
@@ -290,7 +290,7 @@
...
@@ -290,7 +290,7 @@
</div>
</div>
<p
<p
v-if=
"item.LineId==14 && item.CommonReport.PriceHotelResult && item.CommonReport.PriceHotelResult.length>0"
>
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"
<commonHotelInfo
:HotelObj=
"item.CommonReport.PriceHotelResult"
:showHotelObj=
"showHotelObj"
:TCID=
"item.TCID"
:DMCNum=
"item.DMCNum"
:TCNUM=
"item.TCNUMS"
@
SetShouPeiShu=
"SetShouPeiShu(item.TCID,item.ShouPeiStatus)"
></commonHotelInfo>
: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>
<span
slot=
"reference"
class=
"price"
style=
"cursor:pointer;text-decoration:underline;"
>
酒店信息
</span>
...
@@ -1069,7 +1069,7 @@
...
@@ -1069,7 +1069,7 @@
.dmcSetTable
tr
{
.dmcSetTable
tr
{
height
:
50px
;
height
:
50px
;
}
}
.
T
C_HotelPop
{
.
DM
C_HotelPop
{
overflow
:
auto
;
overflow
:
auto
;
max-height
:
350px
;
max-height
:
350px
;
}
}
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
c8d2cbb2
...
@@ -351,6 +351,20 @@
...
@@ -351,6 +351,20 @@
""
;
""
;
TripFeature
.
FeatureHtmlJsonDelete
=
TripFeature
.
FeatureHtmlJsonDelete
?
JSON
.
stringify
(
TripFeature
.
FeatureHtmlJsonDelete
)
:
TripFeature
.
FeatureHtmlJsonDelete
=
TripFeature
.
FeatureHtmlJsonDelete
?
JSON
.
stringify
(
TripFeature
.
FeatureHtmlJsonDelete
)
:
""
;
""
;
var
htmlObj
=
document
.
getElementById
(
"newFeatureBox"
);
if
(
htmlObj
){
if
(
htmlObj
.
innerHTML
!=
null
||
htmlObj
.
innerHTML
!=
""
){
}
}
else
if
(
TripFeature
.
FeatureType
>=
4
){
this
.
$alert
(
'请点击更新行程特色'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
callback
:
action
=>
{
this
.
custormAnchor
(
'thirdAnchor'
,
3
);
this
.
isSubmit
=
true
;
return
}
});
}
TripFeature
.
FeeInclude
=
this
.
PostNotice
.
FeeInclude
;
TripFeature
.
FeeInclude
=
this
.
PostNotice
.
FeeInclude
;
TripFeature
.
FeeNonInclude
=
this
.
PostNotice
.
FeeNonInclude
;
TripFeature
.
FeeNonInclude
=
this
.
PostNotice
.
FeeNonInclude
;
TripFeature
.
ImportantTip
=
this
.
PostNotice
.
ImportantTip
;
TripFeature
.
ImportantTip
=
this
.
PostNotice
.
ImportantTip
;
...
...
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