|
|
@ -23,24 +23,24 @@
|
|
|
|
<button type="button" class="btn btn-primary" name="btnViewAnswerPreview" title="민원 답변 보기">
|
|
|
|
<button type="button" class="btn btn-primary" name="btnViewAnswerPreview" title="민원 답변 보기">
|
|
|
|
민원 답변 보기
|
|
|
|
민원 답변 보기
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<button type="button" class="btn btn-primary" name="btnUpdateCrdn" title="단속 정보 수정">
|
|
|
|
|
|
|
|
단속정보 수정
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary" name="btnRemoveCrdn" title="단속 정보 삭제">
|
|
|
|
|
|
|
|
단속정보 삭제
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary" name="btnCreateCrdnReReg" title="단속 재등록">
|
|
|
|
|
|
|
|
단속 재등록
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary" name="btnPrintNhtPdf01" title="고지서 출력(PDF-A4)">
|
|
|
|
<button type="button" class="btn btn-primary" name="btnPrintNhtPdf01" title="고지서 출력(PDF-A4)">
|
|
|
|
고지서출력(A4)
|
|
|
|
고지서출력(A4)
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<button type="button" class="btn btn-primary" name="btnPrintNhtPdf02" title="고지서 출력(PDF-Letter)">
|
|
|
|
<button type="button" class="btn btn-primary" name="btnPrintNhtPdf02" title="고지서 출력(PDF-Letter)">
|
|
|
|
고지서서출력(Letter)
|
|
|
|
고지서서출력(Letter)
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary" name="btnUpdateCrdn" title="단속 정보 수정">
|
|
|
|
|
|
|
|
단속정보 수정
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary" name="btnRemoveCrdn" title="단속 정보 삭제">
|
|
|
|
|
|
|
|
단속정보 삭제
|
|
|
|
|
|
|
|
</button>
|
|
|
|
<button type="button" class="btn btn-primary" name="btnUpdateCrdnSttsCd" title="단속 상태 변경">
|
|
|
|
<button type="button" class="btn btn-primary" name="btnUpdateCrdnSttsCd" title="단속 상태 변경">
|
|
|
|
단속상태 변경
|
|
|
|
단속상태 변경
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary" name="btnCreateCrdnReReg" title="단속 재등록">
|
|
|
|
|
|
|
|
단속 재등록
|
|
|
|
|
|
|
|
</button>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div> <!-- <div class="container-page-btn"> -->
|
|
|
|
</div> <!-- <div class="container-page-btn"> -->
|
|
|
|
|
|
|
|
|
|
|
@ -136,7 +136,7 @@
|
|
|
|
<!-- 차대번호 -->
|
|
|
|
<!-- 차대번호 -->
|
|
|
|
<div class="col-md-4">
|
|
|
|
<div class="col-md-4">
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="vin">차대번호</label>
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="vin">차대번호</label>
|
|
|
|
<input is="id-input" type="text" class="form-control w-45" name="vin" data-map="VIN" />
|
|
|
|
<input is="id-input" type="text" class="form-control w-45" name="vin" data-map="VIN" readonly />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 차량 명 -->
|
|
|
|
<!-- 차량 명 -->
|
|
|
|
<div class="col-md-4">
|
|
|
|
<div class="col-md-4">
|
|
|
@ -983,24 +983,24 @@
|
|
|
|
$P.$find("btnViewAnswerPreview").on("click", () => {
|
|
|
|
$P.$find("btnViewAnswerPreview").on("click", () => {
|
|
|
|
$P.fnViewAnswerPreview($P.$find("btnViewAnswerPreview").attr("title")); // 민원 답변 보기
|
|
|
|
$P.fnViewAnswerPreview($P.$find("btnViewAnswerPreview").attr("title")); // 민원 답변 보기
|
|
|
|
});
|
|
|
|
});
|
|
|
|
$P.$find("btnUpdateCrdn").on("click", () => {
|
|
|
|
|
|
|
|
$P.fnUpdateCrdn($P.$find("btnUpdateCrdn").attr("title")); // 단속 정보 수정
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
$P.$find("btnRemoveCrdn").on("click", () => {
|
|
|
|
|
|
|
|
$P.fnRemoveCrdn($P.$find("btnRemoveCrdn").attr("title")); // 단속 정보 삭제
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
$P.$find("btnCreateCrdnReReg").on("click", () => {
|
|
|
|
|
|
|
|
$P.fnCreateCrdnReReg($P.$find("btnCreateCrdnReReg").attr("title")); // 단속 재등록
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
$P.$find("btnPrintNhtPdf01").on("click", () => {
|
|
|
|
$P.$find("btnPrintNhtPdf01").on("click", () => {
|
|
|
|
$P.fnMakeFileNht($P.$find("btnPrintNhtPdf01").attr("title"), "pdf", "01"); // 고지서 출력
|
|
|
|
$P.fnMakeFileNht($P.$find("btnPrintNhtPdf01").attr("title"), "pdf", "01"); // 고지서 출력
|
|
|
|
});
|
|
|
|
});
|
|
|
|
$P.$find("btnPrintNhtPdf02").on("click", () => {
|
|
|
|
$P.$find("btnPrintNhtPdf02").on("click", () => {
|
|
|
|
$P.fnMakeFileNht($P.$find("btnPrintNhtPdf02").attr("title"), "pdf", "02"); // 고지서 출력
|
|
|
|
$P.fnMakeFileNht($P.$find("btnPrintNhtPdf02").attr("title"), "pdf", "02"); // 고지서 출력
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
$P.$find("btnUpdateCrdn").on("click", () => {
|
|
|
|
|
|
|
|
$P.fnUpdateCrdn($P.$find("btnUpdateCrdn").attr("title")); // 단속 정보 수정
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
$P.$find("btnRemoveCrdn").on("click", () => {
|
|
|
|
|
|
|
|
$P.fnRemoveCrdn($P.$find("btnRemoveCrdn").attr("title")); // 단속 정보 삭제
|
|
|
|
|
|
|
|
});
|
|
|
|
$P.$find("btnUpdateCrdnSttsCd").on("click", () => {
|
|
|
|
$P.$find("btnUpdateCrdnSttsCd").on("click", () => {
|
|
|
|
$P.fnUpdateCrdnSttsCd($P.$find("btnUpdateCrdnSttsCd").attr("title")); // 단속 상태 변경
|
|
|
|
$P.fnUpdateCrdnSttsCd($P.$find("btnUpdateCrdnSttsCd").attr("title")); // 단속 상태 변경
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
$P.$find("btnCreateCrdnReReg").on("click", () => {
|
|
|
|
|
|
|
|
$P.fnCreateCrdnReReg($P.$find("btnCreateCrdnReReg").attr("title")); // 단속 재등록
|
|
|
|
|
|
|
|
});
|
|
|
|
$P.$find("btnDeleteCrdnPayer").on("click", () => {
|
|
|
|
$P.$find("btnDeleteCrdnPayer").on("click", () => {
|
|
|
|
$P.fnDeleteCrdnPayer($P.$find("btnDeleteCrdnPayer").attr("title")); // 납부자 초기화
|
|
|
|
$P.fnDeleteCrdnPayer($P.$find("btnDeleteCrdnPayer").attr("title")); // 납부자 초기화
|
|
|
|
});
|
|
|
|
});
|
|
|
@ -1017,11 +1017,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
// 화면 호출(callPurpose)이 view라면 버튼 비활성화 disabled = true
|
|
|
|
// 화면 호출(callPurpose)이 view라면 버튼 비활성화 disabled = true
|
|
|
|
if (pageObject['${mainPageName}'].callPurpose == "view") {
|
|
|
|
if (pageObject['${mainPageName}'].callPurpose == "view") {
|
|
|
|
|
|
|
|
$P.$find("btnPrintNhtPdf01").prop("disabled", true);
|
|
|
|
|
|
|
|
$P.$find("btnPrintNhtPdf02").prop("disabled", true);
|
|
|
|
$P.$find("btnUpdateCrdn").prop("disabled", true);
|
|
|
|
$P.$find("btnUpdateCrdn").prop("disabled", true);
|
|
|
|
$P.$find("btnRemoveCrdn").prop("disabled", true);
|
|
|
|
$P.$find("btnRemoveCrdn").prop("disabled", true);
|
|
|
|
$P.$find("btnCreateCrdnReReg").prop("disabled", true);
|
|
|
|
|
|
|
|
$P.$find("btnPrintNotice").prop("disabled", true);
|
|
|
|
|
|
|
|
$P.$find("btnUpdateCrdnSttsCd").prop("disabled", true);
|
|
|
|
$P.$find("btnUpdateCrdnSttsCd").prop("disabled", true);
|
|
|
|
|
|
|
|
$P.$find("btnCreateCrdnReReg").prop("disabled", true);
|
|
|
|
$P.$find("btnDeleteCrdnPayer").prop("disabled", true);
|
|
|
|
$P.$find("btnDeleteCrdnPayer").prop("disabled", true);
|
|
|
|
$P.$find("btnUpdatePayer").prop("disabled", true);
|
|
|
|
$P.$find("btnUpdatePayer").prop("disabled", true);
|
|
|
|
$P.$find("btnOpenVideoCapture").prop("disabled", true);
|
|
|
|
$P.$find("btnOpenVideoCapture").prop("disabled", true);
|
|
|
@ -1029,11 +1030,12 @@
|
|
|
|
$P.$find("btnEditPhoto").prop("disabled", true);
|
|
|
|
$P.$find("btnEditPhoto").prop("disabled", true);
|
|
|
|
$P.$find("btnDeleteExistPhoto").prop("disabled", true);
|
|
|
|
$P.$find("btnDeleteExistPhoto").prop("disabled", true);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
|
|
|
|
$P.$find("btnPrintNhtPdf01").prop("disabled", false);
|
|
|
|
|
|
|
|
$P.$find("btnPrintNhtPdf02").prop("disabled", false);
|
|
|
|
$P.$find("btnUpdateCrdn").prop("disabled", false);
|
|
|
|
$P.$find("btnUpdateCrdn").prop("disabled", false);
|
|
|
|
$P.$find("btnRemoveCrdn").prop("disabled", false);
|
|
|
|
$P.$find("btnRemoveCrdn").prop("disabled", false);
|
|
|
|
$P.$find("btnCreateCrdnReReg").prop("disabled", false);
|
|
|
|
|
|
|
|
$P.$find("btnPrintNotice").prop("disabled", false);
|
|
|
|
|
|
|
|
$P.$find("btnUpdateCrdnSttsCd").prop("disabled", false);
|
|
|
|
$P.$find("btnUpdateCrdnSttsCd").prop("disabled", false);
|
|
|
|
|
|
|
|
$P.$find("btnCreateCrdnReReg").prop("disabled", false);
|
|
|
|
$P.$find("btnDeleteCrdnPayer").prop("disabled", false);
|
|
|
|
$P.$find("btnDeleteCrdnPayer").prop("disabled", false);
|
|
|
|
$P.$find("btnUpdatePayer").prop("disabled", false);
|
|
|
|
$P.$find("btnUpdatePayer").prop("disabled", false);
|
|
|
|
$P.$find("btnOpenVideoCapture").prop("disabled", false);
|
|
|
|
$P.$find("btnOpenVideoCapture").prop("disabled", false);
|
|
|
|