入场钢卷号:
{{ currentInfo.enterCoilNo || '—' }}
当前钢卷号:
{{ currentInfo.currentCoilNo || '—' }}
厂家原料卷号:
{{ currentInfo.supplierCoilNo || '—' }}
班组:
{{ currentInfo.team || '—' }}
物品类型:
{{ getItemTypeText(currentInfo.itemType) }}
物料名称:
{{ currentInfo.itemName || '—' }}
规格:
{{ currentInfo.specification || '—' }}
材质:
{{ currentInfo.material || '—' }}
原料材质:
{{ currentInfo.packingStatus || '—' }}
钢卷表面处理:
{{ currentInfo.coilSurfaceTreatment || '—' }}
厂家:
{{ currentInfo.manufacturer || '—' }}
表面处理:
{{ currentInfo.surfaceTreatmentDesc || '—' }}
毛重:
{{ currentInfo.grossWeight ? currentInfo.grossWeight + ' t' : '—' }}
净重:
{{ currentInfo.netWeight ? currentInfo.netWeight + ' t' : '—' }}
长度:
{{ currentInfo.length ? currentInfo.length + ' m' : '—' }}
调制度:
{{ currentInfo.temperGrade || '—' }}
镀层种类:
{{ currentInfo.coatingType || '—' }}
逻辑库区:
{{ currentInfo.warehouseName || '—' }}
备注:
{{ currentInfo.remark }}