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
2f593111
Commit
2f593111
authored
Jun 06, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
试验维护记录修改
parent
b3ff57e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
index.vue
...iews/taskExecution/components/RecordMaintenance/index.vue
+8
-1
index.vue
applications/dee-mes/src/views/taskExecution/index.vue
+2
-1
No files found.
applications/dee-mes/src/views/taskExecution/components/RecordMaintenance/index.vue
View file @
2f593111
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
ref=
"applyTable"
ref=
"applyTable"
table-height=
"60vh"
table-height=
"60vh"
class=
"list-table"
class=
"list-table"
:basic-data=
"
{ ...$parent.editor}"
:basic-data=
"
{ ...$parent.editor
,headerData
}"
:lay-config="{ typeName: 'ExperimentRecord', layKey: 'ExperimentRecord_zhuangpei'}"
:lay-config="{ typeName: 'ExperimentRecord', layKey: 'ExperimentRecord_zhuangpei'}"
@on-deleteRow="deleteRow"
@on-deleteRow="deleteRow"
/>
/>
...
@@ -70,6 +70,13 @@
...
@@ -70,6 +70,13 @@
<
script
>
<
script
>
import
{
post
}
from
'@/utils/http'
import
{
post
}
from
'@/utils/http'
export
default
{
export
default
{
props
:
{
headerData
:
{
type
:
Object
,
default
:
()
=>
{}
}
},
data
()
{
data
()
{
return
{
return
{
visible
:
false
,
visible
:
false
,
...
...
applications/dee-mes/src/views/taskExecution/index.vue
View file @
2f593111
...
@@ -534,7 +534,7 @@
...
@@ -534,7 +534,7 @@
<InspectionRejected
ref=
"InspectionRejected"
/>
<InspectionRejected
ref=
"InspectionRejected"
/>
<AttachmentUpload
ref=
"AttachmentUpload"
/>
<AttachmentUpload
ref=
"AttachmentUpload"
/>
<!-- 物料确认 -->
<!-- 物料确认 -->
<RecordMaintenance
ref=
"RecordMaintenance"
@
refreshPage=
"refreshPage"
/>
<RecordMaintenance
ref=
"RecordMaintenance"
:header-data=
"headerData"
@
refreshPage=
"refreshPage"
/>
<!-- 物料确认 -->
<!-- 物料确认 -->
<!-- 试验申请创建 -->
<!-- 试验申请创建 -->
<el-drawer
<el-drawer
...
@@ -701,6 +701,7 @@ export default {
...
@@ -701,6 +701,7 @@ export default {
})
})
this
.
$bus
.
$on
(
'refreshAssemblyPerform'
,
()
=>
{
this
.
$bus
.
$on
(
'refreshAssemblyPerform'
,
()
=>
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
RecordMaintenance
&&
(
this
.
$refs
.
RecordMaintenance
.
visible
=
false
)
this
.
closeDialog
()
this
.
closeDialog
()
})
})
})
})
...
...
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