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
ximai
mes-ui
Commits
a3904d69
Commit
a3904d69
authored
Jan 14, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 隐藏生产报工新增修改删除按钮
parent
0d38140f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/mes/pro/feedback/index.vue
+5
-5
No files found.
src/views/mes/pro/feedback/index.vue
View file @
a3904d69
...
...
@@ -38,7 +38,7 @@
</el-form-item>
</el-form>
<el-row
:gutter=
"10"
class=
"mb8"
>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
type=
"primary"
plain
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['mes:pro:feedback:add']"
>
{{
$t
(
'common.add'
)
}}
</el-button>
</el-col>
...
...
@@ -49,7 +49,7 @@
<el-col
:span=
"1.5"
>
<el-button
type=
"danger"
plain
icon=
"el-icon-delete"
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['mes:pro:feedback:remove']"
>
{{
$t
(
'common.del'
)
}}
</el-button>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
type=
"warning"
plain
icon=
"el-icon-printer"
size=
"mini"
:disabled=
"single"
@
click=
"handleQrcode"
v-hasPermi=
"['mes:pro:feedback:edit']"
>
{{
$t
(
'打印二维码'
)
}}
</el-button>
...
...
@@ -87,10 +87,10 @@
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-query"
@
click
=
"handleView(scope.row)"
v
-
hasPermi
=
"['mes:pro:feedback:query']"
>
{{
$t
(
'查看'
)
}}
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-edit"
@
click
=
"handleUpdate(scope.row)"
<
!--
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-edit"
@
click
=
"handleUpdate(scope.row)"
v
-
hasPermi
=
"['mes:pro:feedback:edit']"
>
{{
$t
(
'common.edit'
)
}}
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['mes:pro:feedback:remove']"
>
{{
$t
(
'common.del'
)
}}
<
/el-button
>
v
-
hasPermi
=
"['mes:pro:feedback:remove']"
>
{{
$t
(
'common.del'
)
}}
<
/el-button>
--
>
<
/template
>
<
/el-table-column
>
<
/el-table
>
...
...
@@ -546,7 +546,7 @@ export default {
return
}
this
.
selectRow
.
forEach
((
s
,
i
)
=>
{
listNextProcess
({
taskId
:
s
.
taskId
}
).
then
(
workunit
=>
{
workunitName
=
workunit
.
data
.
workunitName
;
detail
.
push
({
...
...
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