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
ce12ff8f
Commit
ce12ff8f
authored
Sep 09, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
c964cafa
56e42c9f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
2 deletions
+22
-2
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+20
-0
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+1
-1
TravelpassengerList.vue
...mponents/TravelManager/TravelList/TravelpassengerList.vue
+1
-1
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
ce12ff8f
...
...
@@ -1654,6 +1654,7 @@
<input
type=
"button"
class=
"normalBtn"
v-else
@
click=
"showSetLeader=true,isShowLayerRemarks = false,isShowLayer = false"
value=
"设置领队"
/>
<input
type=
"button"
class=
"normalBtn"
@
click=
"goUrl('TravelPassengerList',msg.TCID,'旅客名单')"
value=
"旅客名单"
/>
<a
class=
"hollowFixedBtn downBtn"
:href=
"downList"
>
下载模板
</a>
</
template
>
</div>
</div>
...
...
@@ -3270,6 +3271,7 @@
PayStatus
:
"-1"
,
//zk新增
TCID
:
0
,
downList
:
""
,
},
//返回数据
currentPage
:
1
,
...
...
@@ -3444,6 +3446,23 @@
"?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=1&RB_Group_id=2&Type=6&OrderId="
+
id
+
"&EmployeeId="
+
uerInfo
.
EmployeeId
;
this
.
importNameFile
=
true
;
},
getDownList
()
{
let
msg
=
{};
this
.
apipost
(
"Guest_Post_OutToExcel"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
downList
=
this
.
domainManager
().
LocalTemplateFileDownLoadUrl
+
res
.
data
.
data
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
err
=>
{}
);
},
// OP备注赋值
OPRemark
(
item
)
{
this
.
apipost
(
'sellorder_post_GetOrderEntity'
,
{
...
...
@@ -5531,6 +5550,7 @@
//获取所属公司
this
.
getBranchList
();
this
.
canEditUnitPrice
();
this
.
getDownList
();
}
}
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
ce12ff8f
...
...
@@ -1868,7 +1868,7 @@
isOnlyFenFang
:
1
,
//只查询已分房的
};
var
fileName
=
"【"
+
item
.
TCNUM
+
"】分房表["
+
this
.
getCurrentTime
()
+
"].xls"
;
this
.
GetLocalFile
(
"travel_get_GetTravel
Guest
Export"
,
msg
,
fileName
,
res
=>
{
this
.
GetLocalFile
(
"travel_get_GetTravel
Room
Export"
,
msg
,
fileName
,
res
=>
{
this
.
queryCommonData
.
loading
=
false
;
});
},
...
...
src/components/TravelManager/TravelList/TravelpassengerList.vue
View file @
ce12ff8f
...
...
@@ -452,7 +452,7 @@
fileName
=
"【"
+
this
.
QueryMsg
.
TeamInfoData
[
0
].
TCNUM
+
"】分房表["
+
this
.
getCurrentTime
()
+
"].xls"
;
}
this
.
GetLocalFile
(
"travel_get_GetTravel
Guest
Export"
,
msg
,
fileName
,
res
=>
{
this
.
GetLocalFile
(
"travel_get_GetTravel
Room
Export"
,
msg
,
fileName
,
res
=>
{
this
.
QueryMsg
.
loading
=
false
;
});
},
...
...
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