单据列表114

This commit is contained in:
2025-03-11 16:30:08 +08:00
parent 5f12165108
commit c10d81def8
2 changed files with 4 additions and 2 deletions

View File

@@ -38,6 +38,7 @@
<th>申请数量</th>
<th>计划数量</th>
<th>已分配数量</th>
<th>已领数量</th>
<th>批次号</th>
<th>单位</th>
</tr>
@@ -53,6 +54,7 @@
<td>{{e.qty}}</td>
<td>{{e.plan_qty}}</td>
<td>{{e.assign_qty}}</td>
<td>{{e.actual_qty}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.unit_name}}</td>
</tr>