This commit is contained in:
2023-06-08 14:55:52 +08:00
parent 83cb43669b
commit c195e29835
7 changed files with 44 additions and 37 deletions

View File

@@ -44,15 +44,15 @@
<div class="grid_wraper">
<table class="filter-table">
<tr>
<th width="4%"></th>
<!-- <th width="4%"></th> -->
<th width="6%">工单号</th>
<th width="6%">设备</th>
<th width="6%">顺序号</th>
<th width="5%">班次</th>
<th width="8%">物料名称</th>
<th width="10%">物料名称</th>
<th width="8%">物料规格</th>
<th width="8%">开始时间</th>
<th width="8%">结束时间</th>
<th width="10%">开始时间</th>
<th width="10%">结束时间</th>
<th width="7%">电气数量</th>
<th width="7%">上报合格数</th>
<th width="7%">上报报废数</th>
@@ -60,10 +60,10 @@
<th width="6%">操作工</th>
<th width="5%">状态</th>
</tr>
<tr v-for="e in dataList" :key="e.macoperate_id">
<td>
<tr v-for="e in dataList" :key="e.macoperate_id" :class="{'selected_icon': pkId === e.workorder_id}" @click="toRadio(e)">
<!-- <td>
<button class="iconfont select_icon" :class="{'selected_icon': pkId === e.macoperate_id}" @click="toRadio(e)"></button>
</td>
</td> -->
<td>{{e.workorder_code}}</td>
<td>{{e.device_code}}</td>
<td>{{e.seq_number}}</td>