Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
5ae0f2ae
Commit
5ae0f2ae
authored
Nov 11, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1117968b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
CommissionUserDetailList.vue
...pages/financial/contribution/CommissionUserDetailList.vue
+1
-0
commissionStatistics.vue
src/pages/financial/contribution/commissionStatistics.vue
+1
-1
contributeCommission.vue
src/pages/financial/contribution/contributeCommission.vue
+2
-2
No files found.
src/pages/financial/contribution/CommissionUserDetailList.vue
View file @
5ae0f2ae
...
...
@@ -69,6 +69,7 @@
<el-table-column
prop=
"DeptName"
label=
"部门"
></el-table-column>
<el-table-column
prop=
"TeacherName"
label=
"教师"
></el-table-column>
<el-table-column
prop=
"ContributeType"
label=
"投稿类型"
>
</el-table-column>
<el-table-column
width=
'80'
prop=
"ContributeId"
label=
"投稿编码"
>
</el-table-column>
<el-table-column
width=
'250'
prop=
"ContributeTitle"
label=
"投稿标题"
>
</el-table-column>
<el-table-column
prop=
"CommissionMoney"
label=
"提成金额"
>
</el-table-column>
<el-table-column
width=
'90'
prop=
"Periods"
label=
"期数"
>
</el-table-column>
...
...
src/pages/financial/contribution/commissionStatistics.vue
View file @
5ae0f2ae
...
...
@@ -83,11 +83,11 @@
<template>
<el-table
ref=
"filterTable"
:data=
"tableData"
v-loading=
'loading'
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}" border style="width: 100%">
<el-table-column
prop=
"ContributeId"
label=
"投稿编码"
>
</el-table-column>
<el-table-column
prop=
"SchoolName"
label=
"校区"
width=
'150'
></el-table-column>
<el-table-column
prop=
"DeptName"
label=
"部门"
></el-table-column>
<el-table-column
prop=
"TeacherName"
label=
"教师"
>
</el-table-column>
<el-table-column
prop=
"ContributeType"
label=
"投稿类型"
>
</el-table-column>
<el-table-column
width=
'80'
prop=
"ContributeId"
label=
"投稿编码"
>
</el-table-column>
<el-table-column
width=
'250'
prop=
"ContributeTitle"
label=
"投稿标题"
>
</el-table-column>
<el-table-column
width=
'200'
prop=
"CommissionMoney"
label=
"提成金额"
>
</el-table-column>
<el-table-column
width=
'85'
prop=
"Periods"
label=
"期数"
>
</el-table-column>
...
...
src/pages/financial/contribution/contributeCommission.vue
View file @
5ae0f2ae
...
...
@@ -192,10 +192,10 @@
created
()
{
let
userinfo
=
this
.
getLocalStorage
();
userinfo
.
ActionMenuList
.
map
(
x
=>
{
//判断权限
if
(
x
.
FunctionCode
==
"
Generate
_Commission"
){
//判断是否有生成的权限
if
(
x
.
FunctionCode
==
"
Contribution
_Commission"
){
//判断是否有生成的权限
this
.
isgenerate
=
true
;
}
if
(
x
.
FunctionCode
==
"Commission_maker"
){
//判断是否有制单的权限
if
(
x
.
FunctionCode
==
"C
tC
ommission_maker"
){
//判断是否有制单的权限
this
.
iscMaker
=
true
;
}
})
...
...
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