12345678910111213141516171819202122232425262728293031 |
- <div data-options="dxView : { name: 'ControlValueSet', title: '설비 설정값 조정', pane: 'master' } ">
- <!-- <div data-bind="dxCommand: popupInsertButtonOptions"></div>-->
- <!-- <div data-bind="dxCommand: { action: refreshList, id: 'refresh', title: 'Refresh', icon: 'refresh' }"></div>-->
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'ControlValueSetSearchConditionView' }"></div>
- <p class="body_sub_title">설비 설정값 목록</p>
- <!--
- <table style="clear: both; width: 960px; margin-top: 3px; margin-left:340px; 2px solid
- <tbody class="employee2">
- <tr style="text-align: center; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- <td style="font-size: 12px; width: 85px; border-left: 0 !important; border-bottom: 1px solid
- </tr>
- </tbody>
- </table>-->
- <!--<div id="gridContainer" style="height: 706px; width: 100%; font-size: 12px;" />-->
- <div id="gridContainer" style="height: 706px; width: 100%; font-size: 12px;" data-bind="dxDataGrid: workDataGridOptions">
- </div>
- </div>
|