개별총정보, 계도장현황, 고지서발송 화면 수정

master
mjkhan21 2 months ago
parent d1d9a269b3
commit b9fb35ca3d

@ -10,7 +10,7 @@
<mkdir dir="fims/files/interface" />
<copy file="fims-chongno.war" todir="fims" />
<copy file="fims-chongno.sh" todir="fims" />
<copy file="launcher.sh" todir="fims" />
<copy file="application.yml" todir="fims" />
<zip destfile="fims-chongno.zip"

@ -2,7 +2,7 @@
# 런처용 .sh 파일은 755 권한을 주어야 합니다. (명령어 : chmod)
# java 실행 경로가 맞는지 확인하시기 바랍니다. (명령어 which java)
APP_NAME="특별관리지역 통행제한 과태료 시스템"
APP_NAME="북촌 통행제한 관리 시스템"
APP_HOME=/applications/fims
APP_WAR=fims-chongno.war

@ -174,22 +174,22 @@
</template>
<template name="tmpltNotFound">
<tr class="bpv">
<td valign="top" colspan="14" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
<td valign="top" colspan="15" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
</tr>
<tr class="dpv">
<td valign="top" colspan="14" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
<td valign="top" colspan="15" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
</tr>
<tr class="dvs">
<td valign="top" colspan="14" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
<td valign="top" colspan="15" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
</tr>
<tr class="eca">
<td valign="top" colspan="14" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
<td valign="top" colspan="15" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
</tr>
<tr class="rvs pvs">
<td valign="top" colspan="14" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
<td valign="top" colspan="15" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
</tr>
<tr class="pes">
<td valign="top" colspan="14" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
<td valign="top" colspan="15" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
</tr>
</template>
</table>

@ -267,6 +267,7 @@
$("#schLevyNoTo--${pageName}").prop("disabled", true); // 종료 부과번호
$("#schVltnId--${pageName}").prop("disabled", true); // 위반항목
$("#tnocs--${pageName}").val(resp.tnocs);
$("#gramt--${pageName}").val(resp.gramt);
// enabled
$("#btnSave--${pageName}").prop("disabled", false); // 저장 버튼
}

@ -63,10 +63,10 @@
</li>
<li class="nav-item">
<button type="button" class="nav-link w-px-160 h-75" name="btnLevy" role="tab" data-bs-toggle="tab" data-bs-target="#levyInfo" aria-controls="levyInfo" aria-selected="false">
부과체납 정보
부과 정보
</button>
</li>
<li class="nav-item">
<li hidden class="nav-item">
<button type="button" class="nav-link w-px-160 h-75" name="btnRcvmt" role="tab" data-bs-toggle="tab" data-bs-target="#rcvmtInfo" aria-controls="rcvmtInfo" aria-selected="false">
수납 정보
</button>

Loading…
Cancel
Save