This commit is contained in:
2025-03-14 16:02:39 +08:00
parent c10d81def8
commit 82b9ce4d55
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,6 @@
<th>申请数量</th>
<th>计划数量</th>
<th>已分配数量</th>
<th>已领数量</th>
<th>批次号</th>
<th>单位</th>
</tr>
@@ -54,7 +53,6 @@
<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>