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
50ea9a1d
Commit
50ea9a1d
authored
Dec 19, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
员工管理设置离职
parent
2f20228b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
employeesInput.vue
src/views/interior/employeesInput.vue
+3
-3
No files found.
src/views/interior/employeesInput.vue
View file @
50ea9a1d
...
@@ -527,7 +527,7 @@ export default {
...
@@ -527,7 +527,7 @@ export default {
this
.
amendCompany
.
companyName
=
name
[
0
].
name
this
.
amendCompany
.
companyName
=
name
[
0
].
name
this
.
amendCompany
.
jobId
=
this
.
staffTitleFrom
.
jobId
this
.
amendCompany
.
jobId
=
this
.
staffTitleFrom
.
jobId
this
.
amendCompany
.
positionId
=
this
.
staffTitleFrom
.
positionId
this
.
amendCompany
.
positionId
=
this
.
staffTitleFrom
.
positionId
this
.
amendCompany
.
isQuit
=
0
this
.
amendCompany
.
isQuit
=
this
.
staffTitleFrom
.
isQuit
==
'在职'
?
0
:
1
this
.
setApi
(
this
.
amendCompany
)
this
.
setApi
(
this
.
amendCompany
)
}
}
}
else
{
}
else
{
...
@@ -565,7 +565,7 @@ export default {
...
@@ -565,7 +565,7 @@ export default {
this
.
amendIdentity
.
companyName
=
this
.
staffTitleFrom
.
companyName
this
.
amendIdentity
.
companyName
=
this
.
staffTitleFrom
.
companyName
this
.
amendIdentity
.
jobId
=
this
.
staffTitleFrom
.
jobId
this
.
amendIdentity
.
jobId
=
this
.
staffTitleFrom
.
jobId
this
.
amendIdentity
.
companyId
=
this
.
staffTitleFrom
.
companyId
this
.
amendIdentity
.
companyId
=
this
.
staffTitleFrom
.
companyId
this
.
amendIdentity
.
isQuit
=
0
this
.
amendIdentity
.
isQuit
=
this
.
staffTitleFrom
.
isQuit
==
'在职'
?
0
:
1
this
.
setApi
(
this
.
amendIdentity
)
this
.
setApi
(
this
.
amendIdentity
)
}
}
...
@@ -621,7 +621,7 @@ export default {
...
@@ -621,7 +621,7 @@ export default {
this
.
position
.
companyName
=
this
.
staffTitleFrom
.
companyName
this
.
position
.
companyName
=
this
.
staffTitleFrom
.
companyName
this
.
position
.
positionId
=
this
.
staffTitleFrom
.
positionId
this
.
position
.
positionId
=
this
.
staffTitleFrom
.
positionId
this
.
position
.
companyId
=
this
.
staffTitleFrom
.
companyId
this
.
position
.
companyId
=
this
.
staffTitleFrom
.
companyId
this
.
position
.
isQuit
=
0
this
.
position
.
isQuit
=
this
.
staffTitleFrom
.
isQuit
==
'在职'
?
0
:
1
this
.
setApi
(
this
.
position
)
this
.
setApi
(
this
.
position
)
}
}
},
},
...
...
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