入场钢卷号:
{{ currentInfo.enterCoilNo || '—' }}
当前钢卷号:
{{ currentInfo.currentCoilNo || '—' }}
厂家原料卷号:
{{ currentInfo.supplierCoilNo || '—' }}
班组:
{{ currentInfo.team || '—' }}
物品类型:
{{ getItemTypeText(currentInfo.itemType) }}
物料名称:
{{ currentInfo.itemName || '—' }}
毛重:
{{ currentInfo.grossWeight ? currentInfo.grossWeight + ' t' : '—' }}
净重:
{{ currentInfo.netWeight ? currentInfo.netWeight + ' t' : '—' }}
长度:
{{ currentInfo.length ? currentInfo.length + ' m' : '—' }}
调制度:
{{ currentInfo.temperGrade || '—' }}
镀层种类:
{{ currentInfo.coatingType || '—' }}
逻辑库区:
{{ currentInfo.nextWarehouseName || '—' }}
备注:
{{ currentInfo.remark }}