{{ item.text }}
⟳
Socket
{{ isConnected ? '已连接' : '未连接' }}
更新时间
{{ lastUpdateTime }}
设备数
{{ deviceDefs.length }}
折线图
{{ isChartPaused ? '已暂停刷新' : '实时刷新中' }}
入口段(实时)
{{ it.label || getFieldLabel(it.field) }}
{{ getRealtimeValueBySource('ENTRY', it.field) }}
{{ it.unit || getFieldUnit(it.field) }}
退火炉段(实时)
{{ it.label || getFieldLabel(it.field) }}
{{ getRealtimeValueBySource('FURNACE', it.field) }}
{{ it.unit || getFieldUnit(it.field) }}
后处理/涂层段(实时)
{{ 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) }}
当前生产情况
{{ currentPlan.exitMatId || '—' }}
{{ currentPlan.steelGrade || '—' }}
{{ formatNum(currentPlan.exitThickness) }} × {{ formatNum(currentPlan.exitWidth) }}
{{ formatNum(currentPlan.exitLength) }}
{{ formatNum(currentPlan.exitWeight) }}
暂无当前生产计划数据。
生产实绩汇总
钢卷总数
{{ reportSummary.coilCount || 0 }}
卷
总实际重量
{{ formatNum(reportSummary.totalActualWeight) }}
t
成材率
{{ reportSummary.yieldRate != null ? (reportSummary.yieldRate * 100).toFixed(1) : '—' }}
%
暂无实绩汇总数据。
生产实绩明细
{{ item.exitMatId }}
{{ 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.duration }}
{{ item.area || '—' }}/{{ item.seton || '—' }}
{{ item.remark || '—' }}
暂无停机记录。