123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <div data-options="dxView : { name: 'IceStoreAirAnalysis', title: '빙축열 성능 분석', pane: 'master' } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'IceStoreAirAnalysisSearchConditionView' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'HourGlassPopup' }"></div>
- <div data-bind="dxMultiView: { dataSource: multiViewItems, selectedIndex: currentTabIndex, height: '730px', swipeEnabled:false }" style="padding: 0px;">
- <div data-options="dxTemplate: { name: 'mainCharts' }">
- <div class="dx-clearfix" style="height: 100%;">
- <div id="IceStoreAirDetail" class="fl" style="width: 32.5%;">
- <p class="body_sub_title">빙축열 상세정보</p>
- <div class="fl chart_wrap_box" style="width: 100%; height: 340px;">
- <div class="info_data_grid">
- <table width="100%">
- <caption class="skip">장비상세정보</caption>
- <colgroup>
- <col width="30%">
- <col width="auto">
- </colgroup>
- <thead class="skip">
- <tr>
- <th>제목</th>
- <th>내용</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td class="info_item">시설명칭</td>
- <td class="info_content" data-bind="text: $data.facility.Name"></td>
- </tr>
- <tr>
- <td class="info_item">시설별칭</td>
- <td class="info_content" data-bind="text: $data.facility.Nickname"></td>
- </tr>
- <tr>
- <td class="info_item">용도</td>
- <td class="info_content" data-bind="text: $data.facility.FacilityUsage"></td>
- </tr>
- <tr>
- <td class="info_item">제조모델</td>
- <td class="info_content" data-bind="text: $data.facility.ManufactureModel"></td>
- </tr>
- <tr>
- <td class="info_item">정격용량</td>
- <td class="info_content" data-bind="text: $data.facility.FacilityCapacity"></td>
- </tr>
- <tr>
- <td class="info_item">정격효율<br />(표준 COP)</td>
- <td class="info_content red_strong" data-bind="text: $data.facility.RatedCOP"></td>
- </tr>
- <tr>
- <td class="info_item last">정격소비전력</td>
- <td class="info_content last red_strong" data-bind="text: $data.facility.RatedPowerConsumption"></td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div id="COP" class="fl chart_wrap_box" style="margin-left: 1.1%; width: 66.25%; height: 340px; margin-top:28px">
- <p class="clear body_sub_title_2depth">냉열원 시스템 COP</p>
- <div id="chartCOPISA" style="height: 90%; width: 100%;" />
- <!-- <div class="fr chart_wrap_box" style="width: 100%; height: 100%;">
- </div>-->
- </div>
- <div class="clear"></div>
- <br>
- <div id="COPout" class="fl chart_wrap_box" style="width: 32.5%; height: 340px; ">
- <p class="clear body_sub_title_2depth">축열조 열량</p>
- <div id="chartCOPoutISA" style="height: 90%; width: 100%;" />
- </div>
- <div id="StoreLoad" class="fl chart_wrap_box" style="margin-left: 1.1%; width: 32.5%; height: 340px;">
- <p class="body_sub_title_2depth">축열량과 부하율</p>
- <div id="chartStoreLoadISA" style="height: 90%; width: 100%;" />
- </div>
- <div id="COPLoad" class="fl chart_wrap_box" style="margin-left: 1.1%; width: 32.5%; height: 340px;">
- <p class="body_sub_title_2depth">냉동기 COP와 축열량 관계</p>
- <div id="chartCOPLoadISA" style="height: 90%; width: 100%;" />
- </div>
- </div>
- </div>
- <div data-options="dxTemplate: { name: 'subCharts' }">
- <!--
- <div class="clear"></div>
- <div id="ColdCOP" class="fl chart_wrap_box" style="width: 47.5%; height: 340px;">
- <p class="body_sub_title_2depth">냉각수 입구온도와 COP/부하율</p>
- <div id="chartColdCOP" style="height: 90%; width: 100%;" />
- </div>
- <div id="kcal" class="fl chart_wrap_box" style="margin-left: 1.1%; width: 47.5%; height: 340px;">
- <p class="body_sub_title_2depth">냉열원/축열조 사용 열량</p>
- <div id="chartKCAL" style="height: 90%; width: 100%;" />
- </div>
- <div class="clear"></div>
- <br>
- <div id="Effi" class="fl chart_wrap_box" style="width: 47.5%; height: 340px;">
- <p class="body_sub_title_2depth">시간별 냉각탑 효율</p>
- <div id="chartEffi" style="height: 90%; width: 100%;" />
- </div>
- <div id="Approch" class="fl chart_wrap_box" style="margin-left: 1.1%; width: 47.5%; height: 340px;">
- <p class="body_sub_title_2depth">냉각탑 쿨링 레인지/어프로치</p>
- <div id="chartApproch" style="height: 90%; width: 100%;" />
- </div>
- -->
- </div>
- </div>
- </div>
- </div>
|