fix:交接班日志报表内容修正
This commit is contained in:
parent
d2f5432095
commit
c1ec453081
|
|
@ -205,7 +205,7 @@
|
|||
</td>
|
||||
<td class="numCell">停机时长(h)</td>
|
||||
<td class="numCell">
|
||||
{{ reportItem.shut_hour }}
|
||||
{{ reportItem.shut_sec }}
|
||||
</td>
|
||||
<td class="numCell">煤磨分布电耗(KW·h/t)</td>
|
||||
<td class="numCell">
|
||||
|
|
@ -229,6 +229,8 @@
|
|||
{{ reportItem.煤粉_水分_rate_pass * 100 }}
|
||||
</td>
|
||||
<td class="numCell" v-else>0</td>
|
||||
<td class="numCell"></td>
|
||||
<td class="numCell"></td>
|
||||
</tr>
|
||||
<tr v-if="sflogexpList.length > 0">
|
||||
<td
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@
|
|||
</td>
|
||||
<td class="numCell">停机时长(h)</td>
|
||||
<td class="numCell">
|
||||
{{ reportItem.shut_hour }}
|
||||
{{ reportItem.shut_sec }}
|
||||
</td>
|
||||
<td class="numCell">
|
||||
单位产品分布电耗(KW·h/t)
|
||||
|
|
@ -224,25 +224,17 @@
|
|||
<td class="numCell">熟料立升重合格率(%)</td>
|
||||
<td
|
||||
class="numCell"
|
||||
v-if="reportItem.入磨熟料_立升重_rate_pass"
|
||||
v-if="reportItem.出窑熟料_立升重_rate_pass"
|
||||
>
|
||||
{{
|
||||
reportItem.入磨熟料_立升重_rate_pass *
|
||||
100
|
||||
}}
|
||||
{{reportItem.出窑熟料_立升重_rate_pass *100}}
|
||||
</td>
|
||||
<td class="numCell" v-else>0</td>
|
||||
<td class="numCell">熟料f-CaO合格率(%)</td>
|
||||
<td
|
||||
class="numCell"
|
||||
v-if="
|
||||
reportItem['入磨熟料_f-CaO_rate_pass']
|
||||
"
|
||||
v-if="reportItem.出窑熟料_f-CaO_rate_pass"
|
||||
>
|
||||
{{
|
||||
reportItem["入磨熟料_f-CaO_rate_pass"] *
|
||||
100
|
||||
}}
|
||||
{{reportItem.出窑熟料_f-CaO_rate_pass*100}}
|
||||
</td>
|
||||
<td class="numCell" v-else>0</td>
|
||||
</tr>
|
||||
|
|
@ -252,9 +244,7 @@
|
|||
class="numCell"
|
||||
v-if="reportItem.入窑生料_细度_rate_pass"
|
||||
>
|
||||
{{
|
||||
reportItem.入窑生料_细度_rate_pass * 100
|
||||
}}
|
||||
{{reportItem.入窑生料_细度_rate_pass * 100}}
|
||||
</td>
|
||||
<td class="numCell" v-else>0</td>
|
||||
<td class="numCell">入窑生料CaO合格率(%)</td>
|
||||
|
|
@ -262,9 +252,7 @@
|
|||
class="numCell"
|
||||
v-if="reportItem.入窑生料_CaO_rate_pass"
|
||||
>
|
||||
{{
|
||||
reportItem.入窑生料_CaO_rate_pass * 100
|
||||
}}
|
||||
{{reportItem.入窑生料_CaO_rate_pass * 100}}
|
||||
</td>
|
||||
<td class="numCell" v-else>0</td>
|
||||
<td class="numCell">
|
||||
|
|
@ -274,10 +262,7 @@
|
|||
class="numCell"
|
||||
v-if="reportItem.入窑生料_Fe2O3_rate_pass"
|
||||
>
|
||||
{{
|
||||
reportItem.入窑生料_Fe2O3_rate_pass *
|
||||
100
|
||||
}}
|
||||
{{reportItem.入窑生料_Fe2O3_rate_pass *100}}
|
||||
</td>
|
||||
<td class="numCell" v-else>0</td>
|
||||
</tr>
|
||||
|
|
@ -313,7 +298,7 @@
|
|||
<td class="numCell">处置人</td>
|
||||
</tr>
|
||||
<tr v-for="item in sflogexpList" :key="item.id">
|
||||
<td class="numCell">{{ item.happen_time }}</td>
|
||||
<td class="numCell">{{ item.sflog_.work_date }}</td>
|
||||
<td class="numCell">{{ item.cate }}</td>
|
||||
<td class="numCell">{{ item.reason }}</td>
|
||||
<td class="numCell">{{ item.measure }}</td>
|
||||
|
|
|
|||
|
|
@ -206,30 +206,48 @@
|
|||
</td>
|
||||
<td class="numCell">停机时长(h)</td>
|
||||
<td class="numCell">
|
||||
{{ reportItem.shut_hour }}
|
||||
{{ reportItem.shut_sec }}
|
||||
</td>
|
||||
<td class="numCell">煤磨分布电耗(KW·h/t)</td>
|
||||
<td class="numCell">分布电耗(KW·h/t)</td>
|
||||
<td class="numCell">
|
||||
{{ reportItem.elec_consume_unit }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="numCell">煤粉细度合格率(%)</td>
|
||||
<td class="numCell">SO3合格率(%)</td>
|
||||
<td
|
||||
class="numCell"
|
||||
v-if="reportItem.煤粉_细度_rate_pass"
|
||||
v-if="reportItem.出磨水泥_SO3_rate_pass"
|
||||
>
|
||||
{{ reportItem.煤粉_细度_rate_pass * 100 }}
|
||||
{{ reportItem.出磨水泥_SO3_rate_pass * 100 }}
|
||||
</td>
|
||||
<td class="numCell" v-else>0</td>
|
||||
<td class="numCell">煤粉水分合格率(%)</td>
|
||||
<td class="numCell">比表面积合格率(%)</td>
|
||||
<td
|
||||
class="numCell"
|
||||
v-if="reportItem.煤粉_水分_rate_pass"
|
||||
v-if="reportItem.出磨水泥_比表面积_rate_pass"
|
||||
>
|
||||
{{ reportItem.煤粉_水分_rate_pass * 100 }}
|
||||
{{ reportItem.出磨水泥_比表面积_rate_pass * 100 }}
|
||||
</td>
|
||||
<td class="numCell" v-else>0</td>
|
||||
<td class="numCell">掺量合格率(%)</td>
|
||||
<td
|
||||
class="numCell"
|
||||
v-if="reportItem.出磨水泥_掺量_rate_pass"
|
||||
>
|
||||
{{ reportItem.出磨水泥_掺量_rate_pass * 100 }}
|
||||
</td>
|
||||
<td class="numCell" v-else>0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="numCell">单位成本(元/吨)</td>
|
||||
<td class="numCell">
|
||||
{{ reportItem.production_cost_unit }}
|
||||
</td>
|
||||
<td class="numCell"></td>
|
||||
<td class="numCell"></td>
|
||||
<td class="numCell"></td>
|
||||
<td class="numCell"></td>
|
||||
</tr>
|
||||
<tr v-if="sflogexpList.length > 0">
|
||||
<td
|
||||
|
|
|
|||
|
|
@ -196,6 +196,8 @@
|
|||
<td class="numCell">
|
||||
{{ reportItem.elec_consume_unit }}
|
||||
</td>
|
||||
<td class="numCell"></td>
|
||||
<td class="numCell"></td>
|
||||
</tr>
|
||||
<tr v-if="sflogexpList.length > 0">
|
||||
<td
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@
|
|||
</td>
|
||||
<td class="numCell">停机时长(h)</td>
|
||||
<td class="numCell">
|
||||
{{ reportItem.shut_hour }}
|
||||
{{ reportItem.shut_sec }}
|
||||
</td>
|
||||
<td class="numCell">
|
||||
当期单位产品电耗(kW·h/t)
|
||||
|
|
|
|||
Loading…
Reference in New Issue