|
|
|
@ -352,7 +352,7 @@ |
|
|
|
<el-dialog |
|
|
|
title="批量新增工序" |
|
|
|
:visible.sync="batchAddDialogVisible" |
|
|
|
width="660px" |
|
|
|
width="650px" |
|
|
|
:close-on-click-modal="false"> |
|
|
|
|
|
|
|
<el-form label-position="top"> |
|
|
|
@ -412,7 +412,7 @@ |
|
|
|
|
|
|
|
<el-table-column label="操作" width="80" align="center" fixed="right"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<a type="text" size="small" @click="setBatchProcessApprovers(scope.row, scope.$index)"> |
|
|
|
<a type="text" v-if="!scope.row.matched" @click="setBatchProcessApprovers(scope.row, scope.$index)"> |
|
|
|
设置 |
|
|
|
</a> |
|
|
|
<a type="text" size="small" style="color: #F56C6C;" @click="removeBatchProcess(scope.$index)"> |
|
|
|
|