刻字工序单位

This commit is contained in:
2023-08-15 14:57:57 +08:00
parent 38de4b7a23
commit d06b818eef

View File

@@ -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>