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
9fba8048
Commit
9fba8048
authored
Oct 22, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签证今日订单导出单据
parent
55f8ae71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
salesOrderToday.vue
src/components/SalesVisa/salesOrderToday.vue
+17
-0
No files found.
src/components/SalesVisa/salesOrderToday.vue
View file @
9fba8048
...
...
@@ -112,6 +112,7 @@
</li>
<li>
<button
class=
"hollowFixedBtn"
@
click=
"getList()"
>
查询
</button>
<button
class=
"hollowFixedBtn"
@
click=
"Export"
>
团队单据导出
</button>
</li>
</ul>
</div>
...
...
@@ -234,6 +235,22 @@ export default {
}
},
methods
:{
Export
(){
console
.
log
(
"msg.QStartDate"
,
this
.
msg
.
QStartDate
);
if
(
!
this
.
msg
.
QStartDate
||
this
.
msg
.
QStartDate
==
""
){
this
.
Error
(
"请选择出发开始日期!"
)
return
;
}
if
(
!
this
.
msg
.
QEndDate
||
this
.
msg
.
QEndDate
==
""
){
this
.
Error
(
"请选择出发结束日期!"
)
return
;
}
let
userInfo
=
this
.
getLocalStorage
();
let
msg
=
this
.
msg
;
msg
.
EmployeeId
=
userInfo
.
EmployeeId
;
var
fileName
=
"签证今日订单.xls"
;
this
.
GetLocalFile
(
"Financial_post_DownLoadVisaPaymentFinance"
,
msg
,
fileName
);
},
getCompanyList
(){
//获取公司列表
let
getCompanyMsg
=
{
// 公司
RB_Group_Id
:
'0'
,
...
...
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