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
8290b29f
Commit
8290b29f
authored
Apr 09, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
试验维护记录
parent
f515e529
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
365 additions
and
272 deletions
+365
-272
index.vue
...iews/taskExecution/components/RecordMaintenance/index.vue
+357
-266
index.vue
applications/dee-mes/src/views/taskExecution/index.vue
+8
-6
No files found.
applications/dee-mes/src/views/taskExecution/components/RecordMaintenance/index.vue
View file @
8290b29f
This diff is collapsed.
Click to expand it.
applications/dee-mes/src/views/taskExecution/index.vue
View file @
8290b29f
...
@@ -535,6 +535,7 @@
...
@@ -535,6 +535,7 @@
<!-- 物料确认 -->
<!-- 物料确认 -->
<!-- 试验申请创建 -->
<!-- 试验申请创建 -->
<el-drawer
<el-drawer
v-if=
"drawerShowExperimentAdd"
title=
"试验申请"
title=
"试验申请"
size=
"50%"
size=
"50%"
append-to-body
append-to-body
...
@@ -553,8 +554,9 @@
...
@@ -553,8 +554,9 @@
</el-drawer>
</el-drawer>
<!-- 检验员 -->
<!-- 检验员 -->
<dee-dialog
<dee-dialog
width=
"
3
0%"
width=
"
4
0%"
title=
"选择检验员"
title=
"选择检验员"
:before-close=
"closeDialog"
:dialog-visible=
"showDialog"
:dialog-visible=
"showDialog"
@
handleClose=
"closeDialog"
@
handleClose=
"closeDialog"
>
>
...
@@ -636,8 +638,7 @@ export default {
...
@@ -636,8 +638,7 @@ export default {
drawerShowExperimentAdd
:
false
,
drawerShowExperimentAdd
:
false
,
experimentApplyForm
:
{},
experimentApplyForm
:
{},
showDialog
:
false
,
showDialog
:
false
,
checkerForm
:
{},
checkerForm
:
{}
experimentProcessInfo
:
{}
}
}
},
},
computed
:
{},
computed
:
{},
...
@@ -687,7 +688,7 @@ export default {
...
@@ -687,7 +688,7 @@ export default {
})
})
this
.
$bus
.
$on
(
'completeExperimentAdd'
,
({
items
})
=>
{
this
.
$bus
.
$on
(
'completeExperimentAdd'
,
({
items
})
=>
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
drawerShowExperimentAdd
=
false
this
.
onClose
()
if
(
items
.
id
)
{
if
(
items
.
id
)
{
this
.
getProcessInfo
(
items
.
id
)
this
.
getProcessInfo
(
items
.
id
)
}
}
...
@@ -695,8 +696,7 @@ export default {
...
@@ -695,8 +696,7 @@ export default {
})
})
this
.
$bus
.
$on
(
'refreshAssemblyPerform'
,
()
=>
{
this
.
$bus
.
$on
(
'refreshAssemblyPerform'
,
()
=>
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
showDialog
=
false
this
.
closeDialog
()
this
.
refreshPage
()
})
})
})
})
},
},
...
@@ -1520,9 +1520,11 @@ export default {
...
@@ -1520,9 +1520,11 @@ export default {
},
},
onClose
()
{
onClose
()
{
this
.
drawerShowExperimentAdd
=
false
this
.
drawerShowExperimentAdd
=
false
this
.
experimentApplyForm
=
{}
},
},
closeDialog
()
{
closeDialog
()
{
this
.
showDialog
=
false
this
.
showDialog
=
false
this
.
refreshPage
()
}
}
}
}
...
...
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