空管出库

This commit is contained in:
2023-04-28 13:36:42 +08:00
parent 4adde25d8a
commit c07ce1814b

View File

@@ -22,14 +22,14 @@
<thead>
<tr>
<th>设备</th>
<th>物料编码</th>
<th>物料名称</th>
<th>数量</th>
</tr>
</thead>
<tbody>
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.device_code === pkId}">
<td>{{e.device_code}}</td>
<td>{{e.material_code}}</td>
<td>{{e.material_name}}</td>
<td>{{e.qty}}</td>
</tr>
</tbody>