|
|
|
|
@ -418,13 +418,13 @@
|
|
|
|
|
// 주정차위반, 전용차로위반과태료 외에는 수납 등록, 취소, 삭제 기능이 없어야 한다.
|
|
|
|
|
let taskSeCd = pageObject["${pageNameMain}"].ctrlMain.getValue("TASK_SE_CD");
|
|
|
|
|
if ("BPV,PVS".indexOf("taskSeCd") != -1) {
|
|
|
|
|
$P.$findn("btnCreateRcvmt").prop("disabled", false);
|
|
|
|
|
$P.$findn("btnUpdateRcvmtRtrc").prop("disabled", false);
|
|
|
|
|
$P.$findn("btnRemoveRcvmt").prop("disabled", false);
|
|
|
|
|
} else {
|
|
|
|
|
$P.$findn("btnCreateLevy").prop("disabled", true);
|
|
|
|
|
$P.$findn("btnUpdateRcvmtRtrc").prop("disabled", true);
|
|
|
|
|
$P.$findn("btnRemoveRcvmt").prop("disabled", true);
|
|
|
|
|
} else {
|
|
|
|
|
$P.$findn("btnCreateRcvmt").prop("disabled", false);
|
|
|
|
|
$P.$findn("btnUpdateRcvmtRtrc").prop("disabled", false);
|
|
|
|
|
$P.$findn("btnRemoveRcvmt").prop("disabled", false);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|