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
f810e9f2
Commit
f810e9f2
authored
Nov 15, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
be8a083b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
index.vue
src/components/FinancialModule/DataAnalysis/index.vue
+9
-5
No files found.
src/components/FinancialModule/DataAnalysis/index.vue
View file @
f810e9f2
<
template
>
<div
style=
"height: 100%;"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tab-pane
v-if=
"PermissionState!=3"
:label=
"$t('objFill.v101.FinancialModule.xianlujyqk')"
name=
"1"
></el-tab-pane>
<el-tab-pane
v-if=
"PermissionState!=3"
:label=
"$t('objFill.v101.FinancialModule.gongsjyqk')"
name=
"2"
></el-tab-pane>
<el-tab-pane
v-if=
"PermissionState!=3"
:label=
"$t('objFill.v101.FinancialModule.ribenxborcg')"
name=
"3"
></el-tab-pane>
<el-tab-pane
v-if=
"PermissionState!=2"
:label=
"$t('objFill.v101.FinancialModule.gouwuyjqk')"
name=
"4"
></el-tab-pane>
<el-tab-pane
v-if=
"PermissionState!=3
&&PermissionState!=4
"
:label=
"$t('objFill.v101.FinancialModule.xianlujyqk')"
name=
"1"
></el-tab-pane>
<el-tab-pane
v-if=
"PermissionState!=3
&&PermissionState!=4
"
:label=
"$t('objFill.v101.FinancialModule.gongsjyqk')"
name=
"2"
></el-tab-pane>
<el-tab-pane
v-if=
"PermissionState!=3
&&PermissionState!=4
"
:label=
"$t('objFill.v101.FinancialModule.ribenxborcg')"
name=
"3"
></el-tab-pane>
<el-tab-pane
v-if=
"PermissionState!=2
&&PermissionState!=4
"
:label=
"$t('objFill.v101.FinancialModule.gouwuyjqk')"
name=
"4"
></el-tab-pane>
<el-tab-pane
v-if=
"PermissionState!=3"
:label=
"$t('objFill.v101.FinancialModule.yushiduibiqk')"
name=
"5"
></el-tab-pane>
</el-tabs>
<div
class=
"query-box"
>
...
...
@@ -196,7 +196,7 @@ export default {
coinGetShow
:
false
,
loading
:
false
,
activeName
:
'1'
,
PermissionState
:
'0'
,
//权限状态 1管理员级 2各公司负责人 3地接OP查询佣金
PermissionState
:
'0'
,
//权限状态 1管理员级 2各公司负责人 3地接OP查询佣金
4操作OP
msg
:{
startDate
:
''
,
endDate
:
''
,
...
...
@@ -277,6 +277,10 @@ export default {
this
.
PermissionState
=
3
;
//地接OP
this
.
activeName
=
'4'
;
}
if
(
userInfo
.
RB_Post_Id
==
270
||
userInfo
.
RB_Post_Id
==
263
||
userInfo
.
RB_Post_Id
==
9
||
userInfo
.
RB_Post_Id
==
271
||
userInfo
.
RB_Post_Id
==
103
){
this
.
PermissionState
=
4
;
//操作OP
this
.
activeName
=
'5'
;
}
}
else
{
//分公司的 看各自公司的数据 佣金暂时不开
...
...
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