Browse Source

用户输入RFID前道+绑定+Converting可以批量新增工序

master
han\hanst 3 weeks ago
parent
commit
f9903bbe05
  1. 4
      src/views/modules/erf/components/expTriConfirm.vue

4
src/views/modules/erf/components/expTriConfirm.vue

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

Loading…
Cancel
Save