67fb9ffd6e118e25dd470d4f5d0ba6c72a50327b.svn-base 2.1 KB

123456789101112131415161718192021222324252627
  1. <div data-options="dxView : { name: 'ReportJob', title: '보고서 업무', pane: 'master' } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' } ">
  3. <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
  4. <div data-options="dxViewPlaceholder: { viewName: 'ReportPopup' }"></div>
  5. <p class="body_sub_title">보고서 조회</p>
  6. <!--상단 차트 레이아웃-->
  7. <div class="chart_wrap_box" style="width: 100%;">
  8. <div id="newBtn" class="fr" style="margin-right: 10px;" data-bind="dxButton: {text: '신규보고서', onClick: newButtonClicked}"></div><br /><br />
  9. <div id="dataGrid" class="fl" style="width: 100%;height:100%" data-bind="dxDataGrid: dataGrid"></div>
  10. <!--<div class="fl" style="margin-left:10px;font-size:14px;font-weight:bold;">보고서 작성</div><br />
  11. <div class="fl" style="margin-right: 10px; line-height: 220%;">보고서 종류 선택 : </div>
  12. <div id="formatSelect" class="fl" style="width: 300px;margin-right:10px; " data-bind="dxSelectBox: formatSelect"></div>
  13. <div id="startDatePicker" class="fl" style="margin-right: 10px;" data-bind=" dxDateBox : startDatePicker"></div>
  14. <div class="fl" style="margin-right: 10px; line-height: 220%;">보고서 제목 : </div>
  15. <div id="reportName" class="fl" style="width: 250px;" data-bind=" dxTextBox : reportName"></div>
  16. <div id="newBtn" class="fr" style="margin-right: 10px;" data-bind="dxButton: {text: '신규보고서', onClick: newButtonClicked}"></div>
  17. <div id="saveBtn" class="fr" style="margin-right:10px;" data-bind="dxButton: {text: '작성', onClick: saveButtonClicked}"></div>
  18. <br />
  19. <br />
  20. <div class="fl" style="margin-right: 10px; line-height: 220%;">기존 보고서 불러오기 : </div>
  21. <div id="reportSelect" class="fl" style="width: 300px;margin-right:10px; " data-bind="dxSelectBox: reportSelect"></div>
  22. <br />
  23. <br />
  24. <div id="summernote"></div>-->
  25. </div>
  26. </div>
  27. </div>