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
36deb26d
Commit
36deb26d
authored
Mar 25, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指令标识维护增加报废按钮
parent
9425812b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
2 deletions
+25
-2
index.vue
...ment/instructionIdentification/components/right/index.vue
+25
-2
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/instructionIdentification/components/right/index.vue
View file @
36deb26d
...
@@ -147,16 +147,22 @@
...
@@ -147,16 +147,22 @@
<el-table-column
<el-table-column
fixed=
"right"
fixed=
"right"
label=
"操作"
label=
"操作"
width=
"1
2
0"
width=
"1
8
0"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
<el-button
type=
"danger"
type=
"danger"
size=
"
small
"
size=
"
mini
"
@
click
.
native
.
prevent=
"close(scope.row)"
@
click
.
native
.
prevent=
"close(scope.row)"
>
>
强制关闭
强制关闭
</el-button>
</el-button>
<el-button
size=
"mini"
@
click
.
native
.
prevent=
"scrap(scope.row)"
>
作废
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -742,6 +748,23 @@ export default {
...
@@ -742,6 +748,23 @@ export default {
.
catch
((
err
)
=>
console
.
error
(
err
))
.
catch
((
err
)
=>
console
.
error
(
err
))
.
finally
(()
=>
{})
.
finally
(()
=>
{})
},
},
scrap
(
row
)
{
this
.
aoLoading
=
true
post
(
'/ExtProcessPlan/cancel?aoId='
+
row
.
id
,
{},)
.
then
((
res
)
=>
{
if
(
res
.
message
.
includes
(
'成功'
))
{
this
.
getTableData
(
this
.
nodeData
,
this
.
level
)
}
else
{
this
.
$message
({
showClose
:
true
,
message
:
res
.
message
,
type
:
'error'
})
}
})
.
catch
((
err
)
=>
console
.
error
(
err
))
.
finally
(()
=>
{})
},
/**
/**
* 表一多选框
* 表一多选框
*/
*/
...
...
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