Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
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
TFMOM
TF-MOM-WEB
Commits
77774844
Commit
77774844
authored
Apr 22, 2024
by
王勇
Committed by
jingnan
Apr 24, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
班组添加人员增加技能点
parent
8eb98bd0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
index.vue
...ateComponents/components/AddExtProcessSkillUser/index.vue
+8
-0
No files found.
applications/dee-mes/src/privateComponents/components/AddExtProcessSkillUser/index.vue
View file @
77774844
...
@@ -83,6 +83,12 @@ export default {
...
@@ -83,6 +83,12 @@ export default {
}
}
try
{
try
{
await
this
.
$api
.
searchApi
(
'DxPostMemberLink'
,
params
).
then
(
post
=>
{
await
this
.
$api
.
searchApi
(
'DxPostMemberLink'
,
params
).
then
(
post
=>
{
if
(
form
.
hasOwnProperty
(
'workCode'
))
{
form
.
workCode
.
sort
(
function
(
a
,
b
)
{
return
parseInt
(
a
.
substring
(
a
.
lastIndexOf
(
'('
)
+
1
,
a
.
lastIndexOf
(
')'
)))
-
parseInt
(
b
.
substring
(
b
.
lastIndexOf
(
'('
)
+
1
,
b
.
lastIndexOf
(
')'
)))
})
form
.
workCode
=
form
.
workCode
.
join
(
','
)
}
if
(
post
.
items
.
content
.
length
)
{
if
(
post
.
items
.
content
.
length
)
{
const
postList
=
post
.
items
.
content
[
0
]
const
postList
=
post
.
items
.
content
[
0
]
tableDataList
.
push
({
tableDataList
.
push
({
...
@@ -91,6 +97,7 @@ export default {
...
@@ -91,6 +97,7 @@ export default {
dxUserInfoId
:
user
.
id
,
dxUserInfoId
:
user
.
id
,
isSkillLeader
:
form
.
isSkillLeader
,
isSkillLeader
:
form
.
isSkillLeader
,
postValidity
:
form
.
postValidity
,
postValidity
:
form
.
postValidity
,
workCode
:
form
.
workCode
,
remark
:
form
.
remark
,
remark
:
form
.
remark
,
sealNo
:
form
.
sealNo
sealNo
:
form
.
sealNo
})
})
...
@@ -100,6 +107,7 @@ export default {
...
@@ -100,6 +107,7 @@ export default {
dxUserInfoId
:
user
.
id
,
dxUserInfoId
:
user
.
id
,
isSkillLeader
:
form
.
isSkillLeader
,
isSkillLeader
:
form
.
isSkillLeader
,
postValidity
:
form
.
postValidity
,
postValidity
:
form
.
postValidity
,
workCode
:
form
.
workCode
,
remark
:
form
.
remark
,
remark
:
form
.
remark
,
sealNo
:
form
.
sealNo
sealNo
:
form
.
sealNo
})
})
...
...
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