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
617fcf47
Commit
617fcf47
authored
Sep 23, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增 留学和就业的订单确认按钮权限
parent
03f0a38a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
myOrder-form.vue
src/components/sale/myOrder-form.vue
+3
-1
studyemploymentorder.vue
src/pages/studyAbroad/studyemploymentorder.vue
+8
-1
No files found.
src/components/sale/myOrder-form.vue
View file @
617fcf47
...
...
@@ -839,8 +839,10 @@
this
.
dataListP
.
push
(
x
)
}
})
if
(
this
.
dataListCB
&&
this
.
dataListCB
.
length
>
0
){
this
.
getAskfor
()
}
this
.
getAskfor
()
}
this
.
floading
=
false
}
...
...
src/pages/studyAbroad/studyemploymentorder.vue
View file @
617fcf47
...
...
@@ -46,7 +46,7 @@
isShowManagerRemark
:
true
,
//显示总经理备注
isShowCommissionEdit
:
true
,
//显示修改提成按钮
isShowRewardEdit
:
true
,
//显示修改额外提成按钮
isshoworderconfirm
:
tru
e
,
//订单确认按钮
isshoworderconfirm
:
fals
e
,
//订单确认按钮
}
}
},
...
...
@@ -54,6 +54,13 @@
if
(
this
.
$route
.
query
.
SourceId
)
{
this
.
msg
.
SourceId
=
this
.
$route
.
query
.
SourceId
;
}
let
userinfo
=
this
.
getLocalStorage
();
userinfo
.
ActionMenuList
.
map
(
x
=>
{
//判断权限
if
(
x
.
FunctionCode
==
"SA_Order_confirm"
){
//留学和就业订单确认按钮
this
.
authObj
.
isshoworderconfirm
=
true
;
}
})
this
.
getList
();
},
mounted
()
{
...
...
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