12345678910111213141516171819202122232425 |
- <div data-options="dxView : { name: 'FacilityTaskReport', title: '업무분야별 작업 현황', pane: 'master', } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'FacilityTaskReportPopup' }"></div>
- <p id="st1" class="body_sub_title">금월 작업 현황</p>
- <div class="fl chart_wrap_box" style="width: 30%; height: 340px; background-color:white">
- <p id="st2" class="body_sub_title_2depth">작업상태별 비율</p>
- <div id="chartPieDayTReport" style="height: 90%; width: 100%;" />
- </div>
- <div class="fr chart_wrap_box" style="width: 69%; height: 340px; background-color:white">
- <p id="st3" class="body_sub_title_2depth">업무분야별 현황</p>
- <div id="chartBarDayTReport" 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: 39.5%; height: 330px; background-color:white">
- <p id="st5" class="body_sub_title_2depth">작업대기 목록</p>
- <div id="gridContainer" style="height: 90%; width: 100%; font-size: 12px;" data-bind="dxDataGrid: workDataGridOptions" />
- </div>
- <div class="fr chart_wrap_box" style="width: 59.5%; height: 330px;background-color:white">
- <p id="st6" class="body_sub_title_2depth">작업 진행 목록</p>
- <div id="gridContainer2" style="height: 90%; width: 100%; font-size: 12px;" data-bind="dxDataGrid: workDataGridOptions2" />
- </div>
- </div>
- </div>
|