|
|
|
|
@ -184,7 +184,7 @@
|
|
|
|
|
<el-button link type="primary"
|
|
|
|
|
@click="handleStatus(scope.row.code, scope.row.id, 'commence', 8, t('ProductionPlan.Plan.actionStartLabel'), scope.row.isZj)"
|
|
|
|
|
v-hasPermi="['mes:plan:update']"
|
|
|
|
|
v-if="(scope.row.status === 1 && scope.row.isPreProduction === 0) || scope.row.status === 6">
|
|
|
|
|
v-if="(scope.row.status === 1 && scope.row.isPreProduction === 0) || scope.row.status === 6 || scope.row.status === 3">
|
|
|
|
|
{{ t('ProductionPlan.Plan.actionStartLabel') }}
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button link type="primary" v-hasPermi="['mes:plan:update']"
|
|
|
|
|
|