{{ item.text }}
⟳
网络状态
{{ isConnected ? '已连接' : '未连接' }}
更新
{{ lastUpdateTime }}
设备数
{{ deviceDefs.length }}
带钢状态
带钢位置
{{ getRealtimeValueBySource('ENTRY', 'stripLocation') }}
m
{{ stripLocationProgress.toFixed(1) }}%
带钢速度
{{ getRealtimeValueBySource('ENTRY', 'stripSpeed') }}
m/min
入口段
{{ it.label || getFieldLabel(it.field) }}
{{ getRealtimeValueBySource('ENTRY', it.field) }}
{{ it.unit || getFieldUnit(it.field) }}
退火炉段
{{ it.label || getFieldLabel(it.actualField) }}
{{ getRealtimeValueBySource('FURNACE', it.actualField) }}
{{ it.unit || getFieldUnit(it.actualField) }}
设定: {{ getRealtimeValueBySource('FURNACE', it.setField) }}
后处理/涂层段
{{ it.label || getFieldLabel(it.field) }}
{{ getRealtimeValueBySource('COAT', it.field) }}
{{ it.unit || getFieldUnit(it.field) }}
出口段
{{ it.label || getFieldLabel(it.field) }}
{{ getRealtimeValueBySource('EXIT', it.field) }}
{{ it.unit || getFieldUnit(it.field) }}
生产实绩汇总
钢卷总数
{{ reportSummary.coilCount || 0 }}
卷
总实际重量
{{ formatNum(reportSummary.totalActualWeight) }}
t
成材率
{{ reportSummary.yieldRate != null ? (reportSummary.yieldRate * 100).toFixed(1) : '—' }}
%
暂无实绩汇总数据。
生产实绩明细
原料卷号
{{ item.entryMatId || '—' }}
班/组
{{ item.groupNo || '—' }} / {{ item.shiftNo || '—' }}
规格
{{ formatNum(item.exitThickness) }} × {{ formatNum(item.exitWidth) }}
长度
{{ formatNum(item.exitLength) }} m
重量
{{ formatNum(item.actualWeight) }} t
暂无生产明细记录。
停机记录
{{ stoppageMonthLabel }}
开始时间
{{ item.startDate || '—' }}
结束时间
{{ item.endDate || '—' }}
区域
{{ item.area || '—' }}
设备
{{ item.seton || '—' }}
原因
暂无停机记录。