+
+ 入场钢卷号:
+ {{ motherCoil.enterCoilNo || '—' }}
+
+
+ 当前钢卷号:
+ {{ motherCoil.currentCoilNo || '—' }}
+
+
+ 当前库区:
+ {{ motherCoil.warehouseName || '未分配' }}
+
+
+ 班组:
+ {{ motherCoil.team || '—' }}
+
+
+ 物料名称:
+ {{ motherCoil.materialName || motherCoil.productName || '—' }}
+
+
+ 毛重:
+ {{ motherCoil.grossWeight ? motherCoil.grossWeight + ' t' : '—' }}
+
+
+ 净重:
+ {{ motherCoil.netWeight ? motherCoil.netWeight + ' t' : '—' }}
+
+
+
+
+ 参数信息
+
+
+ {{ param.attrKey }}:
+ {{ param.attrValue }}
+
+
+
+