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
3db59ffa
Commit
3db59ffa
authored
Feb 04, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单状态修改
parent
292e9a72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
19 deletions
+16
-19
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+16
-19
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
3db59ffa
...
...
@@ -17,16 +17,17 @@
/>
</el-form-item>
-->
<el-form-item
label=
"状态"
prop=
"status"
>
<el-select
v-model=
"queryParams.status"
<el-select
value=
"['','']"
v-model=
"queryParams.status
Arr
"
clearable
placeholder=
"请选择状态"
multiple=
"true"
>
<el-option
v-for=
"
item in option
s"
:key=
"
item
.value"
:label=
"
item
.label"
:value=
"
item
.value"
v-for=
"
dict in dict.type.mes_order_statu
s"
:key=
"
dict
.value"
:label=
"
dict
.label"
:value=
"
dict
.value"
>
</el-option>
</el-select>
...
...
@@ -323,6 +324,12 @@
width=
"100px"
prop=
"batchCode"
/>
<el-table-column
label=
"编排单号"
align=
"center"
width=
"100px"
prop=
"arrangeCode"
/>
<el-table-column
label=
"客户编码"
align=
"center"
prop=
"clientCode"
/>
<el-table-column
label=
"客户名称"
...
...
@@ -711,7 +718,7 @@ import { getToken } from "@/utils/auth";
export
default
{
name
:
"Workorder"
,
dicts
:
[
"mes_order_status"
,
"mes_workorder_sourcetype"
,
"mes_workorder_type"
],
dicts
:
[
"mes_order_status"
,
"mes_workorder_sourcetype"
,
"mes_workorder_type"
,
"mes_order_status"
],
components
:
{
Treeselect
,
ItemSelect
,
...
...
@@ -782,19 +789,8 @@ export default {
requestDate
:
null
,
parentId
:
null
,
ancestors
:
null
,
status
:
"PREPARE"
,
status
Arr
:
[
"PREPARE"
,
"CONFIRMED"
]
,
}
,
// 表单状态
options
:
[
{
value
:
"PREPARE"
,
label
:
"待确认"
}
,
{
value
:
"CONFIRMED"
,
label
:
"已确认"
}
,
{
value
:
"APPROVING"
,
label
:
"审批中"
}
,
{
value
:
"APPROVED"
,
label
:
"已审批"
}
,
{
value
:
"FINISHED"
,
label
:
"已完成"
}
,
{
value
:
"TASKGENERATED"
,
label
:
"已生成任务单"
}
,
{
value
:
"ISSUEGENERATED"
,
label
:
"已生成领料单"
}
,
{
value
:
"PRODUCIONG"
,
label
:
"生产中"
}
,
],
// 表单参数
form
:
{
}
,
// 表单校验
...
...
@@ -1097,6 +1093,7 @@ export default {
return
doCheckToolNum
(
ids
);
}
)
.
then
(()
=>
{
this
.
getList
();
this
.
$modal
.
msgSuccess
(
"已齐套"
);
}
)
.
catch
(()
=>
{
}
);
...
...
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