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
0485e88a
Commit
0485e88a
authored
Oct 11, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增南方航空模板
parent
4c5fabaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
PassengerList.vue
src/components/Ticketing/PassengerList.vue
+14
-5
No files found.
src/components/Ticketing/PassengerList.vue
View file @
0485e88a
...
...
@@ -286,13 +286,22 @@
</tbody>
</table>
<div
slot=
"footer"
class=
"dialog-footer"
>
<span
class=
"pg_checkModule"
v-if=
"isShowSelect"
>
<!--吉祥航空模板-->
<span
class=
"pg_checkModule"
v-if=
"isShowSelect==1"
>
选择模板
<el-select
v-model=
"checkModule"
filterable
:placeholder=
"$t('system.ph_buxian')"
class=
"w180"
>
<el-option
label=
"代理模板"
:value=
"0"
></el-option>
<el-option
label=
"航空公司B2B模板"
:value=
"1"
></el-option>
</el-select>
</span>
<!--南方航空模板-->
<span
class=
"pg_checkModule"
v-if=
"isShowSelect==2"
>
选择模板
<el-select
v-model=
"checkModule"
filterable
:placeholder=
"$t('system.ph_buxian')"
class=
"w180"
>
<el-option
label=
"代码模板"
:value=
"0"
></el-option>
<el-option
label=
"南航国际团队"
:value=
"1"
></el-option>
</el-select>
</span>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"getIsSure()"
>
确认航班信息
</button>
<button
class=
"hollowFixedBtn"
@
click=
"outerVisible = false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
</button>
</div>
...
...
@@ -339,7 +348,7 @@
checkedGJzd
:
false
,
checkedshuijin
:
false
,
checkedsc
:
false
,
isShowSelect
:
false
,
isShowSelect
:
0
,
checkModule
:
0
};
},
...
...
@@ -569,9 +578,9 @@
this
.
QueryMsg
.
AirTicketId
=
this
.
$route
.
query
.
id
;
var
alcode
=
this
.
$route
.
query
.
alcode
;
if
(
alcode
==
'HO'
){
this
.
isShowSelect
=
true
;
}
else
{
this
.
isShowSelect
=
false
;
this
.
isShowSelect
=
1
;
}
else
if
(
alcode
==
"CZ"
)
{
this
.
isShowSelect
=
2
;
}
this
.
msg
.
AirTicketId
=
this
.
$route
.
query
.
id
;
if
(
this
.
$route
.
query
.
isFromTk
!=
undefined
)
{
...
...
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