ea24cdca435b6ac8752d751a20361f1400213d6e.svn-base 1.7 KB

123456789101112131415161718192021222324252627
  1. <div data-options="dxView : { name: 'DailyCheckReport', 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. <!-- <div data-options="dxViewPlaceholder: { viewName: 'FacilityTaskReportSearchConditionView' }"></div>-->
  6. <!--
  7. <p id="st1" class="body_sub_title">자재 현황</p>
  8. <div class="fl chart_wrap_box" style="width: 30%; height: 340px;">
  9. <p id="st2" class="body_sub_title_2depth">미정</p>
  10. <div id="chartPieDay" style="height: 90%; width: 100%;" />
  11. </div>
  12. <div class="fr chart_wrap_box" style="width: 69%; height: 340px;">
  13. <p id="st3" class="body_sub_title_2depth">미정</p>
  14. <div id="chartBarDay" style="height: 90%; width: 100%;" />
  15. </div>
  16. <div class="clear"></div>-->
  17. <p id="st4" class="clear body_sub_title" style="margin-top: 16px;">자재입출고 목록</p>
  18. <div class="fl chart_wrap_box" style="width: 60%; height: 680px;">
  19. <p id="st5" class="body_sub_title_2depth">일일 입출고 목록</p>
  20. <div id="gridContainer" style="height: 90%; width: 100%; font-size: 12px;" data-bind="dxDataGrid: workDataGridOptions" />
  21. </div>
  22. <div class="fr chart_wrap_box" style="width: 39%; height: 680px;">
  23. <p id="st6" class="body_sub_title_2depth">창고별 자재 목록</p>
  24. <div id="gridContainer2" style="height: 90%; width: 100%; font-size: 12px;" data-bind="dxDataGrid: workDataGridOptions2" />
  25. </div>
  26. </div>
  27. </div>