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
a0f16d8b
Commit
a0f16d8b
authored
Jul 15, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产工单和生产排产
parent
6ad3105a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
orderList.vue
src/views/mes/pro/scheduleList/orderList.vue
+3
-3
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+5
-5
No files found.
src/views/mes/pro/scheduleList/orderList.vue
View file @
a0f16d8b
...
...
@@ -9,10 +9,10 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"
工单编码
"
prop=
"workorderCode"
>
<el-form-item
label=
"
生产工单
"
prop=
"workorderCode"
>
<el-input
v-model=
"queryParams.workorderCode"
placeholder=
"请输入
工单编码
"
placeholder=
"请输入
生产工单
"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
...
...
@@ -46,7 +46,7 @@
>
</
template
>
</el-table-column>
<
el-table-column
label=
"工单编码"
align=
"center"
prop=
"workorderCode"
/
>
<
!-- <el-table-column label="生产工单" align="center" prop="workorderCode"/> --
>
<el-table-column
label=
"编排时间"
align=
"center"
prop=
"createTime"
/>
<el-table-column
label=
"编排人员"
align=
"center"
prop=
"createBy"
/>
...
...
src/views/mes/pro/workorder/indexApply.vue
View file @
a0f16d8b
...
...
@@ -1109,13 +1109,13 @@ export default {
//
}
);
}
,
handleMake() {
if (this.selectedRows[0].workorderType == 'product' && this.selectedRows[0].status == "SCHEDULED"
) {
//
if (this.selectedRows[0].workorderType == 'product' && this.selectedRows[0].status == "SCHEDULED"
//
) {
const workorderId = this.selectedRows[0].workorderId
this.$router.push("/mes/pro/workorder/make?workorderId=" + workorderId);
}
else {
this.$message.warning('请选择工单类型为生产订单、工单状态为已排产的数据')
}
//
}
else {
//
this.$message.warning('请选择工单类型为生产订单、工单状态为已排产的数据')
//
}
}
,
/** 提交按钮 */
submitForm() {
...
...
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