-
钢卷 {{ detail && detail.id }}
-
库位{{ detail && detail.posKey }} · 第 {{ detail && detail.layer }} 层
-
钢卷号{{ detail && detail.id }}
-
钢种{{ detail && detail.grade }}
-
宽度×外径{{ detail && (detail.width + ' × Ø' + detail.od) }}
-
重量(t){{ detail && detail.weight }}
-
扫码状态{{ detail && scanText(detail.scan) }}
+
钢卷 {{ detail && detail.coilNo }}
+
库位{{ detail && (detail.warehouseName || detail.posKey) }} · 第 {{ detail && detail.layer }} 层
+
钢卷号{{ detail && detail.coilNo }}
+
入库钢卷号{{ detail && (detail.enterCoilNo || '-') }}
+
材质{{ detail && detail.material }}
+
规格{{ detail && detail.specification }}
+
毛重(kg){{ detail && fmtNum(detail.grossWeight) }}
+
净重(kg){{ detail && fmtNum(detail.netWeight) }}
+
质量状态{{ detail && detail.qualityStatus }}
+
+
移库信息
+
+ | 时间 | 库位 | 操作 | 出入库 |
+
+
+ | {{ m.time }} |
+ {{ m.warehouse }} |
+ {{ m.operationType }} |
+ {{ m.inOutType }} |
+
+
+
+
暂无移库记录
+
+
生产追溯
+
+
+
+ {{ step.action }}
+ {{ step.time }}
+
+
操作员:{{ step.operation }}
+
+
+ {{ c.currentCoilNo }}
+
+
+
+
+
暂无追溯数据