123456789101112131415161718192021222324252627 |
- <div data-options="dxView : { name: 'DailyCheckReport', title: '자재입출고 현황', pane: 'master' } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'FacilityTaskReportPopup' }"></div>
- <!-- <div data-options="dxViewPlaceholder: { viewName: 'FacilityTaskReportSearchConditionView' }"></div>-->
- <!--
- <p id="st1" class="body_sub_title">자재 현황</p>
- <div class="fl chart_wrap_box" style="width: 30%; height: 340px;">
- <p id="st2" class="body_sub_title_2depth">미정</p>
- <div id="chartPieDay" style="height: 90%; width: 100%;" />
- </div>
- <div class="fr chart_wrap_box" style="width: 69%; height: 340px;">
- <p id="st3" class="body_sub_title_2depth">미정</p>
- <div id="chartBarDay" 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: 60%; height: 680px;">
- <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: 39%; height: 680px;">
- <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>
|