瀏覽代碼

王子文 生产日报 查询

wangggziwen 3 年之前
父節點
當前提交
b6db1b3141

+ 12 - 0
master/src/main/java/com/ruoyi/project/production/domain/TDailyProductionReport.java

@@ -1907,6 +1907,10 @@ public class TDailyProductionReport extends BaseEntity
     @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
     private String pguC5YeildPercentage;
 
+    /** $column.columnComment */
+    @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
+    private String pguC5RaffInput;
+
     /** $column.columnComment */
     @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
     private String pguC5Produced;
@@ -6949,6 +6953,14 @@ public class TDailyProductionReport extends BaseEntity
         return pguAeuFeedLoadPercentage;
     }
 
+    public String getPguC5RaffInput() {
+        return pguC5RaffInput;
+    }
+
+    public void setPguC5RaffInput(String pguC5RaffInput) {
+        this.pguC5RaffInput = pguC5RaffInput;
+    }
+
     @Override
     public String toString() {
         return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)

File diff suppressed because it is too large
+ 1 - 0
master/src/main/resources/mybatis/production/TDailyProductionReportMapper.xml


+ 354 - 353
ui/src/views/production/daily/index.vue

@@ -266,8 +266,8 @@
           <td class="bg-yellow-light" rowspan="2">{{reportData.poFluxOilExport}}</td>
           <td class="bg-blue-light">To BD</td>
           <td class="no-border" colspan="7"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuBenzeneToShip}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuBenzeneFrShip}}</td>
         </tr>
         <tr>
           <td class="bg-blue-light">Raffinate II P fr 2PH</td>
@@ -293,7 +293,7 @@
           <td class="bg-blue-light">To U2(nm3)</td>
           <td class="bg-blue-light">Flare loss (T)</td>
           <td class="no-border"></td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuBenzeneToYbs}}</td>
           <td class="bg-yellow-light"></td>
         </tr>
         <tr>
@@ -321,8 +321,8 @@
           <td class="bg-blue-light">To PGU</td>
           <td class="bg-blue-light">Fr YFCC</td>
           <td class="no-border" colspan="6"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuBenzeneToRttf}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuBenzeneToTrain}}</td>
         </tr>
         <tr>
           <td class="bg-blue-light">C3 fr OXO</td>
@@ -351,8 +351,8 @@
           <td class="bg-blue-light">Produced</td>
           <td class="bg-blue-light">Change</td>
           <td class="no-border"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneToShip}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneFrShip}}</td>
         </tr>
         <tr>
           <td class="bg-yellow-light">{{reportData.mixedC3C4}}</td>
@@ -361,8 +361,8 @@
           <td class="bg-yellow-light" rowspan="2">{{reportData.residueOilProduced}}</td>
           <td class="no-border" colspan="8"></td>
           <td class="bg-blue-light" rowspan="2">Benzene</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuBenzeneYeildPercentage}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuBenzeneInventory}}</td>
           <td class="no-border"></td>
           <td class="bg-blue-light">To YPC</td>
           <td class="bg-blue-light">Fr YPC</td>
@@ -370,18 +370,18 @@
         <tr>
           <td class="bg-blue-light">Hy C9</td>
           <td class="no-border" colspan="8"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuBenzeneProduced}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuBenzeneChange}}</td>
           <td class="no-border"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneToYpc}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneFrYpc}}</td>
         </tr>
         <tr>
           <td class="bg-yellow-light">{{reportData.hyC9}}</td>
           <td class="no-border" colspan="11"></td>
           <td class="bg-blue-light" rowspan="2">Toluene</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneYeildPercentage}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneInventory}}</td>
           <td class="no-border"></td>
           <td class="bg-blue-light">To RTTF</td>
           <td class="bg-blue-light">Fr YBS</td>
@@ -389,11 +389,11 @@
         <tr>
           <td class="bg-blue-light">PGU Offgas</td>
           <td class="no-border" colspan="11"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneProduced}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneChange}}</td>
           <td class="no-border"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneToRttf}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneFrYbs}}</td>
         </tr>
         <tr>
           <td class="bg-yellow-light">{{reportData.pguOffgas}}</td>
@@ -402,8 +402,8 @@
           <td class="no-border bg-yellow">{{reportData.pguAeuTH}}</td>
           <td class="no-border"></td>
           <td class="bg-blue-light" rowspan="2">Xylene</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuXyleneYeildPercentage}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuXyleneInventory}}</td>
           <td class="no-border"></td>
           <td class="bg-blue-light">To EU</td>
           <td class="bg-blue-light"></td>
@@ -417,10 +417,10 @@
           <td class="bg-blue-light">Inventory</td>
           <td class="bg-blue-light">Export</td>
           <td class="no-border" colspan="4"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuXyleneProduced}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuXyleneChange}}</td>
           <td class="no-border"></td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuTolueneToEu}}</td>
           <td class="bg-yellow-light"></td>
         </tr>
         <tr>
@@ -432,8 +432,8 @@
           <td class="no-border bg-yellow-light">{{reportData.pguToAeu}}</td>
           <td class="no-border"></td>
           <td class="bg-blue-light" rowspan="2">C6-C8 NA</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuC6C8NaYeildPercentage}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuC6C8NaInventory}}</td>
         </tr>
         <tr>
           <td class="bg-blue-light">Toluene</td>
@@ -445,8 +445,8 @@
           <td class="bg-yellow-light">{{reportData.pguBtxInventory}}</td>
           <td>{{reportData.pguBtxExport}}</td>
           <td class="no-border" colspan="4"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuC6C8NaProduced}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuC6C8NaChange}}</td>
           <td class="no-border"></td>
           <td class="bg-blue-light">To ship</td>
           <td class="bg-blue-light">Fr ship</td>
@@ -462,8 +462,8 @@
           <td class="bg-yellow-light">{{reportData.pguBtxToAeu}}</td>
           <td class="no-border bg-yellow-light">{{reportData.aeuToPgu}}</td>
           <td class="no-border" colspan="5"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuXyleneToShip}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuXyleneFrShip}}</td>
         </tr>
         <tr>
           <td class="bg-blue-light">Hy C4 fr R800</td>
@@ -481,11 +481,11 @@
           <td class="bg-yellow-light no-border">{{reportData.pguToRpg}}</td>
           <td class="no-border" colspan="8"></td>
           <td class="no-border bg-blue-light">total Feed</td>
-          <td class="no-border bg-yellow-light">0</td>
-          <td class="no-border bg-yellow-light">0</td>
+          <td class="no-border bg-yellow-light">{{reportData.aeuTotalFeed}}</td>
+          <td class="no-border bg-yellow-light">{{reportData.pguAeuTotalFeed}}</td>
           <td class="no-border"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuXyleneToYpc}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuXyleneFrYpc}}</td>
         </tr>
         <tr>
           <td class="no-border" colspan="9"></td>
@@ -495,11 +495,11 @@
           <td class="bg-blue-light">To EU</td>
           <td class="no-border" colspan="3"></td>
           <td class="no-border bg-blue-light">output</td>
-          <td class="no-border bg-yellow-light">0</td>
-          <td class="no-border bg-yellow-light">0</td>
+          <td class="no-border bg-yellow-light">{{reportData.aeuOutput}}</td>
+          <td class="no-border bg-yellow-light">{{reportData.pguAeuOutput}}</td>
           <td class="no-border"></td>
           <td class="bg-blue-light">To rttf</td>
-          <td class="bg-blue-light">Fr rttf</td>
+          <td class="bg-blue-light"></td>
         </tr>
         <tr>
           <td class="bg-blue-light" colspan="2">Total input</td>
@@ -512,11 +512,11 @@
           <td class="bg-yellow-light">{{reportData.pguWashoilToEu}}</td>
           <td class="no-border" colspan="3"></td>
           <td class="no-border bg-blue-light">Total loss</td>
-          <td class="no-border bg-yellow-light">0</td>
-          <td class="no-border bg-yellow-light">0</td>
+          <td class="no-border bg-yellow-light">{{reportData.aeuTotalLoss}}</td>
+          <td class="no-border bg-yellow-light">{{reportData.pguAeuTotalLoss}}</td>
           <td class="no-border"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuXyleneToRttf}}</td>
+          <td class="bg-yellow-light"></td>
         </tr>
         <tr>
           <td class="bg-blue-light" colspan="2">Total output</td>
@@ -530,8 +530,8 @@
           <td class="bg-blue-light">To EU</td>
           <td class="no-border" colspan="3"></td>
           <td class="no-border bg-blue-light">loss%</td>
-          <td class="no-border bg-yellow-light">0</td>
-          <td class="no-border bg-yellow-light">0</td>
+          <td class="no-border bg-yellow-light">{{reportData.aeuLossPercentage}}</td>
+          <td class="no-border bg-yellow-light">{{reportData.pguAeuLossPercentage}}</td>
         </tr>
         <tr>
           <td class="bg-blue-light" colspan="2">Total loss</td>
@@ -542,8 +542,8 @@
           <td class="bg-yellow-light">{{reportData.pguOffgasToEu}}</td>
           <td class="no-border" colspan="3"></td>
           <td class="no-border bg-blue">Load%</td>
-          <td class="no-border bg-blue">0</td>
-          <td class="no-border bg-blue">0</td>
+          <td class="no-border bg-blue">{{reportData.aeuFeedLoadPercentage}}</td>
+          <td class="no-border bg-blue">{{reportData.pguAeuFeedLoadPercentage}}</td>
           <td class="no-border"></td>
           <td class="bg-blue-light">To EU</td>
           <td class="bg-blue-light">To YPC</td>
@@ -556,14 +556,14 @@
           <td class="no-border bg-yellow-light">{{reportData.pguTotalFeed}}</td>
           <td class="no-border"></td>
           <td class="bg-blue-light" rowspan="2">C5</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.pguC5YeildPercentage}}</td>
+          <td class="bg-yellow-light">C5 raff input</td>
+          <td class="bg-yellow-light">{{reportData.pguC5Export}}</td>
           <td class="bg-blue-light">To EU</td>
           <td class="bg-blue-light">To Yuanguan</td>
           <td class="no-border" colspan="5"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.aeuC6C8NaToEu}}</td>
+          <td class="bg-yellow-light">{{reportData.aeuC6C8NaToYpc}}</td>
         </tr>
         <tr>
           <td class="bg-blue-light" colspan="2">Total Furnace Feed</td>
@@ -572,11 +572,11 @@
           <td class="no-border bg-blue-light">output</td>
           <td class="no-border bg-yellow-light">{{reportData.pguOutput}}</td>
           <td class="no-border"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.pguC5Produced}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC5RaffInput}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC5ToAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC5ToEu}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC5ToYuanguan}}</td>
         </tr>
         <tr>
           <td class="bg-blue-light" colspan="2">NAP fr CLTF</td>
@@ -586,9 +586,9 @@
           <td class="no-border bg-yellow-light">{{reportData.pguTotalLoss}}</td>
           <td class="no-border"></td>
           <td class="bg-blue-light" rowspan="2">C9</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.pguC9YeildPercentage}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC9Inventory}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC9Export}}</td>
           <td class="bg-blue-light">To RTTF</td>
           <td class="bg-blue-light">To ship</td>
           <td class="bg-blue-light">To YFCC</td>
@@ -600,12 +600,12 @@
           <td class="no-border bg-blue-light">loss%</td>
           <td class="no-border bg-yellow-light">{{reportData.pguLossPercentage}}</td>
           <td class="no-border"></td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow-light">{{reportData.pguC9Produced}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC9Change}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC9ToAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC9ToRttf}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC9ToShip}}</td>
+          <td class="bg-yellow-light">{{reportData.pguC9ToYfcc}}</td>
         </tr>
         <tr>
           <td class="bg-blue-light" colspan="2">Plant mode is</td>
@@ -655,12 +655,12 @@
           <td class="bg-blue-dark">Consumption</td>
           <td class="bg-blue-dark">Consumption</td>
           <td class="bg-blue-dark">Consumption</td>
-          <td class="bg-green-blue-neon">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
+          <td class="bg-green-blue-neon">{{reportData.sctfStorageTotalC2}}</td>
+          <td class="bg-purple-light">{{reportData.sctfStorageTk1061}}</td>
+          <td class="bg-purple-light">{{reportData.sctfStorageTk1062}}</td>
+          <td class="bg-purple-light">{{reportData.sctfStorageTk1063}}</td>
+          <td class="bg-purple-light">{{reportData.sctfStorageTk1064}}</td>
+          <td class="bg-purple-light">{{reportData.sctfStorageTk1065Off}}</td>
         </tr>
         <tr>
           <td class="bg-blue-dark">TOE/unit</td>
@@ -683,44 +683,44 @@
         <tr>
           <td class="bg-blue-dark">HHP</td>
           <td class="bg-blue-dark">t</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-green-blue-neon">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
+          <td class="bg-purple-light">{{reportData.hhpToe}}</td>
+          <td class="bg-purple-light">{{reportData.hhpTce}}</td>
+          <td class="bg-purple-light">{{reportData.hhpPre}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpSub}}</td>
+          <td class="bg-yellow-light">{{reportData.hhpBcc}}</td>
+          <td class="bg-green-blue-neon">{{reportData.sctfStorageTotalC3}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1011}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1012}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1013}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1014}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1040Off}}</td>
         </tr>
         <tr>
           <td class="bg-blue-dark">NG</td>
           <td class="bg-blue-dark">Km3</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-purple-light">{{reportData.ngToe}}</td>
+          <td class="bg-purple-light">{{reportData.ngTce}}</td>
+          <td class="bg-purple-light">{{reportData.ngPre}}</td>
+          <td class="bg-yellow-light">{{reportData.ngCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.ngCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.ngCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.ngCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.ngPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.ngPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.ngPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.ngPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.ngSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.ngSub}}</td>
+          <td class="bg-yellow-light">{{reportData.ngBcc}}</td>
           <td class="bg-blue-light">TK1120(LPG)</td>
           <td class="bg-blue-light">TK1111(C4's)</td>
           <td class="bg-blue-light">TK1520(RPG)</td>
@@ -731,44 +731,44 @@
         <tr>
           <td class="bg-blue-dark">Fuel Gas(offags)</td>
           <td class="bg-blue-dark">t</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-green">0</td>
-          <td class="bg-blue-light">0</td>
+          <td class="bg-purple-light">{{reportData.fuelGasOffgasToe}}</td>
+          <td class="bg-purple-light">{{reportData.fuelGasOffgasTce}}</td>
+          <td class="bg-purple-light">{{reportData.fuelGasOffgasPre}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasSub}}</td>
+          <td class="bg-yellow-light">{{reportData.fuelGasOffgasBcc}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1020Lpg}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1111C4s}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1520Rpg}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1350Po}}</td>
+          <td class="bg-green">{{reportData.sctfStorageTk1310Btx}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1330Ebo}}</td>
         </tr>
         <tr>
           <td class="bg-blue-dark">SHP</td>
           <td class="bg-blue-dark">t</td>
-          <td class="bg-yellow">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow">{{reportData.shpToe}}</td>
+          <td class="bg-purple-light">{{reportData.shpTce}}</td>
+          <td class="bg-purple-light">{{reportData.shpPre}}</td>
+          <td class="bg-yellow-light">{{reportData.shpCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.shpCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.shpCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.shpCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.shpPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.shpPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.shpPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.shpPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.shpSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.shpSub}}</td>
+          <td class="bg-yellow-light">{{reportData.shpBcc}}</td>
           <td class="bg-blue-light">TK1430(LFO)</td>
           <td class="bg-green">TK1320(off-btx)</td>
           <td class="bg-green">T201(BTX)</td>
@@ -779,44 +779,44 @@
         <tr>
           <td class="bg-blue-dark">HP</td>
           <td class="bg-blue-dark">t</td>
-          <td class="bg-yellow">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-green">0</td>
-          <td class="bg-green">0</td>
-          <td class="bg-green">0</td>
-          <td class="bg-green">0</td>
-          <td class="bg-green">0</td>
+          <td class="bg-yellow">{{reportData.hpToe}}</td>
+          <td class="bg-purple-light">{{reportData.hpTce}}</td>
+          <td class="bg-purple-light">{{reportData.hpPre}}</td>
+          <td class="bg-yellow-light">{{reportData.hpCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.hpCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.hpCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.hpCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.hpPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.hpPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.hpPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.hpPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.hpSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.hpSub}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBcc}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1430Lfo}}</td>
+          <td class="bg-green">{{reportData.sctfStorageTk1320OffBtx}}</td>
+          <td class="bg-green">{{reportData.sctfStorageT201Btx}}</td>
+          <td class="bg-green">{{reportData.sctfStorageTk1340C9}}</td>
+          <td class="bg-green">{{reportData.sctfStorageTk1350Po}}</td>
+          <td class="bg-green">{{reportData.sctfStorageTk1160Nh3}}</td>
         </tr>
         <tr>
           <td class="bg-blue-dark">MP</td>
           <td class="bg-blue-dark">t</td>
-          <td class="bg-yellow">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow">{{reportData.mpToe}}</td>
+          <td class="bg-purple-light">{{reportData.mpTce}}</td>
+          <td class="bg-purple-light">{{reportData.mpPre}}</td>
+          <td class="bg-yellow-light">{{reportData.mpCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.mpCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.mpCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.mpCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.mpPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.mpPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.mpPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.mpPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.mpSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.mpSub}}</td>
+          <td class="bg-yellow-light">{{reportData.mpBcc}}</td>
           <td class="no-border"></td>
           <td class="bg-green">TK1510(B)</td>
           <td class="bg-green">CLT1370(B)</td>
@@ -827,44 +827,44 @@
         <tr>
           <td class="bg-blue-dark">LP</td>
           <td class="bg-blue-dark">t</td>
-          <td class="bg-yellow">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow">{{reportData.lpToe}}</td>
+          <td class="bg-purple-light">{{reportData.lpTce}}</td>
+          <td class="bg-purple-light">{{reportData.lpPre}}</td>
+          <td class="bg-yellow-light">{{reportData.lpCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.lpCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.lpCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.lpCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.lpPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.lpPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.lpPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.lpPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.lpSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.lpSub}}</td>
+          <td class="bg-yellow-light">{{reportData.lpBcc}}</td>
           <td class="no-border"></td>
-          <td class="bg-green">0</td>
-          <td class="bg-green">0</td>
-          <td class="bg-green">0</td>
-          <td class="bg-green">0</td>
-          <td class="bg-green">0</td>
+          <td class="bg-green">{{reportData.sctfStorageTk1510B}}</td>
+          <td class="bg-green">{{reportData.sctfStorageClt1370B}}</td>
+          <td class="bg-green">{{reportData.sctfStorageTk1360T}}</td>
+          <td class="bg-green">{{reportData.sctfStorageTk1410X}}</td>
+          <td class="bg-green">{{reportData.sctfStorageClt1380X}}</td>
         </tr>
         <tr>
           <td class="bg-blue-dark">Electricity</td>
           <td class="bg-blue-dark">MWh</td>
-          <td class="bg-yellow">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow">{{reportData.electricityToe}}</td>
+          <td class="bg-purple-light">{{reportData.electricityTce}}</td>
+          <td class="bg-purple-light">{{reportData.electricityPre}}</td>
+          <td class="bg-yellow-light">{{reportData.electricityCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.electricityCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.electricityCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.electricityCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.electricityPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.electricityPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.electricityPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.electricityPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.electricitySctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.electricitySub}}</td>
+          <td class="bg-yellow-light">{{reportData.electricityBcc}}</td>
           <td class="no-border" colspan="2"></td>
           <td class="bg-blue-light">TK1420(Dimer)</td>
           <td class="bg-blue-light">TK1110(R1)</td>
@@ -874,43 +874,43 @@
         <tr>
           <td class="bg-blue-dark">coolling water</td>
           <td class="bg-blue-dark">kt</td>
-          <td class="bg-yellow">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow">{{reportData.coolingWaterToe}}</td>
+          <td class="bg-purple-light">{{reportData.coolingWaterTce}}</td>
+          <td class="bg-purple-light">{{reportData.coolingWaterPre}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterSub}}</td>
+          <td class="bg-yellow-light">{{reportData.coolingWaterBcc}}</td>
           <td class="no-border" colspan="2"></td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1420Dimer}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1110R1}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1130Ib}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1150R3}}</td>
         </tr>
         <tr>
           <td class="bg-blue-dark">Polished Condensate</td>
           <td class="bg-blue-dark">t</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-purple-light">{{reportData.polishedConToe}}</td>
+          <td class="bg-purple-light">{{reportData.polishedConTce}}</td>
+          <td class="bg-purple-light">{{reportData.polishedConPre}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConSub}}</td>
+          <td class="bg-yellow-light">{{reportData.polishedConBcc}}</td>
           <td class="no-border" colspan="3"></td>
           <td class="bg-blue-light">TK1140(BD)</td>
           <td class="bg-blue-light">TK1141(BD)</td>
@@ -919,42 +919,42 @@
         <tr>
           <td class="bg-blue-dark">HP BFW</td>
           <td class="bg-blue-dark">t</td>
-          <td class="bg-yellow">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-yellow">{{reportData.hpBfwToe}}</td>
+          <td class="bg-purple-light">{{reportData.hpBfwTce}}</td>
+          <td class="bg-purple-light">{{reportData.hpBfwPre}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwSub}}</td>
+          <td class="bg-yellow-light">{{reportData.hpBfwBcc}}</td>
           <td class="no-border" colspan="3"></td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
-          <td class="bg-blue-light">0</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1140Bd}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1141Bd}}</td>
+          <td class="bg-blue-light">{{reportData.sctfStorageTk1142Bd}}</td>
         </tr>
         <tr>
           <td class="bg-blue-dark">Production Water</td>
           <td class="bg-blue-dark">t</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-purple-light">{{reportData.prodWaterToe}}</td>
+          <td class="bg-purple-light">{{reportData.prodWaterTce}}</td>
+          <td class="bg-purple-light">{{reportData.prodWaterPre}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterSub}}</td>
+          <td class="bg-yellow-light">{{reportData.prodWaterBcc}}</td>
           <td class="no-border" colspan="2"></td>
           <td class="bg-green-neon">total NAP</td>
           <td class="bg-grey-light">CLTF1621</td>
@@ -964,78 +964,78 @@
         <tr>
           <td class="bg-blue-dark">Turbine Condensate</td>
           <td class="bg-blue-dark">t</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-purple-light">{{reportData.turbineConToe}}</td>
+          <td class="bg-purple-light">{{reportData.turbineConTce}}</td>
+          <td class="bg-purple-light">{{reportData.turbineConPre}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConSub}}</td>
+          <td class="bg-yellow-light">{{reportData.turbineConBcc}}</td>
           <td class="no-border" colspan="2"></td>
-          <td class="bg-green-neon">0</td>
-          <td class="bg-grey-light">0</td>
-          <td class="bg-grey-light">0</td>
-          <td class="bg-grey-light">0</td>
+          <td class="bg-green-neon">{{reportData.sctfStorageTotalNap}}</td>
+          <td class="bg-grey-light">{{reportData.sctfStorageCltf1621}}</td>
+          <td class="bg-grey-light">{{reportData.sctfStorageCltf1622}}</td>
+          <td class="bg-grey-light">{{reportData.sctfStorageCltf1623}}</td>
         </tr>
         <tr>
           <td class="bg-blue-dark">PA&IA</td>
           <td class="bg-blue-dark">pnm3</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-purple-light">{{reportData.paIaToe}}</td>
+          <td class="bg-purple-light">{{reportData.paIaTce}}</td>
+          <td class="bg-purple-light">{{reportData.paIaPre}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaCracker}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaCrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaCrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaCrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaPguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaPguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaPguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaPguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaSctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaSub}}</td>
+          <td class="bg-yellow-light">{{reportData.paIaBcc}}</td>
         </tr>
         <tr>
           <td class="bg-blue-dark">N2</td>
           <td class="bg-blue-dark">pnm3</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-purple-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
-          <td class="bg-yellow-light">0</td>
+          <td class="bg-purple-light">{{reportData.n2Toe}}</td>
+          <td class="bg-purple-light">{{reportData.n2Tce}}</td>
+          <td class="bg-purple-light">{{reportData.n2Pre}}</td>
+          <td class="bg-yellow-light">{{reportData.n2Cracker}}</td>
+          <td class="bg-yellow-light">{{reportData.n2CrackerTT}}</td>
+          <td class="bg-yellow-light">{{reportData.n2CrackerKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.n2CrackerKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.n2PguAeu}}</td>
+          <td class="bg-yellow-light">{{reportData.n2PguAeuTT}}</td>
+          <td class="bg-yellow-light">{{reportData.n2PguAeuKgoe}}</td>
+          <td class="bg-yellow-light">{{reportData.n2PguAeuKgce}}</td>
+          <td class="bg-yellow-light">{{reportData.n2SctuFlare}}</td>
+          <td class="bg-yellow-light">{{reportData.n2Sub}}</td>
+          <td class="bg-yellow-light">{{reportData.n2Bcc}}</td>
         </tr>
         <tr>
           <td class="bg-orange">Total</td>
           <td class="bg-orange" rowspan="3">t</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-blue">0</td>
-          <td class="bg-blue">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-blue">0</td>
-          <td class="bg-blue">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
+          <td class="bg-orange">{{reportData.totalToe}}</td>
+          <td class="bg-orange">{{reportData.totalTce}}</td>
+          <td class="bg-orange">{{reportData.totalPre}}</td>
+          <td class="bg-orange">{{reportData.totalCracker}}</td>
+          <td class="bg-orange">{{reportData.totalCrackerTT}}</td>
+          <td class="bg-blue">{{reportData.totalCrackerKgoe}}</td>
+          <td class="bg-blue">{{reportData.totalCrackerKgce}}</td>
+          <td class="bg-orange">{{reportData.totalPguAeu}}</td>
+          <td class="bg-orange">{{reportData.totalPguAeuTT}}</td>
+          <td class="bg-blue">{{reportData.totalPguAeuKgoe}}</td>
+          <td class="bg-blue">{{reportData.totalPguAeuKgce}}</td>
+          <td class="bg-orange"></td>
+          <td class="bg-orange">{{reportData.frEoEg}}</td>
           <td class="bg-orange">FR EO/EG</td>
           <td class="bg-purple">320FC2161</td>
           <td class="bg-green">C210 PDI</td>
@@ -1044,19 +1044,19 @@
         </tr>
         <tr>
           <td class="bg-orange">Target</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-blue">0</td>
-          <td class="bg-blue">0</td>
+          <td class="bg-orange">{{reportData.targetToe}}</td>
+          <td class="bg-orange">{{reportData.targetTce}}</td>
+          <td class="bg-orange">{{reportData.targetPre}}</td>
+          <td class="bg-orange">{{reportData.targetCracker}}</td>
+          <td class="bg-orange">{{reportData.targetCrackerTT}}</td>
+          <td class="bg-orange">{{reportData.targetCrackerKgoe}}</td>
+          <td class="bg-orange">{{reportData.targetCrackerKgce}}</td>
+          <td class="bg-orange">{{reportData.targetPguAeu}}</td>
+          <td class="bg-orange">{{reportData.targetPguAeuTT}}</td>
+          <td class="bg-orange">{{reportData.targetPguAeuKgoe}}</td>
+          <td class="bg-orange">{{reportData.targetPguAeuKgce}}</td>
+          <td class="bg-blue"></td>
+          <td class="bg-blue">{{reportData.loadPercentage}}</td>
           <td class="bg-blue">load%</td>
           <td class="bg-purple">0</td>
           <td class="bg-green">0</td>
@@ -1065,19 +1065,19 @@
         </tr>
         <tr>
           <td class="bg-orange">Produced</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-orange">0</td>
-          <td class="bg-blue">0</td>
-          <td class="bg-blue">0</td>
+          <td class="bg-orange">{{reportData.producedToe}}</td>
+          <td class="bg-orange">{{reportData.producedTce}}</td>
+          <td class="bg-orange">{{reportData.producedPre}}</td>
+          <td class="bg-orange">{{reportData.producedCracker}}</td>
+          <td class="bg-orange">{{reportData.producedCrackerTT}}</td>
+          <td class="bg-orange">{{reportData.producedCrackerKgoe}}</td>
+          <td class="bg-orange">{{reportData.producedCrackerKgce}}</td>
+          <td class="bg-orange">{{reportData.producedPguAeu}}</td>
+          <td class="bg-orange">{{reportData.producedPguAeuTT}}</td>
+          <td class="bg-orange">{{reportData.producedPguAeuKgoe}}</td>
+          <td class="bg-orange">{{reportData.producedPguAeuKgce}}</td>
+          <td class="bg-blue"></td>
+          <td class="bg-blue">{{reportData.hsProducet}}</td>
           <td class="bg-blue">HS Producet</td>
           <td class="bg-purple">kg/h</td>
           <td class="bg-green">Kpa</td>
@@ -1682,6 +1682,7 @@ export default {
       },
       // 每日生产报告数据
       reportData: {
+        pguC5RaffInput: null,
         fromDate: null,
         toDate: null,
         reportDate: null,

Some files were not shown because too many files changed in this diff