123456789101112131415161718192021222324252627 |
- <div data-options="dxView : { name: 'ReportJob', title: '보고서 업무', pane: 'master' } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'ReportPopup' }"></div>
- <p class="body_sub_title">보고서 조회</p>
- <!--상단 차트 레이아웃-->
- <div class="chart_wrap_box" style="width: 100%;">
- <div id="newBtn" class="fr" style="margin-right: 10px;" data-bind="dxButton: {text: '신규보고서', onClick: newButtonClicked}"></div><br /><br />
- <div id="dataGrid" class="fl" style="width: 100%;height:100%" data-bind="dxDataGrid: dataGrid"></div>
- <!--<div class="fl" style="margin-left:10px;font-size:14px;font-weight:bold;">보고서 작성</div><br />
- <div class="fl" style="margin-right: 10px; line-height: 220%;">보고서 종류 선택 : </div>
- <div id="formatSelect" class="fl" style="width: 300px;margin-right:10px; " data-bind="dxSelectBox: formatSelect"></div>
- <div id="startDatePicker" class="fl" style="margin-right: 10px;" data-bind=" dxDateBox : startDatePicker"></div>
- <div class="fl" style="margin-right: 10px; line-height: 220%;">보고서 제목 : </div>
- <div id="reportName" class="fl" style="width: 250px;" data-bind=" dxTextBox : reportName"></div>
- <div id="newBtn" class="fr" style="margin-right: 10px;" data-bind="dxButton: {text: '신규보고서', onClick: newButtonClicked}"></div>
- <div id="saveBtn" class="fr" style="margin-right:10px;" data-bind="dxButton: {text: '작성', onClick: saveButtonClicked}"></div>
- <br />
- <br />
- <div class="fl" style="margin-right: 10px; line-height: 220%;">기존 보고서 불러오기 : </div>
- <div id="reportSelect" class="fl" style="width: 300px;margin-right:10px; " data-bind="dxSelectBox: reportSelect"></div>
- <br />
- <br />
- <div id="summernote"></div>-->
- </div>
- </div>
- </div>
|