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
2c7c32e8
Commit
2c7c32e8
authored
May 21, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报名清单修改
parent
c04e5db7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+4
-5
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
2c7c32e8
...
...
@@ -2567,7 +2567,7 @@
<td>
{{item.Flight_number}}
</td>
<td>
{{item.TicketDepartureTime}}
</td>
<td>
{{item.TicketArrivalTime}}
</td>
<td>
{{item.FlightDate}}
</td>
<td>
{{item.FlightDate
Str
}}
</td>
<td>
{{item.dName}}
</td>
<td>
{{item.aName}}
</td>
<td>
{{item.sName}}
</td>
...
...
@@ -3110,7 +3110,6 @@
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
res
,
'data'
);
this
.
IsUnion
=
res
.
data
.
data
.
IsUnion
this
.
isAllowUpdate
=
res
.
data
.
data
.
IsUpdatePlatOrder
;
this
.
addObj
=
res
.
data
.
data
.
modelPrice
;
...
...
@@ -4325,7 +4324,6 @@
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
OrderDataList
=
res
.
data
.
data
;
this
.
IsUpdateOrderMoney
=
res
.
data
.
data
.
IsUpdateOrderMoney
console
.
log
(
this
.
OrderDataList
,
'orderdatalist'
);
}
},
err
=>
{}
...
...
@@ -4371,9 +4369,10 @@
//获取
getFlightInfo
()
{
let
msg
=
{
ID
:
this
.
ConfigData
.
Config
.
AirTicketId
ID
:
this
.
ConfigData
.
Config
.
AirTicketId
,
TCID
:
this
.
msg
.
TCID
}
this
.
apipost
(
"ticket_get_Get
EntityExtend
"
,
msg
,
res
=>
{
this
.
apipost
(
"ticket_get_Get
FlightListByTCID
"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
flightIsConfirmFlight
=
res
.
data
.
data
.
IsConfirmFlight
;
this
.
flightList
=
res
.
data
.
data
.
flightList
;
...
...
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