京源生产监控平台
{{ i }}
编号
生产任务
成品名称
计划数量
实际数量
差异值
完成率
{{ item.no }}
{{ item.orderCode }}
{{ item.materialName }}
{{ item.planAmount }}
{{ item.completeAmount }}
{{ item.quantityAmount }}
{{ item.finishingRate }}%
编号
订单号
工序名称
开始时间
结束时间
生产用时
{{ item.processId }}
{{ item.planCode }}
{{ item.processName }}
{{
parseTime(item.realBeginTime,'{m}-{d} {h}:{i}:{s}')
}}
{{
parseTime(item.realEndTime,'{m}-{d} {h}:{i}:{s}')
}}
{{ (Math.abs(new Date(item.realEndTime) - new Date(item.realBeginTime))/(1000*60*60)).toFixed(2) }}时
{{ topData.planAmount[0] }}
{{ topData.planAmount[1] }}
{{ topData.planAmount[2] }}
{{ topData.planAmount[3] }}
{{ topData.completeAmount[0] }}
{{ topData.completeAmount[1] }}
{{ topData.completeAmount[2] }}
{{ topData.completeAmount[3] }}
{{ topData.diff[0] }}
{{ topData.diff[1] }}
{{ topData.diff[2] }}
{{ topData.diff[3] }}
{{ topData.rate[0] }}
{{ topData.rate[1] }}
{{ topData.rate[2] }}
%