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

@@ -43,25 +43,25 @@
<div class="grid_wraper">
<table class="filter-table">
<tr>
<th width="4%"></th>
<!-- <th width="4%"></th> -->
<th width="8%">工单日期</th>
<th width="8%">工单号</th>
<th width="7%">设备</th>
<th width="4%">状态</th>
<th width="8%">物料名称</th>
<th width="5%">状态</th>
<th width="9%">物料名称</th>
<th width="8%">物料规格</th>
<th width="5%">工序</th>
<th width="8%">工单数量</th>
<th width="8%">实际数量</th>
<th width="8%">报废数量</th>
<th width="8%">报修数量</th>
<th width="8%">开始时间</th>
<th width="8%">开始时间</th>
<th width="9%">开始时间</th>
<th width="9%">开始时间</th>
</tr>
<tr v-for="e in dataList" :key="e.workorder_id">
<td>
<tr v-for="e in dataList" :key="e.workorder_id" :class="{'selected_icon': pkId === e.workorder_id}" @click="toRadio(e)">
<!-- <td>
<button class="iconfont select_icon" :class="{'selected_icon': pkId === e.workorder_id}" @click="toRadio(e)"></button>
</td>
</td> -->
<td>{{e.create_time}}</td>
<td>{{e.workorder_code}}</td>
<td>{{e.device_code}}</td>