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
75ba4d98
Commit
75ba4d98
authored
Jan 28, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
a98cda86
7f8b42b5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
17 deletions
+31
-17
FProcessManagement.vue
src/components/FinancialModule/FProcessManagement.vue
+2
-2
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+10
-1
addPassenger.vue
src/components/SalesModule/addPassenger.vue
+1
-0
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+16
-12
tripsManager.vue
src/components/dmc/manager/tripsManager.vue
+2
-2
No files found.
src/components/FinancialModule/FProcessManagement.vue
View file @
75ba4d98
...
...
@@ -221,9 +221,9 @@
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top"
>
<i
class=
"iconfont icon-liuchengsheji"
v-show=
"item.Status==1"
@
click=
"goUrl('addFinancialProcess',item.Id,8)"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top"
>
<
!-- <
el-tooltip class="item" effect="dark" content="删除" placement="top">
<i class="edit el-icon-delete" v-show="item.Status==1" @click="deletTemplate(item.Id,item.Name)"></i>
</el-tooltip>
</el-tooltip>
-->
</div>
</li>
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
75ba4d98
...
...
@@ -1099,7 +1099,16 @@ export default {
{
field
:
"YingYeE"
,
formatter
:
this
.
moneyFormat
,
title
:
"营业额"
,
title
:
"联运营业额"
,
width
:
90
,
titleAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
},
{
field
:
"RealIncome"
,
formatter
:
this
.
moneyFormat
,
title
:
"实际营业额"
,
width
:
90
,
titleAlign
:
"left"
,
columnAlign
:
"left"
,
...
...
src/components/SalesModule/addPassenger.vue
View file @
75ba4d98
...
...
@@ -2018,6 +2018,7 @@ export default {
//this.getVisaApplyForTypeEnum();
// this.getChinaAirportList();
// this.getJapanAirportList();
//1231
this
.
getCountry
();
this
.
getMarriageType
();
this
.
getVisaDeparturesType
();
...
...
src/components/Ticketing/TicketManager.vue
View file @
75ba4d98
...
...
@@ -69,13 +69,13 @@
}
.PlaneTicket
._ol_list
>
li
{
height
:
107px
;
/* height: 107px; */
margin
:
20px
0
0px
0px
;
transition
:
linear
all
0.5s
;
background-color
:
#fff
;
border
:
1px
solid
#dddddd
;
border-left
:
0
;
overflow
:
hidden
;
/* overflow: hidden; */
position
:
relative
;
}
...
...
@@ -1179,14 +1179,13 @@
}
.TCID_cont
{
height
:
28px
;
line-height
:
28px
;
min-height
:
28px
;
border-top
:
1px
dashed
#ccc
;
text-indent
:
20px
;
}
.Ticket_TCID
{
margin-right
:
2px
;
margin
:
5px
25px
5px
0
;
display
:
inline-block
;
}
/*航班详情*/
...
...
@@ -1231,6 +1230,12 @@
.FinaceDanList
{
cursor
:
pointer
;
}
.teamTitle
{
text-indent
:
10px
;
min-height
:
28px
;
border-top
:
1px
solid
#ccc
;
line-height
:
28px
;
}
</
style
>
<
template
>
<div
class=
"flexOne PlaneTicket"
>
...
...
@@ -1600,9 +1605,11 @@
</el-row>
<el-row
:gutter=
"0"
>
<el-col
:span=
"8"
>
<el-col
:span=
"1"
>
<div
class=
"teamTitle"
>
团期:
</div>
</el-col>
<el-col
:span=
"15"
>
<div
class=
"TCID_cont PingFangSC"
>
团期:
<span
v-show=
"item.PriceList==null ||item.PriceList.length==0"
>
暂无
</span>
<span
class=
"Ticket_TCID"
v-for=
"subItem in item.PriceList"
>
<a
style=
"color:blue;cursor:pointer"
@
click=
'goUrlT("RegistrationList",subItem.TCID,"报名清单")'
>
(
{{
subItem
.
TCID
}}
)
{{
subItem
.
TCNUM
}}
</a>
...
...
@@ -1611,10 +1618,7 @@
</div>
</el-col>
<el-col
:span=
"8"
>
<div
class=
"TCID_cont"
></div>
</el-col>
<el-col
:span=
"8"
>
<div
class=
"TCID_cont"
>
PNR:
{{
item
.
PNR
}}
</div>
<div
class=
"TCID_cont"
style=
"padding-top:5px;"
>
PNR:
{{
item
.
PNR
}}
</div>
</el-col>
</el-row>
</li>
...
...
src/components/dmc/manager/tripsManager.vue
View file @
75ba4d98
...
...
@@ -369,7 +369,7 @@
</el-select>
</span>
</li>
<li
style=
"display:none"
>
<li>
<span>
<em>
出团公司
</em>
<el-select
class=
"w150"
v-model=
"queryMsg.OutBranchId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
...
...
@@ -587,7 +587,7 @@
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
)
}
},
err
=>
{})
},
err
=>
{})
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
...
...
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