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
fc1e1117
Commit
fc1e1117
authored
Sep 27, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按需求隐藏按钮
parent
fd22ede3
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
27 deletions
+28
-27
index.vue
src/views/mes/md/product/index.vue
+4
-4
index.vue
src/views/mes/md/unitmeasure/index.vue
+4
-4
index.vue
src/views/mes/md/workstation/index.vue
+4
-4
index.vue
src/views/mes/md/workunit/index.vue
+4
-4
index.vue
src/views/mes/pro/feedback/index.vue
+4
-3
index.vue
src/views/mes/pro/process/index.vue
+4
-4
index.vue
src/views/mes/pro/usage/index.vue
+4
-4
No files found.
src/views/mes/md/product/index.vue
View file @
fc1e1117
...
...
@@ -41,7 +41,7 @@
<el-col
:span=
"1.5"
>
<el-button
type=
"primary"
plain
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
type=
"success"
plain
icon=
"el-icon-edit"
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
>
修改
</el-button>
</el-col>
...
...
@@ -55,7 +55,7 @@
</el-col>
<el-col
:span=
"1.5"
>
<el-button
type=
"info"
plain
icon=
"el-icon-upload2"
size=
"mini"
@
click=
"handleImport"
>
导入
</el-button>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
>
导出
</el-button>
</el-col>
...
...
@@ -110,12 +110,12 @@
<span>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
width=
"160"
class-name=
"small-padding fixed-width"
>
<
!-- <
el-table-column label="操作" align="center" width="160" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">修改</el-button>
<el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)">删除</el-button>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
<pagination
v-show=
"total > 0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
...
...
src/views/mes/md/unitmeasure/index.vue
View file @
fc1e1117
...
...
@@ -34,7 +34,7 @@
v-hasPermi=
"['mes:md:unitmeasure:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
type=
"success"
plain
...
...
@@ -55,7 +55,7 @@
@
click=
"handleDelete"
v-hasPermi=
"['mes:md:unitmeasure:remove']"
>
删除
</el-button>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
type=
"warning"
...
...
@@ -96,7 +96,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
!-- <
el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
size="mini"
...
...
@@ -113,7 +113,7 @@
v-hasPermi="['mes:md:unitmeasure:remove']"
>删除</el-button>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
<pagination
...
...
src/views/mes/md/workstation/index.vue
View file @
fc1e1117
...
...
@@ -102,7 +102,7 @@
>
新增
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
type=
"success"
plain
...
...
@@ -125,7 +125,7 @@
v-hasPermi=
"['mes:md:workstation:remove']"
>
删除
</el-button
>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
type=
"warning"
...
...
@@ -183,7 +183,7 @@
</el-table-column>
<el-table-column
label=
"标准工时"
align=
"center"
prop=
"stdWorkingTime"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
<
!-- <
el-table-column
label="操作"
align="center"
class-name="small-padding fixed-width"
...
...
@@ -206,7 +206,7 @@
>删除</el-button
>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
<pagination
...
...
src/views/mes/md/workunit/index.vue
View file @
fc1e1117
...
...
@@ -29,14 +29,14 @@
<el-button
type=
"primary"
plain
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['md:workunit:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
type=
"success"
plain
icon=
"el-icon-edit"
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['md:workunit:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<el-button
type=
"danger"
plain
icon=
"el-icon-delete"
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['md:workunit:remove']"
>
删除
</el-button>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['md:workunit:export']"
>
导出
</el-button>
...
...
@@ -72,14 +72,14 @@
<el-table-column
label=
"凹印_胶版油槽数"
align=
"center"
prop=
"dieSunkOffsetOilTankNum"
/>
<el-table-column
label=
"印刷方式"
align=
"center"
prop=
"printingMethod"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
!-- <
el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
v-hasPermi="['md:workunit:edit']">修改</el-button>
<el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"
v-hasPermi="['md:workunit:remove']">删除</el-button>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
<pagination
v-show=
"total > 0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/mes/pro/feedback/index.vue
View file @
fc1e1117
...
...
@@ -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']"
>
新增
</el-button>
</el-col>
...
...
@@ -54,6 +54,7 @@
<el-button
type=
"warning"
plain
icon=
"el-icon-printer"
size=
"mini"
:disabled=
"single"
@
click=
"handleQrcode"
v-hasPermi=
"['mes:pro:feedback:edit']"
>
打印二维码
</el-button>
</el-col>
-->
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
</el-row>
<el-table
v-loading=
"loading"
:data=
"feedbackList"
@
selection-change=
"handleSelectionChange"
>
...
...
@@ -90,10 +91,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']"
>
查看
<
/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']"
>
修改
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['mes:pro:feedback:remove']"
>
删除
<
/el-button
>
v
-
hasPermi
=
"['mes:pro:feedback:remove']"
>
删除
<
/el-button>
--
>
<
/template
>
<
/el-table-column
>
<
/el-table
>
...
...
src/views/mes/pro/process/index.vue
View file @
fc1e1117
...
...
@@ -42,7 +42,7 @@
v-hasPermi=
"['mes:pro:process:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
type=
"success"
plain
...
...
@@ -63,7 +63,7 @@
@
click=
"handleDelete"
v-hasPermi=
"['mes:pro:process:remove']"
>
删除
</el-button>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
type=
"warning"
...
...
@@ -114,7 +114,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"操作"
v-if=
"operation"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
!-- <
el-table-column label="操作" v-if="operation" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
size="mini"
...
...
@@ -131,7 +131,7 @@
v-hasPermi="['mes:pro:process:remove']"
>删除</el-button>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
<pagination
...
...
src/views/mes/pro/usage/index.vue
View file @
fc1e1117
...
...
@@ -42,7 +42,7 @@
v-hasPermi=
"['mes:pro:usage:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
type=
"success"
plain
...
...
@@ -63,7 +63,7 @@
@
click=
"handleDelete"
v-hasPermi=
"['mes:pro:usage:remove']"
>
删除
</el-button>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
type=
"warning"
...
...
@@ -95,7 +95,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
!-- <
el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
size="mini"
...
...
@@ -112,7 +112,7 @@
v-hasPermi="['mes:pro:usage:remove']"
>删除</el-button>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
<pagination
...
...
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