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
0d97a0ef
Commit
0d97a0ef
authored
May 30, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
总提成下载
parent
f680cd87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
5 deletions
+35
-5
ViittoCommission.vue
src/components/administrative/ViittoCommission.vue
+35
-5
No files found.
src/components/administrative/ViittoCommission.vue
View file @
0d97a0ef
...
@@ -4,15 +4,29 @@
...
@@ -4,15 +4,29 @@
position
:
relative
;
position
:
relative
;
top
:
1px
;
top
:
1px
;
}
}
.opUl
li
{
display
:
inline-block
;
margin
:
10px
15px
10px
0
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"flexOne"
>
<div
class=
"flexOne
domesticCommission
"
>
<div
class=
"query-box"
>
<div
>
<ul>
<ul
class=
"opUl"
>
<li>
<li>
<em>
选择期数
</em>
<el-date-picker
v-model=
"Periods"
type=
"month"
value-format=
"yyyy-MM"
placeholder=
"选择期数"
>
</el-date-picker>
<input
v-if=
"IsAuth==1"
type=
"button"
class=
"normalBtn"
@
click=
"CreateAirticketCommission()"
value=
"生成提成报表"
:disabled=
"isDisable"
/>
<input
v-if=
"IsAuth==1"
type=
"button"
class=
"normalBtn"
@
click=
"CreateAirticketCommission()"
value=
"生成提成报表"
:disabled=
"isDisable"
/>
</li>
</li>
<li
>
<el-button
size=
"mini"
type=
"danger"
style=
"border-radius:14px"
@
click=
"exportExcel"
>
导出员工总提成
</el-button>
</li>
</ul>
</ul>
</div>
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
...
@@ -61,7 +75,7 @@
...
@@ -61,7 +75,7 @@
currentPage
:
1
,
currentPage
:
1
,
isDisable
:
false
,
isDisable
:
false
,
IsAuth
:
0
,
//生成票务提成权限
IsAuth
:
0
,
//生成票务提成权限
Periods
:
''
,
}
}
},
},
mounted
()
{
mounted
()
{
...
@@ -70,6 +84,22 @@
...
@@ -70,6 +84,22 @@
this
.
getList
();
this
.
getList
();
},
},
methods
:
{
methods
:
{
exportExcel
:
function
()
{
if
(
this
.
Periods
&&
this
.
Periods
!=
''
&&
this
.
Periods
!=
null
&&
this
.
Periods
!=
undefined
){
let
msg
=
{
RB_Group_Id
:
this
.
getLocalStorage
().
RB_Group_id
,
Periods
:
this
.
Periods
,
}
this
.
GetLocalFile
(
"Commission_get_GetPeriodsIdAllUser"
,
msg
,
"第"
+
this
.
Periods
+
"员工总提成.xls"
);
}
else
{
this
.
Error
(
"请选择期数"
);
}
},
goUrlZD
(){
goUrlZD
(){
let
orderObj
=
{
let
orderObj
=
{
OrderID
:
0
,
OrderID
:
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