포탈 법인, 사용자 기본폼 변경
This commit is contained in:
@@ -87,8 +87,8 @@
|
||||
callback();
|
||||
}
|
||||
if(!isDetail) {
|
||||
$("select[name=orgStatus]").val("READY").prop("disabled", true);
|
||||
$("select[name=approvalStatus]").val("PENDING").prop("disabled", true);
|
||||
$("select[name=orgStatus]").val("ACTIVE").prop("disabled", true);
|
||||
$("select[name=approvalStatus]").val("COMPLETED").prop("disabled", true);
|
||||
}
|
||||
},
|
||||
error:function(e){
|
||||
|
||||
Reference in New Issue
Block a user