Kaynağa Gözat

Merge branch 'master' of http://94.191.59.107:3000/wukai/twin2025-mod

liling 3 hafta önce
ebeveyn
işleme
88664a39ca
2 değiştirilmiş dosya ile 1793 ekleme ve 1738 silme
  1. 6 6
      src/pages/components/Fac.vue
  2. 1787 1732
      src/pages/components/In02.vue

+ 6 - 6
src/pages/components/Fac.vue

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

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1787 - 1732
src/pages/components/In02.vue


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor