This commit is contained in:
2025-07-31 15:51:31 +08:00
parent 9206d0d0e4
commit bbe20e936e
3 changed files with 7 additions and 7 deletions

View File

@@ -38,10 +38,10 @@
<th>库位</th>
<th>载具编码</th>
<th>物料名称</th>
<th>数量</th>
<th>物料规格</th>
<th>物料编码</th>
<th>批次号</th>
<th>数量</th>
<th>单位</th>
</tr>
</thead>
<tbody>
@@ -49,10 +49,10 @@
<td>{{e.struct_code}}</td>
<td>{{e.storagevehicle_code}}</td>
<td>{{e.material_name}}</td>
<td>{{e.qty}}</td>
<td>{{e.material_spec}}</td>
<td>{{e.material_code}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.qty}}</td>
<td>{{e.qty_unit_name}}</td>
</tr>
</tbody>
</table>