|
|
|
@ -25,13 +25,11 @@
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<th height="23">
|
|
|
|
|
<label class="required">사용자 아이디</label>
|
|
|
|
|
<label class="required">계정 아이디</label>
|
|
|
|
|
</th>
|
|
|
|
|
<td >
|
|
|
|
|
<form:hidden path="emplyrUniqId" />
|
|
|
|
|
<form:input path="emplyrId" id="emplyrId" cssClass="txaIpt" size="20" maxlength="20" readonly="${isUpdate}"/>
|
|
|
|
|
<%--
|
|
|
|
|
<form:input path="emplyrId" id="emplyrId" cssClass="txaIpt" size="20" maxlength="20" readonly="readonly" disabled="${isUpdate? 'disabled' : 'none'}"/>
|
|
|
|
|
--%>
|
|
|
|
|
<form:errors path="emplyrId" cssClass="error"/>
|
|
|
|
|
<form:hidden path="uniqId" />
|
|
|
|
|
<form:hidden path="userId" />
|
|
|
|
@ -216,7 +214,6 @@
|
|
|
|
|
cmmBizAjax('add', {
|
|
|
|
|
url: '<c:url value="/framework/biz/mng/usr/addUser.do"/>'
|
|
|
|
|
,data: $("#userInfoVO").serialize()
|
|
|
|
|
//,contentType: 'x-www-form-url-encoded'
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
,modify: () => {
|
|
|
|
@ -236,8 +233,7 @@
|
|
|
|
|
cmmBizAjax('remove', {
|
|
|
|
|
url: '<c:url value="/framework/biz/mng/usr/removeUser.do"/>'
|
|
|
|
|
,data: {
|
|
|
|
|
userTy: '<c:out value="${userInfoVO.userTy}"/>'
|
|
|
|
|
,userId: '<c:out value="${userInfoVO.emplyrId}"/>'
|
|
|
|
|
emplyrUniqId: '<c:out value="${userInfoVO.emplyrUniqId}"/>'
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|