Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
b771882b
Commit
b771882b
authored
Dec 17, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
员工管理
parent
ae70a2d4
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
943 additions
and
8 deletions
+943
-8
index.js
src/api/admin/userManagement/index.js
+18
-0
index.js
src/router/index.js
+15
-6
bannerSetting.vue
src/views/baseInfo/bannerSetting.vue
+0
-2
employeesInput.vue
src/views/interior/employeesInput.vue
+910
-0
No files found.
src/api/admin/userManagement/index.js
View file @
b771882b
...
@@ -160,3 +160,21 @@ export function getOne(id) {
...
@@ -160,3 +160,21 @@ export function getOne(id) {
method
:
'get'
,
method
:
'get'
,
});
});
}
}
// 员工变更记录
export
function
findPositionChangeRecord
(
params
)
{
return
fetch
({
url
:
'api/admin/postion/admin/findPositionChangeRecord'
,
method
:
'get'
,
params
:
params
});
}
// 员工修改
export
function
updUserChange
(
params
)
{
return
fetch
({
url
:
'api/admin/postion/admin/updUserChange'
,
method
:
'post'
,
data
:
params
});
}
\ No newline at end of file
src/router/index.js
View file @
b771882b
...
@@ -555,12 +555,6 @@ export const asyncRouterMap = [{
...
@@ -555,12 +555,6 @@ export const asyncRouterMap = [{
component
:
_import
(
'userManagement/imCustomerServiceManger/cusomterServiceList'
),
component
:
_import
(
'userManagement/imCustomerServiceManger/cusomterServiceList'
),
name
:
'客服列表'
,
name
:
'客服列表'
,
authority
:
'imCustomerServiceManger'
authority
:
'imCustomerServiceManger'
},
{
path
:
'employeesInput'
,
component
:
_import
(
'userManagement/employeesInput'
),
name
:
'员工录入'
,
authority
:
'employeesInput'
}
}
]
]
},
},
...
@@ -794,5 +788,20 @@ export const asyncRouterMap = [{
...
@@ -794,5 +788,20 @@ export const asyncRouterMap = [{
authority
:
'vehicleStatistics'
authority
:
'vehicleStatistics'
}
}
]
]
},
{
path
:
'/interior'
,
component
:
Layout
,
name
:
'内部人员管理'
,
icon
:
'setting'
,
authority
:
'interior'
,
children
:
[
{
path
:
'employeesInput'
,
component
:
_import
(
'interior/employeesInput'
),
name
:
'员工录入'
,
authority
:
'employeesInput'
}
]
}
}
];
];
src/views/baseInfo/bannerSetting.vue
View file @
b771882b
...
@@ -260,8 +260,6 @@ export default {
...
@@ -260,8 +260,6 @@ export default {
* 操作-编辑
* 操作-编辑
* */
* */
handleUpdate
(
row
)
{
handleUpdate
(
row
)
{
console
.
log
(
objDeepCopy
);
this
.
modalTitle
=
'编辑'
this
.
modalTitle
=
'编辑'
this
.
form
=
objDeepCopy
(
row
)
this
.
form
=
objDeepCopy
(
row
)
this
.
bannerDialogVisible
=
true
this
.
bannerDialogVisible
=
true
...
...
src/views/
userManagement
/employeesInput.vue
→
src/views/
interior
/employeesInput.vue
View file @
b771882b
This diff is collapsed.
Click to expand it.
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