4d92c35398562ee8cdbd979b5a35d205d5224447.svn-base 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <div data-options="dxView : { name: 'RefrigeratorAnalysis', title: '@viewRefrigeratorAnalysis', pane: 'master' } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' }">
  3. <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
  4. <div data-options="dxViewPlaceholder: { viewName: 'RefrigeratorAnalysisSearchConditionView' }"></div>
  5. <div data-options="dxViewPlaceholder: { viewName: 'HourGlassPopup' }"></div>
  6. <div data-bind="dxMultiView: { name: 'RefrigeratorAnalysisView', dataSource: multiViewItems, selectedIndex: currentTabIndex, height: '730px', swipeEnabled:false }" style="padding: 0px;">
  7. <div data-options="dxTemplate: { name: 'mainCharts' }">
  8. <div class="dx-clearfix" style="height: 725px;">
  9. <div id="regrigeratorDetail" class="fl" style="width: 32.5%;">
  10. <p class="body_sub_title">냉동기 상세정보</p>
  11. <div class="fl chart_wrap_box" style="width: 100%; height: 340px;">
  12. <div class="info_data_grid">
  13. <table width="100%">
  14. <caption class="skip">장비상세정보</caption>
  15. <colgroup>
  16. <col width="30%">
  17. <col width="auto">
  18. </colgroup>
  19. <thead class="skip">
  20. <tr>
  21. <th>제목</th>
  22. <th>내용</th>
  23. </tr>
  24. </thead>
  25. <tbody>
  26. <tr>
  27. <td class="info_item">시설명칭</td>
  28. <td class="info_content" data-bind="text: facility.Name"></td>
  29. </tr>
  30. <tr>
  31. <td class="info_item">시설별칭</td>
  32. <td class="info_content" data-bind="text: facility.Nickname"></td>
  33. </tr>
  34. <tr>
  35. <td class="info_item">용도</td>
  36. <td class="info_content" data-bind="text: facility.FacilityUsage"></td>
  37. </tr>
  38. <tr>
  39. <td class="info_item">제조모델</td>
  40. <td class="info_content" data-bind="text: facility.ManufactureModel"></td>
  41. </tr>
  42. <tr>
  43. <td class="info_item">정격용량</td>
  44. <td class="info_content" data-bind="text: facility.FacilityCapacity"></td>
  45. </tr>
  46. <tr>
  47. <td class="info_item">정격효율<br />(표준 COP)</td>
  48. <td class="info_content red_strong" data-bind="text: facility.RatedCOP"></td>
  49. </tr>
  50. <tr>
  51. <td class="info_item last">정격소비전력</td>
  52. <td class="info_content last red_strong" data-bind="text: facility.RatedPowerConsumption"></td>
  53. </tr>
  54. </tbody>
  55. </table>
  56. </div>
  57. </div>
  58. </div>
  59. <div id="cop" class="fl chart_wrap_box" style="margin-left: 1%; width: 32.5%; height: 340px; margin-top:28px">
  60. <p class="body_sub_title_2depth">냉동기 COP</p>
  61. <div id="chartCop" style="height: 90%; width: 100%;" />
  62. <!-- <div class="fr chart_wrap_box" style="width: 100%; height: 100%;">
  63. </div>-->
  64. </div>
  65. <div id="loadRate" class="fl chart_wrap_box" style="margin-left: 1%; width: 32.5%; height: 340px; margin-top:28px">
  66. <p class="body_sub_title_2depth">부하율</p>
  67. <div id="chartLoadRate" style="height: 90%; width: 100%;" />
  68. <!-- <div class="fr chart_wrap_box" style="width: 100%; height: 100%;">
  69. </div>-->
  70. </div>
  71. <div class="clear"></div>
  72. <br>
  73. <div id="GasLoadRate" class="fl chart_wrap_box" style="width: 32.5%; height: 340px;">
  74. <p class="body_sub_title_2depth">냉열원 생산열량</p>
  75. <div id="chartGasLoadRate" style="height: 90%; width: 100%;" />
  76. </div>
  77. <div id="electricityLoadRate" class="fl chart_wrap_box" style="margin-left: 1%; width: 32.5%; height: 340px;">
  78. <p class="body_sub_title_2depth">냉동기 소비전력과 부하율 관계</p>
  79. <div id="chartElectricityLoadRate" style="height: 90%; width: 100%;" />
  80. </div>
  81. <div id="temperatureCop" class="fl chart_wrap_box" style="margin-left: 1%; width: 32.5%; height: 340px;">
  82. <p class="body_sub_title_2depth">냉각수 입구온도와 COP 관계</p>
  83. <div id="chartTemperatureCop" style="height: 90%; width: 100%;" />
  84. </div>
  85. </div>
  86. </div>
  87. <div data-options="dxTemplate: { name: 'subCharts' }">
  88. <div class="clear"></div>
  89. <div id="b6" class="fl chart_wrap_box" style="width: 32.5%; height: 340px;">
  90. <p class="body_sub_title_2depth">회전수에 따른 소비전력분석 (냉각탑 팬)</p>
  91. <div id="chart6" style="height: 90%; width: 100%;" />
  92. </div>
  93. <div id="returnEfficiency" class="fl chart_wrap_box" style="margin-left: 1%; width: 32.5%; height: 340px;">
  94. <p class="body_sub_title_2depth">회전수에 따른 소비전력분석 (냉각수 펌프)</p>
  95. <div id="chartReturnEfficiency" style="height: 90%; width: 100%;" />
  96. </div>
  97. <div id="ATF" class="fl chart_wrap_box" style="margin-left: 1%; width: 32.5%; height: 340px;">
  98. <p class="body_sub_title_2depth">회전수에 따른 소비전력분석 (냉수 펌프)</p>
  99. <div id="chartATF" style="height: 90%; width: 100%;" />
  100. </div>
  101. <div class="clear"></div>
  102. <br>
  103. <div id="CopLoadRate" class="fl chart_wrap_box" style="width: 32.5%; height: 340px;">
  104. <p class="body_sub_title_2depth">냉동기 COP와 부하율 분석</p>
  105. <div id="chartCopLoadRate" style="height: 90%; width: 100%;" />
  106. </div>
  107. <div id="EFFSW" class="fl chart_wrap_box" style="margin-left: 1%; width: 32.5%; height: 340px;">
  108. <p class="body_sub_title_2depth">냉각탑 보급수량</p>
  109. <div id="chartEFFSW" style="height: 90%; width: 100%;" />
  110. </div>
  111. <div id="coolingApproach" class="fl chart_wrap_box" style="margin-left: 1%; width: 32.5%; height: 340px;">
  112. <p class="body_sub_title_2depth">시간대별 쿨링어프로치 / 쿨링 레인지</p>
  113. <ul class="energy_use_data_date" style="margin: 0 auto;">
  114. <li style="width: 40%;">
  115. <span style="float: left;" data-bind="dxCheckBox: { value:check_A}" />
  116. <span style="margin-top: 5px;">쿨링 어프로치</span>
  117. </li>
  118. <li style="width: 48%;">
  119. <span style="float: left;" data-bind="dxCheckBox: { value:check_R}" />
  120. <span style="margin-top: 5px;">쿨링 레인지</span>
  121. </li>
  122. </ul>
  123. <div id="chartCoolingApproach" style="height: 90%; width: 100%;" />
  124. </div>
  125. </div>
  126. </div>
  127. </div>
  128. </div>