@@ -123,7 +123,7 @@
重新发布
</el-link>
<el-link
- v-if="row.splitBatch != 2 && !row.joinPlanCode"
+ v-if="row.splitBatch != 2 && !row.joinPlanCode"
type="primary"
:underline="false"
icon="el-icon-edit"
@@ -133,7 +133,11 @@
- v-if="clientEnvironmentId != 4 && activeName == 'first' && row.splitBatch != 2"
+ v-if="
+ clientEnvironmentId != 4 &&
+ activeName == 'first' &&
+ row.splitBatch != 2
+ "
@click="toUnpack(row)"
@@ -321,7 +325,8 @@
label: '计划编号',
align: 'center',
showOverflowTooltip: true,
- minWidth: 160
+ minWidth: 160,
+ sortable: true
},
{
@@ -155,7 +155,8 @@
slot: 'code',
label: '生产订单号',
- minWidth: 110
+ minWidth: 110,
prop: 'productionPlanCode',