|
|
@@ -25,21 +25,21 @@
|
|
|
<td style="border:0">
|
|
|
<div class="littleFont">成本<span style="color:#27e6ff">(总能耗)</span></div>
|
|
|
<div style="font-size: 32px;font-weight: bold;">
|
|
|
- <NumberAnimation :value="costTotalTrans(deviceStatData.avgMonth.costTotal)" :decimal="0" />
|
|
|
+ <NumberAnimation :value="costTotalTrans(deviceStatData.avgMonth.costTotal)" :decimal="2" />
|
|
|
<span style="font-size: 12px;">{{ deviceStatData.avgMonth.costTotal>10000?'万元/日':'元/日' }}</span>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td style="border:0;padding-left: 40px;">
|
|
|
<div class="littleFont">经编<span style="color:#27e6ff">(单位能耗)</span></div>
|
|
|
<div style="font-size:24px;font-weight:bold;height: 38px;line-height: 48px;color: #fbc16b;">
|
|
|
- <NumberAnimation :value="deviceStatData.avgMonth.costJb" :decimal="0" />
|
|
|
+ <NumberAnimation :value="deviceStatData.avgMonth.costJb" :decimal="2" />
|
|
|
<span style="font-size: 12px;"> 元/米</span>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td style="border:0;padding-left: 40px;">
|
|
|
<div class="littleFont">染整<span style="color:#27e6ff">(单位能耗)</span></div>
|
|
|
<div style="font-size:24px;font-weight:bold;height: 38px;line-height: 48px;color: #fbc16b;">
|
|
|
- <NumberAnimation :value="deviceStatData.avgMonth.costRz" :decimal="0" />
|
|
|
+ <NumberAnimation :value="deviceStatData.avgMonth.costRz" :decimal="2" />
|
|
|
<span style="font-size: 12px;"> 元/米</span>
|
|
|
</div>
|
|
|
</td>
|
|
|
@@ -54,7 +54,7 @@
|
|
|
<td style="border:0;padding-left: 40px;">
|
|
|
<div class="littleFont">经编<span style="color:#27e6ff">(平均嫁动率)</span></div>
|
|
|
<div style="font-size:24px;font-weight:bold;height: 38px;line-height: 48px;color: #27e6ff;">
|
|
|
- <NumberAnimation :value="deviceStatData.avgMonth.jdl" :decimal="0" />
|
|
|
+ <NumberAnimation :value="deviceStatData.avgMonth.jdl" :decimal="2" />
|
|
|
<span style="font-size: 12px;"> %</span>
|
|
|
</div>
|
|
|
</td>
|
|
|
@@ -245,7 +245,7 @@ export default {
|
|
|
})();
|
|
|
}
|
|
|
MarkerMapFac["FAC"] = {};
|
|
|
-
|
|
|
+
|
|
|
|
|
|
}catch(e){
|
|
|
window.location.reload();
|
|
|
@@ -302,7 +302,7 @@ export default {
|
|
|
})
|
|
|
*/
|
|
|
return;
|
|
|
- }
|
|
|
+ }
|
|
|
deviceStatData.value = res.data;
|
|
|
LoadSCLine(buttonCode1.value=='' ? 'Length':buttonCode1.value);
|
|
|
LoadUsedLine(buttonCode2.value==''?'price':buttonCode2.value);
|