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
c5090cec
Commit
c5090cec
authored
5 years ago
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单新增导出功能
parent
09bfd1c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
ClausesOrder.vue
src/components/administrative/ClausesOrder.vue
+11
-3
No files found.
src/components/administrative/ClausesOrder.vue
View file @
c5090cec
...
...
@@ -7,13 +7,13 @@
</
style
>
<
template
>
<div
class=
"flexOne"
>
<
!--
<
div
class=
"query-box"
>
<div
class=
"query-box"
>
<ul>
<li>
<input
type=
"button"
class=
"normalBtn"
@
click=
"generateTable"
value=
"生成提成报表"
/
>
<input
type=
"button"
class=
"normalBtn"
value=
"订单信息下载"
@
click=
"exportExcel()"
>
</li>
</ul>
</div>
-->
</div>
<table
v-loading=
"loading"
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th>
订单号
</th>
...
...
@@ -78,6 +78,14 @@
}
});
},
exportExcel
()
{
//导出报表
let
msgexport
=
{
StartDate
:
this
.
$route
.
query
.
StartDate
};
var
fileName
=
"【"
+
this
.
$route
.
query
.
StartDate
+
"订单信息.xls"
;
this
.
GetLocalFile
(
"OPCommission_GetCommissionOrderExport"
,
msgexport
,
fileName
);
},
//获取数据
getList
()
{
this
.
loading
=
true
;
...
...
This diff is collapsed.
Click to expand it.
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