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
28e6a693
Commit
28e6a693
authored
Sep 23, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
留学报名统计 订单确认按钮
parent
617fcf47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
studyOrderStatistics.vue
src/pages/sale/studyOrderStatistics.vue
+8
-0
No files found.
src/pages/sale/studyOrderStatistics.vue
View file @
28e6a693
...
@@ -172,6 +172,7 @@
...
@@ -172,6 +172,7 @@
isShowEdit
:
false
,
//不显示修改按钮
isShowEdit
:
false
,
//不显示修改按钮
isShowBackClass
:
false
,
//不显示退课
isShowBackClass
:
false
,
//不显示退课
isShowRenewClass
:
false
,
//不显示续课
isShowRenewClass
:
false
,
//不显示续课
isshoworderconfirm
:
false
,
//订单确认按钮
},
},
EmployeeList
:
[],
//业务员
EmployeeList
:
[],
//业务员
...
@@ -181,6 +182,13 @@
...
@@ -181,6 +182,13 @@
if
(
this
.
$route
.
query
.
OrderId
)
{
if
(
this
.
$route
.
query
.
OrderId
)
{
this
.
msg
.
OrderId
=
this
.
$route
.
query
.
OrderId
;
this
.
msg
.
OrderId
=
this
.
$route
.
query
.
OrderId
;
}
}
let
userinfo
=
this
.
getLocalStorage
();
userinfo
.
ActionMenuList
.
map
(
x
=>
{
//判断权限
if
(
x
.
FunctionCode
==
"SA_Order_confirm"
){
//留学和就业订单确认按钮
this
.
authObj
.
isshoworderconfirm
=
true
;
}
})
this
.
getOrderState
();
this
.
getOrderState
();
this
.
getCourseList
();
this
.
getCourseList
();
},
},
...
...
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