总净重
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user