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
7d82ee51
Commit
7d82ee51
authored
Mar 13, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
217ef038
04997986
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
index.vue
src/components/index.vue
+16
-3
No files found.
src/components/index.vue
View file @
7d82ee51
...
...
@@ -186,7 +186,7 @@
常用付款对象
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"goUrlContract()"
>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"goUrlContract()"
v-if=
"qjGroupId==userInfo.RB_Group_id||F_ContractManagement"
>
<i
class=
"iconfont icon-hetong"
style=
"color:#f39c12"
></i>
合同管理
<i
class=
"iconfont icon-right1"
></i>
...
...
@@ -1401,6 +1401,8 @@ export default {
seeVotingBox
:
false
,
//是否显示更多
isShowMore
:
true
,
qjGroupId
:
-
1
,
F_ContractManagement
:
false
,
//合同权限
};
},
filters
:
{
...
...
@@ -1717,7 +1719,7 @@ export default {
this
.
getMyDynamic
();
this
.
getAboutMeDynamic
();
this
.
getWebAllPart
();
this
.
getNoticeList
()
this
.
getNoticeList
()
;
document
.
getElementById
(
"allDynamic"
)
.
addEventListener
(
"scroll"
,
function
()
{
...
...
@@ -1767,7 +1769,9 @@ export default {
this
.
app_user_workflow_MyAuditCount
();
this
.
refreshSysNoteDate
();
this
.
GetUserIsRead
();
this
.
getNewSaleRnkInfo
()
this
.
getNewSaleRnkInfo
();
this
.
GetSupperOrderEditAuth
();
},
created
()
{
if
(
!
localStorage
.
getItem
(
"tsNumber"
)
||
localStorage
.
getItem
(
"tsNumber"
)
!=
this
.
tsNumber
){
...
...
@@ -1795,6 +1799,15 @@ export default {
}
},
methods
:
{
GetSupperOrderEditAuth
()
{
var
actiionContract
=
this
.
$AuthCode
.
F_ContractManagement
;
// 合同
this
.
CheckUserAuth
(
actiionContract
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
&&
res
.
data
.
data
==
1
)
{
this
.
F_ContractManagement
=
true
;
}
});
},
CloseTs
(){
localStorage
.
setItem
(
"tsNumber"
,
this
.
tsNumber
);
this
.
tsState
=
false
;
...
...
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