|
|
@@ -60,7 +60,7 @@
|
|
|
<el-button v-if="(row.taskNodeName ==='人工上料' || row.taskNodeName ==='人工下料') && row.exeStatus === '2' && row.sendStatus == 0" size="mini" type="info" >需要人工操作物料</el-button>
|
|
|
<el-button v-if="row.taskNodeName !='人工上料' && row.taskNodeName !='人工下料' && row.exeStatus === '2' && row.sendStatus == 0" size="mini" type="danger" @click="resendCommand(row)">指令重发</el-button>
|
|
|
<!-- <el-button v-if="row.exeStatus === '1'" type="primary" size="mini" @click="cancelTaskNodeLog(row)">取消任务</el-button> -->
|
|
|
- <el-button v-if="(row.exeStatus === '2' && row.sendStatus == 1 && row.exeResult != 1) || (row.exeStatus === '2' && row.sendStatus == 2 && row.exeResult != 1)" type="warning" size="mini" @click="taskNodeCallback(row)">模拟回调</el-button>
|
|
|
+ <el-button v-if="(row.exeStatus === '2' && row.sendStatus != 0 && row.exeResult != 1) || row.feedback==='imcsTOccsEnable' " type="warning" size="mini" @click="taskNodeCallback(row)">模拟回调</el-button>
|
|
|
|
|
|
<el-tooltip
|
|
|
class="item"
|