作业管理
This commit is contained in:
@@ -20,24 +20,30 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>载具编码</th>
|
||||
<th>载具号</th>
|
||||
<th>载具号2</th>
|
||||
<th>批次</th>
|
||||
<th>物料编码</th>
|
||||
<th>物料名称</th>
|
||||
<th>物料规格</th>
|
||||
<th>物料类型</th>
|
||||
<th>重量</th>
|
||||
<th>起点1</th>
|
||||
<th>终点1</th>
|
||||
<th>起点2</th>
|
||||
<th>终点2</th>
|
||||
<th>状态</th>
|
||||
<th>作业号</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList" :key="i" @tap="toChek(e)" :class="{'checked': pkId === e.task_code}">
|
||||
<td>{{e.vehicle_code}}</td>
|
||||
<td>{{e.vehicle_code2}}</td>
|
||||
<td>{{e.pcsn}}</td>
|
||||
<td>{{e.material_code}}</td>
|
||||
<td>{{e.material_name}}</td>
|
||||
<td>{{e.material_spec}}</td>
|
||||
<td>{{e.material_type}}</td>
|
||||
<td>{{e.qty}}</td>
|
||||
<td>{{e.point_code1}}</td>
|
||||
<td>{{e.point_code2}}</td>
|
||||
<td>{{e.point_code3}}</td>
|
||||
<td>{{e.point_code4}}</td>
|
||||
<td>{{e.task_status}}</td>
|
||||
<td>{{e.task_code}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user