|
@@ -30,7 +30,7 @@
|
|
|
>
|
|
>
|
|
|
<template v-slot:toolbar>
|
|
<template v-slot:toolbar>
|
|
|
<el-button type="primary" size="mini" @click="handleMerge"
|
|
<el-button type="primary" size="mini" @click="handleMerge"
|
|
|
- >合并计划</el-button
|
|
|
|
|
|
|
+ >合批</el-button
|
|
|
>
|
|
>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -51,7 +51,8 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template v-slot:priority="{ row }">
|
|
<template v-slot:priority="{ row }">
|
|
|
- <el-input
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <el-input
|
|
|
v-model="row.priority"
|
|
v-model="row.priority"
|
|
|
type="number"
|
|
type="number"
|
|
|
size="mini"
|
|
size="mini"
|
|
@@ -71,6 +72,7 @@
|
|
|
<i class="el-icon-caret-bottom" @click="sortBottom(row)"></i>
|
|
<i class="el-icon-caret-bottom" @click="sortBottom(row)"></i>
|
|
|
</div>
|
|
</div>
|
|
|
</el-popover>
|
|
</el-popover>
|
|
|
|
|
+
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template v-slot:productWeight="{ row }">
|
|
<template v-slot:productWeight="{ row }">
|
|
@@ -95,7 +97,7 @@
|
|
|
v-if="row.status == 2"
|
|
v-if="row.status == 2"
|
|
|
@click="handleOrderPublish(1, row)"
|
|
@click="handleOrderPublish(1, row)"
|
|
|
>
|
|
>
|
|
|
- 发布工单
|
|
|
|
|
|
|
+ 发布
|
|
|
</el-link>
|
|
</el-link>
|
|
|
<el-link
|
|
<el-link
|
|
|
type="primary"
|
|
type="primary"
|
|
@@ -112,7 +114,7 @@
|
|
|
icon="el-icon-edit"
|
|
icon="el-icon-edit"
|
|
|
@click="planEdit(row)"
|
|
@click="planEdit(row)"
|
|
|
>
|
|
>
|
|
|
- 修改计划
|
|
|
|
|
|
|
+ 修改
|
|
|
</el-link>
|
|
</el-link>
|
|
|
|
|
|
|
|
<el-link
|
|
<el-link
|
|
@@ -276,6 +278,8 @@
|
|
|
showOverflowTooltip: true
|
|
showOverflowTooltip: true
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
slot: 'batchNo',
|
|
slot: 'batchNo',
|
|
|
prop: 'batchNo',
|
|
prop: 'batchNo',
|
|
@@ -284,6 +288,17 @@
|
|
|
minWidth: 120,
|
|
minWidth: 120,
|
|
|
showOverflowTooltip: true
|
|
showOverflowTooltip: true
|
|
|
},
|
|
},
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ {
|
|
|
|
|
+
|
|
|
|
|
+ prop: 'joinBatchNo',
|
|
|
|
|
+ label: '原批次号',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ minWidth: 120,
|
|
|
|
|
+ showOverflowTooltip: true
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
slot: 'code',
|
|
slot: 'code',
|
|
|
prop: 'code',
|
|
prop: 'code',
|
|
@@ -293,6 +308,16 @@
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 160
|
|
minWidth: 160
|
|
|
},
|
|
},
|
|
|
|
|
+
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'scheduleStatusName',
|
|
|
|
|
+ label: '进度状态',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
+ minWidth: 100
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
prop: 'productCode',
|
|
prop: 'productCode',
|
|
|
label: '产品编码',
|
|
label: '产品编码',
|
|
@@ -308,6 +333,7 @@
|
|
|
minWidth: 140
|
|
minWidth: 140
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
prop: 'brandNo',
|
|
prop: 'brandNo',
|
|
|
label: '牌号',
|
|
label: '牌号',
|
|
@@ -334,7 +360,7 @@
|
|
|
prop: 'priority',
|
|
prop: 'priority',
|
|
|
label: '优先级',
|
|
label: '优先级',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
- minWidth: 120,
|
|
|
|
|
|
|
+ minWidth: 140,
|
|
|
slot: 'priority',
|
|
slot: 'priority',
|
|
|
sortable: 'custom'
|
|
sortable: 'custom'
|
|
|
},
|
|
},
|
|
@@ -398,7 +424,7 @@
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'reqMoldTime',
|
|
prop: 'reqMoldTime',
|
|
|
- label: '要求生产日期',
|
|
|
|
|
|
|
+ label: '要求完成日期',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 110
|
|
minWidth: 110
|
|
@@ -662,4 +688,8 @@
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
-<style lang="scss" scoped></style>
|
|
|
|
|
|
|
+<style lang="scss" scoped>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+</style>
|