123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <div data-options="dxView : { name: 'BudgetExecuteView', title: '예산 대비 실적 분석', pane: 'master' } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'BudgetExecuteViewSearchConditionView' }"></div>
- <div data-options="dxViewPlaceholde: { viewName: 'msgbox ' }">
- <div class="popup" data-bind="dxPopup: popupOptions">
- <div data-options="dxTemplate: { name:'info' }">
- <div id="large-indicator" style="margin-left: 40%;"></div>
- <span> </span>
- <p></p>
- <p align="center">에너지사용량 조회 중 입니다.</p>
- <p align="center">잠시만 기다려 주세요! </p>
- </div>
- </div>
- </div>
- <p id="st1" class="body_sub_title">예산 대비 실적</p>
- <div class="fl chart_wrap_box" style="width: 30%; height: 330px;">
- <p id="st2" class="body_sub_title_2depth">예산 월</p>
- <div id="chartPieDayBEV" style="height: 90%; width: 100%;" />
- </div>
- <div class="fr chart_wrap_box" style="width: 69%; height: 680px;">
- <p id="st3" class="body_sub_title_2depth">예산 대비 내역</p>
- <div id="chartBarDayBEV" style="height: 90%; width: 100%;" />
- </div>
- <!--
- <div class="clear"></div>
- <p id="st4" class="clear body_sub_title" style="margin-top: 16px;">고정비와 운영비 비율</p>
- <div class="fl chart_wrap_box" style="width: 30%; height: 340px;">
- <p id="st5" class="body_sub_title_2depth">고정비와 운영비 비율</p>
- <div id="chartPieMonth" style="height: 90%; width: 100%;" />
- </div>
- <div class="fr chart_wrap_box" style="width: 69%; height: 340px;">
- <p id="st6" class="body_sub_title_2depth">고정비와 운영비</p>
- <div id="chartBarMonth" style="height: 90%; width: 100%;" />
- </div>-->
- <div class="clear"></div>
- <div class="fl chart_wrap_box" style="width: 30%; height: 330px; margin-top:-330px">
- <p id="st4" class="body_sub_title_2depth">실적 월</p>
- <div id="chartPieDay2BEV" style="height: 90%; width: 100%;" />
- </div>
- </div>
|