工单作业

This commit is contained in:
2023-12-14 16:49:32 +08:00
parent 318adc34a6
commit 34dd46f82b

View File

@@ -27,25 +27,27 @@
<table class="filter-table">
<tr>
<!-- <th width="4%"></th> -->
<th width="13%">工单日期</th>
<th width="10%">工单号</th>
<th width="12%">计划日期</th>
<th width="7%">班次</th>
<th width="8%">工单号</th>
<th width="7%">状态</th>
<th width="10%">设备</th>
<th width="9%">设备</th>
<!-- <th width="8%">物料名称</th> -->
<th width="9%">物料规格</th>
<!-- <th width="10%">工序</th> -->
<th width="9%">计划生产</th>
<th width="9%">电气数量</th>
<th width="9%">待生产</th>
<th width="9%">已生产</th>
<th width="8%">计划生产</th>
<th width="8%">电气数量</th>
<th width="8%">待生产</th>
<th width="8%">已生产</th>
<th width="4%">是否搬运</th>
<th width="13%">开工时间</th>
<th width="12%">开工时间</th>
</tr>
<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>{{e.create_time}}</td>
<td>{{e.planproducestart_date}}</td>
<td>{{ ['白班', '夜班'][Number(e.shift_type_scode) - 1] }}</td>
<td>{{e.workorder_code}}</td>
<td>{{e.workorder_status_name}}</td>
<td>{{e.device_code}}</td>