이지우 - 착수보고 동시기안 정렬 처리 수정
This commit is contained in:
parent
91464bb99c
commit
462d40eac8
@ -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));
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user