刻字工序
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<th>物料规格</th>
|
||||
<th>重量(kg)</th>
|
||||
<th>数量</th>
|
||||
<th>单重(g)</th>
|
||||
<th>物料编号</th>
|
||||
<th>入库时间</th>
|
||||
<th>是否已挑料</th>
|
||||
@@ -33,6 +34,7 @@
|
||||
<td>{{e.material_spec}}</td>
|
||||
<td>{{e.canuse_qty | unitskg}}</td>
|
||||
<td>{{ e.m_qty }}</td>
|
||||
<td>{{ e.unit_weight | numeric(3) }}</td>
|
||||
<td>{{ e.material_code }}</td>
|
||||
<td>{{ e.instorage_time }}</td>
|
||||
<td>{{ e.is_pick === true ? '是' : '否' }}</td>
|
||||
|
||||
Reference in New Issue
Block a user