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
c3fecb66
Commit
c3fecb66
authored
Mar 15, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
81734d95
28d269a5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
828 additions
and
6 deletions
+828
-6
PassengerList.vue
src/components/Ticketing/PassengerList.vue
+6
-6
flightChild.vue
src/components/Ticketing/flightChild.vue
+820
-0
CommissionDetail.vue
src/components/administrative/CommissionDetail.vue
+2
-0
No files found.
src/components/Ticketing/PassengerList.vue
View file @
c3fecb66
...
...
@@ -66,7 +66,7 @@
border-top
:
1px
dashed
#d1d1d1
;
padding-top
:
10px
;
}
.PassengerList
.el-input
,
.el-input
__inner
{
.PassengerList
.el-input__inner
{
height
:
23px
!important
;
padding
:
0
5px
;
}
...
...
@@ -141,8 +141,8 @@
<span
class=
"iconfont icon-hangban"
></span>
<span>
{{
item
.
Flight_number
}}
</span>
<span>
<el-input
class=
"w6
9"
v-model=
"item.TicketDepartureTime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
-
<el-input
class=
"w6
9
"
v-model=
"item.TicketArrivalTime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
<el-input
class=
"w6
0"
v-model=
"item.TicketDepartureTime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
-
<el-input
class=
"w6
0
"
v-model=
"item.TicketArrivalTime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
</span>
</p>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.FlightDate"
placement=
"top-start"
...
...
@@ -174,8 +174,8 @@
<span
class=
"iconfont icon-hangban"
></span>
<span>
{{
item
.
Flight_number
}}
</span>
<span>
<el-input
class=
"w6
9"
v-model=
"item.TicketDepartureTime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
-
<el-input
class=
"w6
9
"
v-model=
"item.TicketArrivalTime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
<el-input
class=
"w6
0"
v-model=
"item.TicketDepartureTime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
-
<el-input
class=
"w6
0
"
v-model=
"item.TicketArrivalTime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
</span>
</p>
...
...
@@ -265,7 +265,6 @@
);
},
getFlightInfo
()
{
//导出报表
let
msg
=
{
ID
:
this
.
$route
.
query
.
id
}
...
...
@@ -305,6 +304,7 @@
},
err
=>
{}
);
},
//导出报表
exportExcel
(){
let
msg
=
{
AirTicketId
:
this
.
msg
.
AirTicketId
...
...
src/components/Ticketing/flightChild.vue
0 → 100644
View file @
c3fecb66
This diff is collapsed.
Click to expand it.
src/components/administrative/CommissionDetail.vue
View file @
c3fecb66
...
...
@@ -74,6 +74,8 @@ export default {
'额外奖励'
:
x
.
otherMoney
.
toFixed
(
2
),
'额外扣除'
:
x
.
backMoney
.
toFixed
(
2
),
'应发提成'
:
x
.
sumMoney
.
toFixed
(
2
),
'收客数'
:
x
.
peopleCount
,
'单签证人数'
:
x
.
visaPeopleCount
,
'所属期数'
:
x
.
periods
}
data
.
push
(
obj
)
...
...
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