포탈 법인, 사용자 기본폼 변경

This commit is contained in:
Rinjae
2026-01-17 22:38:49 +09:00
parent c6012711f0
commit cb551d6888
8 changed files with 246 additions and 30 deletions
@@ -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){