add material_spec

This commit is contained in:
2023-07-04 17:39:45 +08:00
parent 89ce1ba246
commit 9049f129ef
2 changed files with 4 additions and 0 deletions

View File

@@ -63,6 +63,7 @@
<th>序号</th>
<th>物料编号</th>
<th>物料名称</th>
<th>物料规格</th>
<th>入库数量</th>
<th>单位</th>
<th>箱号</th>
@@ -75,6 +76,7 @@
<td>{{i + 1}}</td>
<td>{{e.material_code}}</td>
<td>{{e.material_name}}</td>
<td>{{e.material_spec}}</td>
<td>{{e.sale_qty}}</td>
<td>{{e.qty_unit_name}}</td>
<td>{{e.bucketunique}}</td>

View File

@@ -46,6 +46,7 @@
<th>箱号</th>
<th>物料编码</th>
<th>物料名称</th>
<th>物料规格</th>
<th>数量</th>
<th>单位</th>
</tr>
@@ -62,6 +63,7 @@
<td>{{e.bucketunique}}</td>
<td>{{e.material_code}}</td>
<td>{{e.material_name}}</td>
<td>{{e.material_spec}}</td>
<td>{{e.sale_qty | numeric(3)}}</td>
<td>{{e.qty_unit_name}}</td>
</tr>