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
96934f31
Commit
96934f31
authored
Nov 08, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
装配计划执行样式修改
parent
e17f8e46
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
13 deletions
+25
-13
index.vue
.../views/taskReception/components/taskReceiveCard/index.vue
+1
-1
table.vue
...views/taskReception/components/taskReceiveTable/table.vue
+24
-12
No files found.
applications/dee-mes/src/views/taskReception/components/taskReceiveCard/index.vue
View file @
96934f31
...
...
@@ -88,7 +88,7 @@
popper-class=
"fuzzy-search-popper"
>
<div
class=
"body"
>
<el-input
v-model=
"aoName"
size=
"mini"
placeholder=
"AO号/名称"
/>
<el-input
v-model=
"aoName"
size=
"mini"
clearable
placeholder=
"AO号/名称"
/>
<footer>
<el-button
size=
"mini"
type=
"text"
class=
"last-anchor"
name=
""
@
click=
"getTaskAcceptance()"
>
查询
</el-button>
</footer>
...
...
applications/dee-mes/src/views/taskReception/components/taskReceiveTable/table.vue
View file @
96934f31
...
...
@@ -12,14 +12,14 @@
<el-table-column
prop=
"serialNumber"
label=
"AO号"
min-width=
"2
2
0"
min-width=
"2
4
0"
align=
"center"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<
el-button
type=
"text"
@
click=
"routerAssemblyExecution(scope.row)"
>
{{
<
span
class=
"link-style"
type=
"text"
@
click=
"routerAssemblyExecution(scope.row)"
>
{{
scope
.
row
.
serialNumber
}}
</
el-butto
n>
}}
</
spa
n>
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -182,7 +182,7 @@ export default {
{
'fieldName'
:
'prodTask.extProcessSkillUser.dxUserInfoId'
,
'operator'
:
'EQ'
,
'value'
:
1626781927440
'value'
:
localStorage
.
getItem
(
'userId'
)
||
''
},
{
'fieldName'
:
'extProcessPlan.sorties'
,
...
...
@@ -237,7 +237,7 @@ export default {
],
'toValidateKeys'
:
''
}
that
.
processL
oading
=
true
that
.
l
oading
=
true
post
(
'/JoExecutePlan/getTaskAcceptanceToDo'
,
param
)
.
then
((
res
)
=>
{
if
(
res
&&
res
.
items
&&
res
.
items
.
content
)
{
...
...
@@ -289,21 +289,33 @@ export default {
})
.
catch
((
err
)
=>
console
.
error
(
err
))
.
finally
(()
=>
{
that
.
processL
oading
=
false
that
.
l
oading
=
false
})
},
routerAssemblyExecution
(
item
)
{
if
(
!
item
.
isOK
)
return
//
if (!item.isOK) return
this
.
$router
.
push
({
name
:
'assemblyPerform
'
,
path
:
'/dee-mes/taskExecution
'
,
query
:
{
id
:
item
.
id
,
materNo
:
item
.
materNo
,
airModelId
:
item
.
airModelId
,
sortiesId
:
item
.
sortiesId
,
isOK
:
item
.
isOK
title
:
this
.
$route
.
query
.
title
+
'执行'
,
showMenu
:
false
,
showTag
:
'false'
,
isOK
:
item
.
isOK
,
backFlag
:
true
}
})
this
.
$store
.
dispatch
(
'app/closeSideBar'
,
false
)
// this.$router.push({
// name: 'assemblyPerform',
// query: {
// id: item.id,
// materNo: item.materNo,
// airModelId: item.airModelId,
// sortiesId: item.sortiesId,
// isOK: item.isOK
// }
// })
}
}
}
...
...
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