Commit 21739af7 authored by “lixuyan”'s avatar “lixuyan”

装配任务修改

parent 27b06b60
...@@ -343,10 +343,14 @@ export default { ...@@ -343,10 +343,14 @@ export default {
item.inspectPerson = [] item.inspectPerson = []
item.prodTask.forEach(element => { item.prodTask.forEach(element => {
if (element.subTypeName === 'CheckOut') { if (element.subTypeName === 'CheckOut') {
if (element.extProcessSkillUser) {
item.inspectPerson.push(element.extProcessSkillUser.dxUserInfo.name) item.inspectPerson.push(element.extProcessSkillUser.dxUserInfo.name)
}
} else if (element.subTypeName === 'FitOut') { } else if (element.subTypeName === 'FitOut') {
if (element.extProcessSkillUser) {
item.operatPerson.push(element.extProcessSkillUser.dxUserInfo.name) item.operatPerson.push(element.extProcessSkillUser.dxUserInfo.name)
} }
}
}) })
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment