总净重

This commit is contained in:
2023-08-25 16:35:34 +08:00
parent a3d469e35e
commit 5d9a49bfd9
3 changed files with 15 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
<th>单据号</th>
<th>状态</th>
<th>总重量</th>
<th>总净重</th>
<th>明细数</th>
<th>客户编码</th>
<th>客户名称</th>
@@ -47,6 +48,7 @@
<td>{{e.bill_code}}</td>
<td>{{e.bill_status}}</td>
<td>{{e.total_qty}}</td>
<td>{{e.net_weight_num}}</td>
<td>{{e.detail_count}}</td>
<td>{{e.cust_code}}</td>
<td>{{e.cust_name}}</td>