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
b7c16042
Commit
b7c16042
authored
Dec 04, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改站位计划调整跳转
parent
715c3546
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
searchBar.vue
...semblyPlanManagement/stationPlanMaintenance/searchBar.vue
+1
-2
table.vue
...views/taskReception/components/taskReceiveTable/table.vue
+2
-2
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/searchBar.vue
View file @
b7c16042
...
...
@@ -194,8 +194,7 @@ export default {
this
.
$router
.
push
({
path
:
'/dee-mes/assembly-plan-maintenance'
,
query
:
{
title
:
'装配计划维护'
,
menuRootAppId
:
1626782294437
title
:
'装配计划维护'
}
})
}
...
...
applications/dee-mes/src/views/taskReception/components/taskReceiveTable/table.vue
View file @
b7c16042
...
...
@@ -256,7 +256,7 @@ export default {
vice
:
(
p
.
prodTask
&&
p
.
prodTask
.
filter
(
t
=>
t
.
subTypeName
===
'FitOut'
)
.
map
((
q
)
=>
{
return
q
.
extProcessSkillUser
.
dxUserInfo
.
name
return
q
.
extProcessSkillUser
?
q
.
extProcessSkillUser
.
dxUserInfo
.
name
:
''
})
.
join
(
' '
))
},
...
...
@@ -264,7 +264,7 @@ export default {
(
p
.
prodTask
&&
p
.
prodTask
.
filter
(
t
=>
t
.
subTypeName
===
'CheckOut'
)
.
map
((
q
)
=>
{
return
q
.
extProcessSkillUser
.
dxUserInfo
.
name
return
q
.
extProcessSkillUser
?
q
.
extProcessSkillUser
.
dxUserInfo
.
name
:
''
})
.
join
(
' '
)),
planStateCode
:
...
...
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