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