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
b2a31f85
Commit
b2a31f85
authored
Mar 18, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
b8730bbf
69642ad0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
56 additions
and
24 deletions
+56
-24
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+0
-3
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+0
-3
productQuery.vue
src/components/SalesModule/productQuery.vue
+1
-1
PassengerList.vue
src/components/Ticketing/PassengerList.vue
+51
-13
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+1
-1
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+1
-1
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+2
-2
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
b2a31f85
...
...
@@ -1210,9 +1210,6 @@ export default {
if
(
this
.
$route
.
query
.
InPay
)
{
this
.
msg
.
Type
=
this
.
$route
.
query
.
InPay
;
}
else
{
this
.
msg
.
Type
=
this
.
$route
.
query
.
Type
;
}
}
else
{
this
.
loading
=
false
;
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
b2a31f85
...
...
@@ -1356,9 +1356,6 @@ export default {
if
(
this
.
$route
.
query
.
InPay
)
{
this
.
msg
.
Type
=
this
.
$route
.
query
.
InPay
;
}
else
{
this
.
msg
.
Type
=
this
.
$route
.
query
.
Type
;
}
}
else
{
this
.
loading
=
false
;
...
...
src/components/SalesModule/productQuery.vue
View file @
b2a31f85
...
...
@@ -664,7 +664,7 @@
</td>
<td>
{{
ds
.
StopoverName
}}
</td>
<td>
<span
v-if=
"
item.OutNotice==1"
style=
"color: rgb(71, 191, 140)!important;"
>
确定
</span>
<span
v-if=
"
ds.FlightState==1"
style=
"color: rgb(71, 191, 140)!important;"
>
OK
</span>
<span
v-else
style=
"color: red !important;"
>
暂定
</span>
</td>
</tr>
...
...
src/components/Ticketing/PassengerList.vue
View file @
b2a31f85
...
...
@@ -155,10 +155,10 @@
</el-pagination>
<el-dialog
custom-class=
'passgenrDialog'
title=
"航班列表"
:visible
.
sync=
"outerVisible"
center
>
<div
style=
"border-bottom:1px solid #d1d1d1;"
>
<
!--
<
div
style=
"border-bottom:1px solid #d1d1d1;"
>
<table
border=
0
class=
"pg_table"
>
<tr>
<td
width=
"
5
0"
style=
"vertical-align:top;position:relative;"
class=
""
>
<td
width=
"
6
0"
style=
"vertical-align:top;position:relative;"
class=
""
>
<span
class=
"Pgzhu"
>
票务信息
</span>
</td>
...
...
@@ -195,7 +195,7 @@
</tr>
<tr>
<td
width=
"
5
0"
style=
"vertical-align:top;"
>
联运信息
</td>
<td
width=
"
6
0"
style=
"vertical-align:top;"
>
联运信息
</td>
<td>
<div
class=
"PgflightDiv"
v-for=
"item in flightList"
v-if=
"item.FlightSubType==3"
>
<p>
...
...
@@ -240,33 +240,33 @@
</td>
</tr>
<tr
v-for=
"subItem in item.List"
>
<td>
{{
subItem
.
CityName
}}
去程
</td>
<td
width=
"60"
>
{{
subItem
.
CityName
}}
去程
</td>
<td>
<div
class=
"PgflightDiv"
v-for=
"childItem in subItem.List"
v-if=
"childItem.FlightSubType==1"
>
<p>
<span
class=
"iconfont icon-hangban"
></span>
<span>
{{
item
.
Flight_number
}}
</span>
<span>
<el-input
class=
"w60"
v-model=
"
item.TicketDepartureT
ime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
-
<el-input
class=
"w60"
v-model=
"
item.TicketArrivalT
ime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
<el-input
class=
"w60"
v-model=
"
childItem.Departure_t
ime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
-
<el-input
class=
"w60"
v-model=
"
childItem.Arrival_t
ime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
</span>
</p>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
i
tem.FlightDate"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
childI
tem.FlightDate"
placement=
"top-start"
popper-class=
"max-w250"
>
<p
class=
"_add_info"
>
<span>
{{
$t
(
'Airticket.Air_StartTime'
)
}}
:
{{
i
tem
.
FlightDate
}}
</span>
<span>
{{
$t
(
'Airticket.Air_StartTime'
)
}}
:
{{
childI
tem
.
FlightDate
}}
</span>
</p>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
i
tem.dName"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
childI
tem.dName"
placement=
"top-start"
popper-class=
"max-w250"
>
<p
class=
"_add_info"
>
<span>
{{
$t
(
'system.query_flightAir'
)
}}
:
{{
i
tem
.
dName
}}
</span>
<span>
{{
$t
(
'system.query_flightAir'
)
}}
:
{{
childI
tem
.
dName
}}
</span>
</p>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
i
tem.aName"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
childI
tem.aName"
placement=
"top-start"
popper-class=
"max-w250"
>
<p
class=
"_add_info"
>
<span>
{{
$t
(
'system.query_arrivalAir'
)
}}
:
{{
i
tem
.
aName
}}
</span>
<span>
{{
$t
(
'system.query_arrivalAir'
)
}}
:
{{
childI
tem
.
aName
}}
</span>
</p>
</el-tooltip>
</div>
...
...
@@ -280,7 +280,45 @@
</tr>
</tbody>
</table>
</div>
</div>
-->
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"singeRowTable"
>
<tr>
<th>
航班号
</th>
<th>
开始时间
</th>
<th>
结束时间
</th>
<th>
出发时间
</th>
<th>
起飞机场
</th>
<th>
到达机场
</th>
</tr>
<tr
v-for=
"item in flightList"
>
<td>
{{
item
.
Flight_number
}}
</td>
<td>
{{
item
.
TicketDepartureTime
}}
</td>
<td>
{{
item
.
TicketArrivalTime
}}
</td>
<td>
{{
item
.
FlightDate
}}
</td>
<td>
{{
item
.
dName
}}
</td>
<td>
{{
item
.
aName
}}
</td>
</tr>
</table>
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"singeRowTable"
style=
"margin-top:20px;"
>
<tr>
<th>
航班号
</th>
<th>
开始时间
</th>
<th>
结束时间
</th>
<th>
出发时间
</th>
<th>
起飞机场
</th>
<th>
到达机场
</th>
</tr>
<template
v-for=
"item in combineTeamList"
>
<tr
v-for=
"subItem in item.List"
>
<td>
{{
subItem
.
Flight_number
}}
</td>
<td>
{{
subItem
.
TicketDepartureTime
}}
</td>
<td>
{{
subItem
.
TicketArrivalTime
}}
</td>
<td>
{{
subItem
.
FlightDate
}}
</td>
<td>
{{
subItem
.
dName
}}
</td>
<td>
{{
subItem
.
aName
}}
</td>
</tr>
</
template
>
</table>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"getCheckInfo()"
>
确认航班信息
</button>
<button
class=
"hollowFixedBtn"
@
click=
"outerVisible = false"
>
{{$t('pub.cancelBtn')}}
</button>
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
b2a31f85
...
...
@@ -396,7 +396,7 @@
(
{{
subItem
.
DIATA
}}
)
{{
subItem
.
DepartureName
}}
{{
subItem
.
StopoverName
==
''
?
''
:
'-('
+
subItem
.
StopoverIATA
+
')'
+
subItem
.
StopoverName
}}
{{
subItem
.
ArrivalCityName
==
''
?
''
:
'-('
+
subItem
.
AIATA
+
')'
+
subItem
.
ArrivalCityName
}}
<span
v-if=
"
item.OutNotice==1"
class=
"TCL-greenType"
>
【确定
】
</span>
<span
v-if=
"
subItem.FlightState==1"
class=
"TCL-greenType"
>
【OK
】
</span>
<span
v-else
class=
"TCL-redType"
>
【暂定】
</span>
</span>
</div>
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
b2a31f85
...
...
@@ -324,7 +324,7 @@
{{
subItem
.
DepartureName
}}
{{
subItem
.
StopoverName
==
""
?
""
:
"-"
+
subItem
.
StopoverName
}}
{{
subItem
.
ArrivalCityName
==
""
?
""
:
"-"
+
subItem
.
ArrivalCityName
}}
<span
v-if=
"subItem.
OutNotice==1"
class=
"TCL-greenType"
>
【确定
】
</span>
<span
v-if=
"subItem.
FlightState==1"
class=
"TCL-greenType"
>
【OK
】
</span>
<span
v-else
class=
"TCL-redType"
>
【暂定】
</span>
</span>
</div>
...
...
src/components/confirmationOrderDownLoad.vue
View file @
b2a31f85
...
...
@@ -161,7 +161,7 @@
<td>
{{flight.arrivalAirPortName}}
<span
class=
"citycode"
></span></td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"140"
>
{{flight.alName}}
</td>
<td
width=
"110"
>
{{flight.flightNumber}}({{(
priceList.length>0
&&
priceList[0].outNotic
e==1)?"OK":"暂定"}})
</td>
<td
width=
"110"
>
{{flight.flightNumber}}({{(
flight.flightStat
e==1)?"OK":"暂定"}})
</td>
</tr>
</tbody>
<tbody
v-else-if=
"priceList.length>0&&priceList[0].priceFlight&&priceList[0].priceFlight.length>0"
>
...
...
@@ -173,7 +173,7 @@
<td>
{{flight.arrivalAirPortName}}
<span
class=
"citycode"
></span></td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"140"
>
{{flight.alName}}
</td>
<td
width=
"110"
>
{{flight.flightNumber}}({{(
priceList.length>0
&&
priceList[0].outNotic
e==1)?"OK":"暂定"}})
</td>
<td
width=
"110"
>
{{flight.flightNumber}}({{(
flight.flightStat
e==1)?"OK":"暂定"}})
</td>
</tr>
</tbody>
<tbody
v-else
>
...
...
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