미승인된 자료 승인 요청 취소 기능 추가

main
이범준 1 month ago
parent 4f52f4159e
commit f39c10b740

@ -286,7 +286,7 @@
if (tabName == "대상") {
$P.$findn("btnCreate").prop("disabled", !atLeastOne);
} else if (tabName == "요청중") {
} else if (tabName == "요청중" || tabName == "미승인") {
$P.$findn("btnRemove").prop("disabled", !atLeastOne);
} else {
$P.$findn("btnCreate").prop("disabled", true);
@ -335,7 +335,7 @@
if (tabName == "대상") {
$P.$findn("btnCreate").prop("disabled", false);
$P.$findn("btnRemove").prop("disabled", true);
} else if (tabName == "요청중") {
} else if (tabName == "요청중" || tabName == "미승인") {
$P.$findn("btnCreate").prop("disabled", true);
$P.$findn("btnRemove").prop("disabled", false);
} else {

Loading…
Cancel
Save