e6f35c676af8292d886fc7b456e0f46e926d1bf8.svn-base 1.6 KB

123456789101112131415161718192021222324252627
  1. <div data-options="dxView : { name: 'LCCView', title: 'LCC 조회', pane: 'master' } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' } ">
  3. <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
  4. <div data-options="dxViewPlaceholder: { viewName: 'LCCViewSearchConditionView' }"></div>
  5. <div data-options="dxViewPlaceholder: { viewName: 'HourGlassPopup' }"></div>
  6. <p id="st1" class="body_sub_title">운영비 현황</p>
  7. <div class="fl chart_wrap_box" style="width: 30%; height: 340px;">
  8. <p id="st2" class="body_sub_title_2depth">운영비 상세 비율</p>
  9. <div id="chartPieDayLCCView" style="height: 90%; width: 100%;" />
  10. </div>
  11. <div class="fr chart_wrap_box" style="width: 69%; height: 340px;">
  12. <p id="st3" class="body_sub_title_2depth">운영비 상세</p>
  13. <div id="chartBarDayLCCView" style="height: 90%; width: 100%;" />
  14. </div>
  15. <div class="clear"></div>
  16. <p id="st4" class="clear body_sub_title" style="margin-top: 16px;">고정비와 운영비 비율</p>
  17. <div class="fl chart_wrap_box" style="width: 30%; height: 340px;">
  18. <p id="st5" class="body_sub_title_2depth">고정비와 운영비 비율</p>
  19. <div id="chartPieMonthLCCView" style="height: 90%; width: 100%;" />
  20. </div>
  21. <div class="fr chart_wrap_box" style="width: 69%; height: 340px;">
  22. <p id="st6" class="body_sub_title_2depth">고정비와 운영비</p>
  23. <div id="chartBarMonthLCCView" style="height: 90%; width: 100%;" />
  24. </div>
  25. </div>
  26. </div>