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
0db1d9b1
Commit
0db1d9b1
authored
Mar 12, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
0569284b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+2
-0
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+2
-0
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
0db1d9b1
...
...
@@ -2366,6 +2366,7 @@
F_InvoiceManagement
:
false
,
//发票权限
qjGroupId
:
-
1
,
F_Finance_Create
:
false
,
//制单权限
userInfo
:{},
}
},
components
:
{
...
...
@@ -4280,6 +4281,7 @@
this
.
qjGroupId
=
this
.
QjGroupId
();
this
.
GetEditOrderCreateByAuth
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
let
userMenuCode
=
','
+
userInfo
.
ActionMenuCode
+
','
;
this
.
TransferMission
=
userMenuCode
.
indexOf
(
',Sale_TurnGroup,'
)
!=
-
1
?
true
:
false
;
this
.
userId
=
this
.
getLocalStorage
().
EmployeeId
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
0db1d9b1
...
...
@@ -2567,6 +2567,7 @@
export
default
{
data
()
{
return
{
userInfo
:{},
qjGroupId
:
-
1
,
F_Finance_Create
:
false
,
//制单权限
IsSupperOrderEdit
:
false
,
//获取总经理副总经理超级修改权限
...
...
@@ -5057,6 +5058,7 @@
this
.
GetSupperOrderEditAuth
();
this
.
GetEditOrderCreateByAuth
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
let
userMenuCode
=
','
+
userInfo
.
ActionMenuCode
+
','
;
this
.
TransferMission
=
userMenuCode
.
indexOf
(
',Sale_TurnGroup,'
)
!=
-
1
?
true
:
false
;
this
.
userId
=
this
.
getLocalStorage
().
EmployeeId
;
...
...
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