123456789101112131415161718192021222324252627 |
- <div data-options="dxView : { name: 'LCCView', title: 'LCC 조회', pane: 'master' } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'LCCViewSearchConditionView' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'HourGlassPopup' }"></div>
- <p id="st1" class="body_sub_title">운영비 현황</p>
- <div class="fl chart_wrap_box" style="width: 30%; height: 340px;">
- <p id="st2" class="body_sub_title_2depth">운영비 상세 비율</p>
- <div id="chartPieDayLCCView" style="height: 90%; width: 100%;" />
- </div>
- <div class="fr chart_wrap_box" style="width: 69%; height: 340px;">
- <p id="st3" class="body_sub_title_2depth">운영비 상세</p>
- <div id="chartBarDayLCCView" 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="chartPieMonthLCCView" 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="chartBarMonthLCCView" style="height: 90%; width: 100%;" />
- </div>
- </div>
- </div>
|