任务管理grid
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>任务号</th>
|
||||
<th>物料编码</th>
|
||||
<th>载具1</th>
|
||||
<th>载具2</th>
|
||||
<th>载具编码</th>
|
||||
<th>取货点1</th>
|
||||
<th>放货点1</th>
|
||||
@@ -34,6 +37,9 @@
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.task_code === pkId}">
|
||||
<td>{{e.task_code}}</td>
|
||||
<td>{{e.material_code}}</td>
|
||||
<td>{{e.vehicle_code}}</td>
|
||||
<td>{{e.vehicle_code2}}</td>
|
||||
<td>{{e.vehicle_code}}</td>
|
||||
<td>{{e.point_code1}}</td>
|
||||
<td>{{e.point_code2}}</td>
|
||||
|
||||
Reference in New Issue
Block a user