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
e2f3f7d9
Commit
e2f3f7d9
authored
Jul 29, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产报工去掉状态
parent
0f41cc1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
19 deletions
+2
-19
index.vue
src/views/mes/pro/feedback/index.vue
+2
-19
No files found.
src/views/mes/pro/feedback/index.vue
View file @
e2f3f7d9
...
...
@@ -67,16 +67,6 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"status"
>
<el-select
v-model=
"queryParams.status"
placeholder=
"请选择状态"
clearable
>
<el-option
v-for=
"dict in dict.type.mes_order_status"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
</el-select>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
...
...
@@ -147,11 +137,6 @@
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"审核人"
width
=
"100"
align
=
"center"
prop
=
"recordNick"
/>
<
el
-
table
-
column
label
=
"状态"
width
=
"80"
align
=
"center"
prop
=
"status"
>
<
template
slot
-
scope
=
"scope"
>
<
dict
-
tag
:
options
=
"dict.type.mes_order_status"
:
value
=
"scope.row.status"
/>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
fixed
=
"right"
width
=
"160px"
class
-
name
=
"small-padding fixed-width"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
...
...
@@ -167,7 +152,6 @@
icon
=
"el-icon-edit"
@
click
=
"handleUpdate(scope.row)"
v
-
hasPermi
=
"['mes:pro:feedback:edit']"
v
-
if
=
"scope.row.status =='PREPARE'"
>
修改
<
/el-button
>
<
el
-
button
size
=
"mini"
...
...
@@ -175,7 +159,6 @@
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['mes:pro:feedback:remove']"
v
-
if
=
"scope.row.status =='PREPARE'"
>
删除
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
@@ -324,8 +307,8 @@
<
/el-row
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
type
=
"primary"
@
click
=
"cancel"
v
-
if
=
"optType =='view'
|| form.status !='PREPARE'
"
>
返回
<
/el-button
>
<
el
-
button
type
=
"primary"
@
click
=
"submitForm"
v
-
if
=
"
form.status =='PREPARE' &&
optType !='view' "
>
保
存
<
/el-button
>
<
el
-
button
type
=
"primary"
@
click
=
"cancel"
v
-
if
=
"optType =='view'"
>
返回
<
/el-button
>
<
el
-
button
type
=
"primary"
@
click
=
"submitForm"
v
-
if
=
"optType !='view' "
>
保
存
<
/el-button
>
<!--
<
el
-
button
type
=
"primary"
@
click
=
"handleSubmit"
v
-
if
=
"form.status =='PREPARE' && optType !='view' && form.recordId !=null "
>
提交审批
<
/el-button
>
<
el
-
button
type
=
"success"
@
click
=
"handleExecute"
v
-
if
=
"form.status =='APPROVING' && form.recordId !=null"
>
审批通过
<
/el-button
>
<
el
-
button
type
=
"danger"
@
click
=
"handleReject"
v
-
if
=
"form.status =='APPROVING' && form.recordId !=null"
>
审批不通过
<
/el-button> --
>
...
...
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