|
@@ -43,6 +43,7 @@
|
|
|
<w2:column id="authGrpId" name="권한그룹아이디" dataType="text" />
|
|
|
<w2:column id="userId" name="사용자아이디" dataType="text" />
|
|
|
<w2:column id="userNm" name="사용자명" dataType="text" />
|
|
|
+ <w2:column id="dutyTypeNm" name="재직여부" dataType="text" />
|
|
|
<w2:column id="lginId" name="로그인아이디" dataType="text" />
|
|
|
</w2:columnInfo>
|
|
|
</w2:dataList>
|
|
@@ -586,9 +587,11 @@
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column44" inputType="text"
|
|
|
style="height:30px;" value="권한그룹ID" width="70" hidden="true" />
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column43" inputType="text"
|
|
|
- style="height:30px;" value="로그인ID" width="150" useFilter="true" />
|
|
|
+ style="height:30px;" value="로그인ID" width="100" useFilter="true" />
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column41" inputType="text"
|
|
|
- style="height:30px;" value="성명" width="150" useFilter="true" />
|
|
|
+ style="height:30px;" value="성명" width="100" useFilter="true" />
|
|
|
+ <w2:column blockSelect="false" displayMode="label" id="column50" inputType="text"
|
|
|
+ style="height:30px;" value="재직여부" width="100" useFilter="true" />
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column45" inputType="text"
|
|
|
style="height:30px;" value="사용자ID" width="70" hidden="true" />
|
|
|
</w2:row>
|
|
@@ -603,6 +606,8 @@
|
|
|
style="height:30px" width="70" />
|
|
|
<w2:column blockSelect="false" displayMode="label" id="userNm" inputType="text" readOnly="true"
|
|
|
style="height:30px" width="100" />
|
|
|
+ <w2:column blockSelect="false" displayMode="label" id="dutyTypeNm" inputType="text" readOnly="true"
|
|
|
+ style="height:30px" width="100" />
|
|
|
<w2:column blockSelect="false" displayMode="label" id="userId" inputType="text" style="height:30px"
|
|
|
width="70" />
|
|
|
</w2:row>
|