13c20d462129f116ffdc49cb36bca8a6beab0b45.svn-base 1.7 KB

12345678910111213141516171819202122232425
  1. <div data-options="dxView : { name: 'FacilityTaskReport', title: '업무분야별 작업 현황', pane: 'master', } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' } ">
  3. <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
  4. <div data-options="dxViewPlaceholder: { viewName: 'FacilityTaskReportPopup' }"></div>
  5. <p id="st1" class="body_sub_title">금월 작업 현황</p>
  6. <div class="fl chart_wrap_box" style="width: 30%; height: 340px; background-color:white">
  7. <p id="st2" class="body_sub_title_2depth">작업상태별 비율</p>
  8. <div id="chartPieDayTReport" style="height: 90%; width: 100%;" />
  9. </div>
  10. <div class="fr chart_wrap_box" style="width: 69%; height: 340px; background-color:white">
  11. <p id="st3" class="body_sub_title_2depth">업무분야별 현황</p>
  12. <div id="chartBarDayTReport" style="height: 90%; width: 100%;" />
  13. </div>
  14. <div class="clear"></div>
  15. <p id="st4" class="clear body_sub_title" style="margin-top: 16px;">작업목록</p>
  16. <div class="fl chart_wrap_box" style="width: 39.5%; height: 330px; background-color:white">
  17. <p id="st5" class="body_sub_title_2depth">작업대기 목록</p>
  18. <div id="gridContainer" style="height: 90%; width: 100%; font-size: 12px;" data-bind="dxDataGrid: workDataGridOptions" />
  19. </div>
  20. <div class="fr chart_wrap_box" style="width: 59.5%; height: 330px;background-color:white">
  21. <p id="st6" class="body_sub_title_2depth">작업 진행 목록</p>
  22. <div id="gridContainer2" style="height: 90%; width: 100%; font-size: 12px;" data-bind="dxDataGrid: workDataGridOptions2" />
  23. </div>
  24. </div>
  25. </div>