이지우 - 착수보고 동시기안 정렬 처리 수정

This commit is contained in:
JIWOO 2025-03-11 14:19:18 +09:00
parent 91464bb99c
commit 462d40eac8
2 changed files with 7 additions and 1 deletions

View File

@ -717,6 +717,11 @@ public class GwBaseController {
//params.put("title", this.gwTitle(s_jobID, (EgovMap)params.get("data1")));
params.put("title", this.gwNewTitles(s_jobID, (EgovMap)params.get("data1")));
//착수보고 동시기안 최상단 타이틀 처리
if("Y".equals(params.get("sameTime"))) {
params.put("title", s_title + " 사건착수 보고");
}
//본문 생성
params.put("contents", this.gwContentsSet(s_jobID, (EgovMap)params.get("data1"), a_caseNo, s_title));

View File

@ -449,7 +449,7 @@ function clipCall(crfNm){
var v_data_file_target = '';
$('input:checkbox[name="chk"]:checked').each(function(idx) {
$($('input:checkbox[name="chk"]:checked').get().reverse()).each(function(idx) {
if (v_data_state==''){
v_data_state = $(this).attr("data-state");
}else{
@ -832,6 +832,7 @@ function clipCall(crfNm){
<input type="hidden" id="mod" name="mod" value=""/>
<input type="hidden" id="subjectStr" name="subjectStr" value=""/>
<input type="hidden" id="contentsStr" name="contentsStr" value=""/>
<input type="hidden" id="sameTime" name="sameTime" value="Y"/>
</form>