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