空载具管理

This commit is contained in:
2026-01-05 17:01:08 +08:00
parent 124f3ca87e
commit b6272f3877
22 changed files with 3451 additions and 4 deletions

View File

@@ -37,21 +37,33 @@
<thead>
<tr>
<th>序号</th>
<th>点位</th>
<th>物料编码</th>
<th>物料名称</th>
<th>批号</th>
<th>数量</th>
<th>单位</th>
<th>供应商</th>
<th>类别</th>
<th>规格</th>
<th>型号</th>
<th>载具</th>
</tr>
</thead>
<tbody>
<tr v-for="(e, i) in dataList" :key="i">
<td>{{i+1}}</td>
<td>{{e.point_code}}</td>
<td>{{e.material_code}}</td>
<td>{{e.material_name}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.qty}}</td>
<td>{{e.unit}}</td>
<td>{{e.gys}}</td>
<td>{{e.leibie}}</td>
<td>{{e.guige}}</td>
<td>{{e.xinghao}}</td>
<td>{{e.zaiju}}</td>
</tr>
</tbody>
</table>