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
31531156
Commit
31531156
authored
Aug 01, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
1cb12991
5f47e540
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
OPCommissionDetail.vue
...nents/FinancialModule/OpCommission/OPCommissionDetail.vue
+0
-1
RewardDetail.vue
src/components/FinancialModule/OpCommission/RewardDetail.vue
+9
-1
No files found.
src/components/FinancialModule/OpCommission/OPCommissionDetail.vue
View file @
31531156
...
...
@@ -187,7 +187,6 @@
<li
style=
"position: fixed;right: 0;top: 51px;"
>
<input
type=
"button"
class=
"normalBtn"
value=
"导出"
@
click=
"exportExcel"
>
<input
type=
"button"
class=
"hollowFixedBtn"
value=
"团队奖励明细"
@
click=
"objNew.EmployeeId=0,objNew.PeriodsId=0,isRewardDetail=true"
>
</li>
</ul>
...
...
src/components/FinancialModule/OpCommission/RewardDetail.vue
View file @
31531156
<
template
>
<el-dialog
title=
"团数奖励明细"
width=
"1100px"
:visible
.
sync=
"isShow"
center
@
close=
"$emit('close')"
>
<div
style=
"text-align: right;margin-bottom: 10px;"
>
<input
type=
"button"
class=
"hollowFixedBtn"
value=
"查看全部明细"
@
click=
"getList(1)"
>
</div>
<div
v-loading=
"loading"
>
<div
v-for=
"(item,index) in dataList"
:key=
"index"
class=
"dataList-box"
>
<div
class=
"dataList-heade"
>
...
...
@@ -147,7 +151,11 @@ export default {
this
.
getList
();
},
//获取数据
getList
()
{
getList
(
type
)
{
if
(
type
){
this
.
msg
.
EmpId
=
0
,
this
.
msg
.
PeriodsId
=
0
}
this
.
loading
=
true
;
this
.
apipost
(
"opcommission_GetEmpAwardPageList"
,
...
...
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