|
|
|
@ -54,6 +54,7 @@
|
|
|
|
排产
|
|
|
|
排产
|
|
|
|
</el-button> -->
|
|
|
|
</el-button> -->
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
|
|
|
|
v-if="![2,7,8,9,10].includes(props.taskStatus)"
|
|
|
|
link
|
|
|
|
link
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
@click="openForm('update', scope.row.id)"
|
|
|
|
@click="openForm('update', scope.row.id)"
|
|
|
|
@ -62,6 +63,7 @@
|
|
|
|
{{ t('ProductionPlan.Task.detailListEditActionText') }}
|
|
|
|
{{ t('ProductionPlan.Task.detailListEditActionText') }}
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
|
|
|
|
v-if="![2,7,8,9,10].includes(props.taskStatus)"
|
|
|
|
link
|
|
|
|
link
|
|
|
|
type="danger"
|
|
|
|
type="danger"
|
|
|
|
@click="handleDelete(scope.row.id)"
|
|
|
|
@click="handleDelete(scope.row.id)"
|
|
|
|
|