|
|
|
|
@ -22,9 +22,7 @@ |
|
|
|
|
|
|
|
|
|
<template #menu-right="{ size }"> </template> |
|
|
|
|
<template #menu="scope"> |
|
|
|
|
<el-button type="primary" link @click="setCrew(scope.row)" |
|
|
|
|
>分派</el-button |
|
|
|
|
> |
|
|
|
|
<el-button type="primary" link @click="setCrew(scope.row)">分派</el-button> |
|
|
|
|
</template> |
|
|
|
|
<template #pdmCreateTime="scope"> |
|
|
|
|
{{ scope.row.pdmCreateTime ? scope.row.pdmCreateTime.substring(0, 10) : '' }} |
|
|
|
|
@ -107,6 +105,7 @@ export default { |
|
|
|
|
searchSpan: 6, |
|
|
|
|
searchMenuPosition: 'right', |
|
|
|
|
align: 'center', |
|
|
|
|
emptyText: '', |
|
|
|
|
column: [ |
|
|
|
|
{ |
|
|
|
|
label: '零件号', |
|
|
|
|
@ -128,13 +127,6 @@ export default { |
|
|
|
|
headerAlign: 'center', |
|
|
|
|
align: 'left', |
|
|
|
|
width: 150, |
|
|
|
|
rules: [ |
|
|
|
|
{ |
|
|
|
|
required: false, |
|
|
|
|
message: '请选择镀种分类', |
|
|
|
|
trigger: 'click', |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '任务类型', |
|
|
|
|
@ -172,7 +164,7 @@ export default { |
|
|
|
|
overHidden: true, |
|
|
|
|
headerAlign: 'center', |
|
|
|
|
align: 'center', |
|
|
|
|
width: 150, |
|
|
|
|
width: 150, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '工艺路线详情', |
|
|
|
|
@ -246,13 +238,13 @@ export default { |
|
|
|
|
// 设置班组人员弹框关闭 |
|
|
|
|
setCrewOpeSancel(isRefresh) { |
|
|
|
|
this.setCrewOpen = false; |
|
|
|
|
this.onLoad(this.page,this.query); |
|
|
|
|
this.onLoad(this.page, this.query); |
|
|
|
|
}, |
|
|
|
|
// 重置 |
|
|
|
|
searchReset() { |
|
|
|
|
this.query = {}; |
|
|
|
|
this.parentId = 0; |
|
|
|
|
this.onLoad(this.page,this.query); |
|
|
|
|
this.onLoad(this.page, this.query); |
|
|
|
|
}, |
|
|
|
|
// 搜索 |
|
|
|
|
searchChange(params, done) { |
|
|
|
|
|