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
0e8bdb25
Commit
0e8bdb25
authored
Jun 18, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9f5adc4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+22
-0
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
0e8bdb25
...
@@ -2562,6 +2562,9 @@
...
@@ -2562,6 +2562,9 @@
<a
class=
"hollowFixedBtn downBtn"
:href=
"downList"
>
{{
<a
class=
"hollowFixedBtn downBtn"
:href=
"downList"
>
{{
$t
(
"Airticket.Air_downloadTemplate"
)
$t
(
"Airticket.Air_downloadTemplate"
)
}}
</a>
}}
</a>
<a
class=
"hollowFixedBtn downBtn"
:href=
"downListGN"
>
国内旅客模板下载
</a>
</
template
>
</
template
>
</div>
</div>
</div>
</div>
...
@@ -5935,6 +5938,7 @@ export default {
...
@@ -5935,6 +5938,7 @@ export default {
TCID
:
0
,
TCID
:
0
,
},
},
downList
:
""
,
downList
:
""
,
downListGN
:
""
,
//返回数据
//返回数据
currentPage
:
1
,
currentPage
:
1
,
total
:
0
,
total
:
0
,
...
@@ -6159,6 +6163,23 @@ export default {
...
@@ -6159,6 +6163,23 @@ export default {
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
downList
=
this
.
downList
=
this
.
domainManager
().
LocalTemplateFileDownLoadUrl
+
res
.
data
.
data
;
this
.
domainManager
().
LocalTemplateFileDownLoadUrl
+
res
.
data
.
data
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
(
err
)
=>
{}
);
},
getDownListGN
()
{
let
msg
=
{};
this
.
apipost
(
"Guest_Post_GNOutToExcelGuest"
,
msg
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
downListGN
=
this
.
domainManager
().
LocalTemplateFileDownLoadUrl
+
res
.
data
.
data
;
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
}
}
...
@@ -8543,6 +8564,7 @@ export default {
...
@@ -8543,6 +8564,7 @@ export default {
this
.
getBranchList
();
this
.
getBranchList
();
this
.
canEditUnitPrice
();
this
.
canEditUnitPrice
();
this
.
getDownList
();
this
.
getDownList
();
this
.
getDownListGN
();
},
},
};
};
</
script
>
</
script
>
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