1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <div data-options="dxView : { name: 'MainDashboardFMS', title: '@viewMainDashboardFMS ', pane: 'master' } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div class="fl width_50per">
- <p class="body_sub_title">기상 정보</p>
- <div class="fl chart_wrap_box" style="width: 100%; height: 120px; background-color:white">
- </div>
- <div class="clear"></div>
- <br />
- <p class="body_sub_title">작업 일정</p>
- <div class="fl chart_wrap_box" style="width: 100%; height: 500px; background-color:white">
- <ul style="margin: 0 auto; width: 100%; float: left">
- <li style="width: 15%; float: left; " id="checkBox_any"></li>
- <li style="width: 15%; float: left; " id="checkBox_legal"></li>
- <li style="width: 15%; float: left; " id="checkBox_regular"></li>
- </ul>
- <div id="holidayCalendar" />
- </div>
- </div>
- <div style="float:right; display:inline-block; width: 49%">
- <p class="body_sub_title">금일 작업 현황</p>
- <div class="fr chart_wrap_box" style="width: 65%; height: 200px; background-color:white">
- <p id="st2" class="body_sub_title_2depth">작업 진행 목록</p>
- <div id="gridContainer2" style="height: 100%; width: 100%; font-size:12px" data-bind="dxDataGrid: workDataGridOptions2" />
- </div>
- <div class="fr chart_wrap_box" style="width: 35%; height: 200px; background-color:white">
- <p id="st1" class="body_sub_title_2depth">작업 계획별 비율</p>
- <div id="chartPieDayTReport" style="height: 100%; width: 100%" />
- </div>
- <br />
- <div class="fr chart_wrap_box" style="width: 100%; height: 200px; background-color:white">
- <p id="st" class="body_sub_title_2depth">작업 완료 목록</p>
- <div id="gridContainer" style="height: 100%; width: 100%; font-size: 12px" data-bind="dxDataGrid: workDataGridOptions" />
- </div>
- <div class="clear"></div>
- <br />
- <p class="body_sub_title">경보 목록</p>
- <div class="fr chart_wrap_box" style="width: 100%; height: 190px; background-color:white">
- <div id="gridContainer3" style="height: 100%; width: 100%; font-size: 12px" data-bind="dxDataGrid: workDataGridOptions3" />
- </div>
- <div class="clear"></div>
- <br />
- <p class="body_sub_title">공지사항 목록</p>
- <div class="fr chart_wrap_box" style="width: 100%; height: 190px; background-color:white">
- <div id="gridContainer3" style="height: 100%; width: 100%; font-size: 12px" data-bind="dxDataGrid: workDataGridOptions3" />
- </div>
- </div>
-
- </div>
- </div>
|