Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
mes
mes-ui
Commits
eebf153d
Commit
eebf153d
authored
Feb 26, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 刀模维护细节优化
parent
9d89aaf9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
index.vue
src/components/TmTool/index.vue
+6
-2
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+3
-5
No files found.
src/components/TmTool/index.vue
View file @
eebf153d
...
...
@@ -143,7 +143,7 @@
/>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"confirmSelect"
>
确 定
</el-button>
<el-button
@
click=
"
showFlag = false
"
>
取 消
</el-button>
<el-button
@
click=
"
handleCancel
"
>
取 消
</el-button>
</div>
</el-dialog>
</template>
...
...
@@ -259,8 +259,12 @@ export default {
return
;
}
this
.
$emit
(
"onSelected"
,
this
.
selectedRows
);
this
.
showFlag
=
false
;
this
.
handleCancel
()
;
},
handleCancel
()
{
this
.
resetQuery
();
this
.
showFlag
=
false
;
}
},
};
</
script
>
src/views/mes/pro/workorder/indexApply.vue
View file @
eebf153d
...
...
@@ -548,17 +548,15 @@
<
/el-dialog
>
<
el
-
dialog
title
=
"组合单明细"
v
-
if
=
"combOpen"
:
visible
.
sync
=
"combOpen"
width
=
"1000px"
append
-
to
-
body
@
close
=
"getList"
>
<
el
-
dialog
title
=
"组合单明细"
v
-
if
=
"combOpen"
:
visible
.
sync
=
"combOpen"
width
=
"1000px"
append
-
to
-
body
>
<
CombinationInfos
:
combinationCodes
=
"combinationCodes"
:
showBtn
=
"showCombinationBtn"
><
/CombinationInfos
>
<
/el-dialog
>
<
el
-
dialog
title
=
"编排单明细"
v
-
if
=
"arrangeOpen"
:
visible
.
sync
=
"arrangeOpen"
width
=
"1000px"
append
-
to
-
body
@
close
=
"getList"
>
<
el
-
dialog
title
=
"编排单明细"
v
-
if
=
"arrangeOpen"
:
visible
.
sync
=
"arrangeOpen"
width
=
"1000px"
append
-
to
-
body
>
<
ArrangeInfo
:
arrange
-
code
=
"arrangeCode"
:
showBtn
=
"showArrangBtn"
><
/ArrangeInfo
>
<
/el-dialog
>
<
el
-
dialog
title
=
"编排单明细"
v
-
if
=
"arrangeOpen2"
:
visible
.
sync
=
"arrangeOpen2"
width
=
"1000px"
append
-
to
-
body
@
close
=
"getList"
>
<
el
-
dialog
title
=
"编排单明细"
v
-
if
=
"arrangeOpen2"
:
visible
.
sync
=
"arrangeOpen2"
width
=
"1000px"
append
-
to
-
body
>
<
ArrangeInfo
:
group
-
code
=
"groupCode"
:
addBtn
=
"false"
><
/ArrangeInfo
>
<
/el-dialog
>
<
WorkorderRecordSelect
ref
=
"WorkorderRecordSelectRef"
:
data
=
"currentData"
/>
...
...
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