refactor: [#2890] 수정완료 / 1.피신청인 추가시 ==>피신청인 이름 항목 노출 /2.조정정보 > 신청쥐지 >
예문팝업 ==> 등록
This commit is contained in:
parent
4c80bc343c
commit
9b3b0ad995
@ -97,6 +97,22 @@ function workView(obj){
|
||||
$(obj).removeClass("btn_close").addClass("btn_open");
|
||||
}
|
||||
}
|
||||
// 신청취지 텍스트에 추가
|
||||
function addText(obj, exmpCd){
|
||||
console.log("??");
|
||||
// 답변서 code == 04
|
||||
if(exmpCd == '04')
|
||||
{
|
||||
$('#adrDocCn1').text(obj.text);
|
||||
$(".tooltip-close").trigger("click");
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
$("#reqCn1", opener.document).text($('#reqCn1').text().trim()+' '+obj.text);
|
||||
}
|
||||
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
.popup_cont {border-bottom:0 none;}
|
||||
|
||||
@ -413,8 +413,9 @@
|
||||
var ustTy = $("[name='adjReqMgrVoList["+ num +"].rpplUsrTy']:eq(0)");
|
||||
ustTy.prop("checked", true);
|
||||
|
||||
$('#rppl0'+num+'UsrTy1').trigger("click");
|
||||
|
||||
// $('#rppl0'+num+'UsrTy1').trigger("click");
|
||||
// usrTySelect($('#rppl0'+num+'UsrTy1'));
|
||||
console.log('num :: ', num);
|
||||
|
||||
$("[name='adjReqMgrVoList["+ num +"].rpplUsrTy']:eq(0)").val("01");
|
||||
|
||||
@ -425,6 +426,7 @@
|
||||
|
||||
//추가 피신청인 카운트 늘려주기
|
||||
$('#reqPerTotCnt').val(Number(reqPerTotCnt) + 1);
|
||||
$('#rppl0'+num+'UsrTy1').closest("table").find("tr[usrTy='01']").show();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user