36be1d9552f832a270acc273a0472bba51bdd01c.svn-base 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <div data-options="dxView : { name: 'MainDashboardFMS', title: '@viewMainDashboardFMS ', pane: 'master' } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' } ">
  3. <div class="fl width_50per">
  4. <p class="body_sub_title">기상 정보</p>
  5. <div class="fl chart_wrap_box" style="width: 100%; height: 120px; background-color:white">
  6. </div>
  7. <div class="clear"></div>
  8. <br />
  9. <p class="body_sub_title">작업 일정</p>
  10. <div class="fl chart_wrap_box" style="width: 100%; height: 500px; background-color:white">
  11. <ul style="margin: 0 auto; width: 100%; float: left">
  12. <li style="width: 15%; float: left; " id="checkBox_any"></li>
  13. <li style="width: 15%; float: left; " id="checkBox_legal"></li>
  14. <li style="width: 15%; float: left; " id="checkBox_regular"></li>
  15. </ul>
  16. <div id="holidayCalendar" />
  17. </div>
  18. </div>
  19. <div style="float:right; display:inline-block; width: 49%">
  20. <p class="body_sub_title">금일 작업 현황</p>
  21. <div class="fr chart_wrap_box" style="width: 65%; height: 200px; background-color:white">
  22. <p id="st2" class="body_sub_title_2depth">작업 진행 목록</p>
  23. <div id="gridContainer2" style="height: 100%; width: 100%; font-size:12px" data-bind="dxDataGrid: workDataGridOptions2" />
  24. </div>
  25. <div class="fr chart_wrap_box" style="width: 35%; height: 200px; background-color:white">
  26. <p id="st1" class="body_sub_title_2depth">작업 계획별 비율</p>
  27. <div id="chartPieDayTReport" style="height: 100%; width: 100%" />
  28. </div>
  29. <br />
  30. <div class="fr chart_wrap_box" style="width: 100%; height: 200px; background-color:white">
  31. <p id="st" class="body_sub_title_2depth">작업 완료 목록</p>
  32. <div id="gridContainer" style="height: 100%; width: 100%; font-size: 12px" data-bind="dxDataGrid: workDataGridOptions" />
  33. </div>
  34. <div class="clear"></div>
  35. <br />
  36. <p class="body_sub_title">경보 목록</p>
  37. <div class="fr chart_wrap_box" style="width: 100%; height: 190px; background-color:white">
  38. <div id="gridContainer3" style="height: 100%; width: 100%; font-size: 12px" data-bind="dxDataGrid: workDataGridOptions3" />
  39. </div>
  40. <div class="clear"></div>
  41. <br />
  42. <p class="body_sub_title">공지사항 목록</p>
  43. <div class="fr chart_wrap_box" style="width: 100%; height: 190px; background-color:white">
  44. <div id="gridContainer3" style="height: 100%; width: 100%; font-size: 12px" data-bind="dxDataGrid: workDataGridOptions3" />
  45. </div>
  46. </div>
  47. </div>
  48. </div>