Merge branch 'tolag3'
This commit is contained in:
commit
2307ad6fb3
@ -131,19 +131,6 @@ public class WebMediationController {
|
|||||||
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
//메뉴 권한설정
|
//메뉴 권한설정
|
||||||
// if(!memberGrant.equals("S") && !memberAuthM && !memberAuth &&
|
|
||||||
// !managerSiteMenuAuthService.getSiteMenuAuthChk(siteMenuIdx, memberIdx)){
|
|
||||||
//
|
|
||||||
// map.put("message", "common.message.no.grant");
|
|
||||||
//
|
|
||||||
// if(memberIdx.equals(0)){
|
|
||||||
// map.put("url", "/"+siteIdx+"/index.do");
|
|
||||||
// }else{
|
|
||||||
// map.put("self", "history");
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// return new ModelAndView("/_common/jsp/umessage");
|
|
||||||
// }
|
|
||||||
boolean b_ret = true;
|
boolean b_ret = true;
|
||||||
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
|
|
||||||
@ -279,7 +266,7 @@ public class WebMediationController {
|
|||||||
return new ModelAndView("/_extra/web/user/mediation/mediationStep04");
|
return new ModelAndView("/_extra/web/user/mediation/mediationStep04");
|
||||||
}
|
}
|
||||||
|
|
||||||
// /web/user/mediation/case/05/154/mediationStep04.do
|
// /web/user/mediation/case/05/154/mediationStep04_1.do
|
||||||
@RequestMapping("/web/user/mediation/{siteIdx}/05/{siteMenuIdx}/mediationStep04_1.do")
|
@RequestMapping("/web/user/mediation/{siteIdx}/05/{siteMenuIdx}/mediationStep04_1.do")
|
||||||
public ModelAndView mediationStep04_1(ModelMap map, HttpSession session, @RequestParam Map<String,Object> paramMap,
|
public ModelAndView mediationStep04_1(ModelMap map, HttpSession session, @RequestParam Map<String,Object> paramMap,
|
||||||
@PathVariable(value="siteIdx") String siteIdx,
|
@PathVariable(value="siteIdx") String siteIdx,
|
||||||
@ -308,19 +295,6 @@ public class WebMediationController {
|
|||||||
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
//메뉴 권한설정
|
//메뉴 권한설정
|
||||||
// if(!memberGrant.equals("S") && !memberAuthM && !memberAuth &&
|
|
||||||
// !managerSiteMenuAuthService.getSiteMenuAuthChk(siteMenuIdx, memberIdx)){
|
|
||||||
//
|
|
||||||
// map.put("message", "common.message.no.grant");
|
|
||||||
//
|
|
||||||
// if(memberIdx.equals(0)){
|
|
||||||
// map.put("url", "/"+siteIdx+"/index.do");
|
|
||||||
// }else{
|
|
||||||
// map.put("self", "history");
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// return new ModelAndView("/_common/jsp/umessage");
|
|
||||||
// }
|
|
||||||
boolean b_ret = true;
|
boolean b_ret = true;
|
||||||
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
|
|
||||||
@ -460,7 +434,501 @@ public class WebMediationController {
|
|||||||
session.setAttribute("siteIdx", siteIdx);
|
session.setAttribute("siteIdx", siteIdx);
|
||||||
|
|
||||||
return new ModelAndView("/_extra/web/user/mediation/mediationStep04_1");
|
return new ModelAndView("/_extra/web/user/mediation/mediationStep04_1");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// /web/user/mediation/case/05/154/mediationStep04_2.do
|
||||||
|
@RequestMapping("/web/user/mediation/{siteIdx}/05/{siteMenuIdx}/mediationStep04_2.do")
|
||||||
|
public ModelAndView mediationStep04_2(ModelMap map, HttpSession session, @RequestParam Map<String,Object> paramMap,
|
||||||
|
@PathVariable(value="siteIdx") String siteIdx,
|
||||||
|
@PathVariable(value="siteMenuIdx") Integer siteMenuIdx
|
||||||
|
, HttpServletRequest req){
|
||||||
|
|
||||||
|
// String tempHpDi = SeedUtils.setReplaceNull(session.getAttribute("hpDi"));
|
||||||
|
/*String tempAgreeCheck = SeedUtils.setReplaceNull(session.getAttribute("agreeCheck"));*/
|
||||||
|
// if(tempHpDi.equals("")/* || tempAgreeCheck.equals("")*/){
|
||||||
|
// map.put("siteIdx", "case");
|
||||||
|
// map.put("url", "/case/index.do");
|
||||||
|
// map.put("message", "user.message.medi.session.alert");
|
||||||
|
// map.put("opener", "");
|
||||||
|
// map.put("append", "");
|
||||||
|
// map.put("self", "");
|
||||||
|
//
|
||||||
|
// return new ModelAndView("/_common/jsp/umessage");
|
||||||
|
// }
|
||||||
|
|
||||||
|
/*----권한체크----*/
|
||||||
|
setSessionMessageRemove(session);
|
||||||
|
|
||||||
|
Integer memberIdx = Integer.valueOf(SeedUtils.setReplaceNull(session.getAttribute("memberIdx"),"0"));
|
||||||
|
String memberGrant = (memberIdx == 0) ? "N" : SeedUtils.setReplaceNull(managerMemberService.getMemberMapForm(memberIdx, new String[] {"memberGrant"}).get("_memberGrant"), "N");
|
||||||
|
boolean memberAuthM = managerSiteManagerService.getSiteManagerListCnt(siteIdx, memberIdx);
|
||||||
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
|
//메뉴 권한설정
|
||||||
|
boolean b_ret = true;
|
||||||
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
|
|
||||||
|
if (!b_ret) {
|
||||||
|
return new ModelAndView("/_common/jsp/message");
|
||||||
|
}
|
||||||
|
|
||||||
|
Map<Object, Object> tSiteMenuDB = managerSiteMenuService.getSiteMenuMapForm(siteMenuIdx,
|
||||||
|
new String[] {"siteMenuName", "siteMenuParentTitle", "siteMenuStatus", "siteMenuType", "siteMenuLinkUrl", "siteMenuCharge", "siteMenuCharge", "siteMenuSNS",
|
||||||
|
"siteMenuTitle", "siteMenuRegDate", "siteMenuModDate", "siteMenuNameType", "siteMenuIdxs", "siteMenuDepth", "siteMenuSatisfaction", "siteMenuIdx1",
|
||||||
|
"tSite.siteActiveMenuWidth", "tSite.siteService", "tSite.siteServiceSdate", "tSite.siteServiceSdate"});
|
||||||
|
|
||||||
|
if(!memberGrant.equals("S") && !memberAuthM && !memberAuth){
|
||||||
|
if(!SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuStatus")).equals("U")){
|
||||||
|
map.put("message", "common.message.no.siteMenu");
|
||||||
|
map.put("self", "history");
|
||||||
|
return new ModelAndView("/_common/jsp/umessage");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteService")).equals("Y")){
|
||||||
|
|
||||||
|
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
|
||||||
|
|
||||||
|
try{
|
||||||
|
|
||||||
|
Date getDate = new Date();
|
||||||
|
|
||||||
|
Date sDate = formatter.parse(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteServiceSdate")));
|
||||||
|
Date eDate = formatter.parse(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteServiceEdate")));
|
||||||
|
|
||||||
|
if((sDate.compareTo(formatter.parse(formatter.format(getDate))) > 0 && eDate.compareTo(formatter.parse(formatter.format(getDate))) > 0) ||
|
||||||
|
(sDate.compareTo(formatter.parse(formatter.format(getDate))) < 0 && eDate.compareTo(formatter.parse(formatter.format(getDate))) < 0)){
|
||||||
|
return new ModelAndView("redirect:/user/common/service/"+siteIdx+".do");
|
||||||
|
}
|
||||||
|
|
||||||
|
}catch(ParseException e){
|
||||||
|
log.error("CHECK ERROR:",e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuType")).equals("F") ||
|
||||||
|
SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuType")).equals("L")){
|
||||||
|
return new ModelAndView("redirect:"+SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuLinkUrl")));
|
||||||
|
}
|
||||||
|
|
||||||
|
String siteMenuManager = "N";
|
||||||
|
StringBuffer siteMenuManagerIdx = new StringBuffer();
|
||||||
|
String siteMenuCharge = SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuCharge"), "N");
|
||||||
|
|
||||||
|
List<Map<Object, Object>> siteMenuManagerList =
|
||||||
|
managerSiteMenuManagerService.getSiteMenuManagerMapList(siteMenuIdx, new String[] {"siteMenuManagerStatus", "tMember.memberIdx"});
|
||||||
|
|
||||||
|
for(int i=0; i<siteMenuManagerList.size(); i++){
|
||||||
|
|
||||||
|
Map<Object, Object> tSiteMenuManagerDB = siteMenuManagerList.get(i);
|
||||||
|
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuManagerDB.get("_siteMenuManagerStatus")).equals("U")){
|
||||||
|
|
||||||
|
if(!memberIdx.equals(0) &&
|
||||||
|
memberIdx.equals(Integer.parseInt(SeedUtils.setReplaceNull(tSiteMenuManagerDB.get("_memberIdx"), "0"))) &&
|
||||||
|
siteMenuManager.equals("N")){
|
||||||
|
siteMenuManager = "Y";
|
||||||
|
}
|
||||||
|
siteMenuManagerIdx.append(SeedUtils.setReplaceNull(tSiteMenuManagerDB.get("_memberIdx")).toString());
|
||||||
|
siteMenuManagerIdx.append(",");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if(memberGrant.equals("S") || memberAuthM){
|
||||||
|
siteMenuManager = "Y";
|
||||||
|
}
|
||||||
|
|
||||||
|
//편집 권한
|
||||||
|
map.put("siteMenuManager", siteMenuManager);
|
||||||
|
//담당자 보기 설정
|
||||||
|
map.put("siteMenuCharge", siteMenuCharge);
|
||||||
|
//담당자 이름
|
||||||
|
map.put("siteMenuManagerIdx", siteMenuManagerIdx.toString());
|
||||||
|
//만족도 설정
|
||||||
|
map.put("siteMenuSatisfaction", SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuSatisfaction"), "N"));
|
||||||
|
|
||||||
|
map.put("siteMenuSubTitle", managerSiteMenuService.getSiteMenuSubTitleForm(siteIdx, SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuIdx1"))));
|
||||||
|
|
||||||
|
String siteMenuTitle = managerSiteMenuService.getSiteMenuParentName(siteIdx, SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuIdxs")), "edit").replaceAll("》", "|") +
|
||||||
|
" | " + SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuName"));
|
||||||
|
|
||||||
|
map.put("siteMenuTitle", siteMenuTitle);
|
||||||
|
|
||||||
|
//부모메뉴 타이틀 설정한 경우 해당 글의 부모 타이틀을 가져옴
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuParentTitle") ,"N").equals("Y")){
|
||||||
|
String[] siteMenuTitles = siteMenuTitle.split("\\|");
|
||||||
|
tSiteMenuDB.put("_siteMenuName", siteMenuTitles[Integer.parseInt(tSiteMenuDB.get("_siteMenuDepth").toString())-1]);
|
||||||
|
}
|
||||||
|
|
||||||
|
map.put("tSiteMenuDB", tSiteMenuDB);
|
||||||
|
|
||||||
|
map.put("memberAuthM", memberAuthM);
|
||||||
|
map.put("seedMenuAuth", managerGroupService.getGroupList(siteIdx, memberIdx, memberMerge, memberMergeSiteIdx));
|
||||||
|
/*----권한체크 종료----*/
|
||||||
|
|
||||||
|
String agreeCheck = SeedUtils.setReplaceNull(paramMap.get("agreeCheck"));
|
||||||
|
String personalCheck = SeedUtils.setReplaceNull(paramMap.get("personalCheck"));
|
||||||
|
|
||||||
|
String rceptNo = SeedUtils.setReplaceNull(paramMap.get("rceptNo"));
|
||||||
|
String mediType = SeedUtils.setReplaceNull(paramMap.get("mediType"));
|
||||||
|
String fileGubun = SeedUtils.setReplaceNull(session.getAttribute("fileGubun"));
|
||||||
|
paramMap.put("rceptNo", rceptNo);
|
||||||
|
paramMap.put("mediType", mediType);
|
||||||
|
paramMap.put("fileGubun", fileGubun);
|
||||||
|
paramMap.put("agreeCheck", agreeCheck);
|
||||||
|
paramMap.put("personalCheck", personalCheck);
|
||||||
|
|
||||||
|
if(!rceptNo.equals("")){
|
||||||
|
map.put("recptmsData", service2.selectRecptms(paramMap));//사건마스터
|
||||||
|
map.put("applcntData", service2.selectApplcnt(paramMap));//신청인
|
||||||
|
map.put("respondentData", service2.selectRespondent(paramMap));//피신청인
|
||||||
|
map.put("appagentData", service2.selectAppagent(paramMap));//신청인 대리인
|
||||||
|
map.put("selectRceptsttus", service2.selectRceptsttus(paramMap));//접수현황
|
||||||
|
map.put("selectReason", service2.selectReason(paramMap));//신청경로
|
||||||
|
map.put("selectSubcntrsttusA", service2.selectSubcntrsttusA(paramMap));//A 하도급대급 내역 리스
|
||||||
|
map.put("selectSubcntrsttusTotA", service2.selectSubcntrsttusTotA(paramMap));//A 하도급 소계 그룹바이
|
||||||
|
map.put("selectSubcntrsttusR", service2.selectSubcntrsttusR(paramMap));//R 하도급대급 내역 리스
|
||||||
|
map.put("selectSubcntrsttusTotR", service2.selectSubcntrsttusTotR(paramMap));//R 하도급 소계 그룹바이
|
||||||
|
map.put("caseFileList", fileService.caseFileList(paramMap));//파일 리스트
|
||||||
|
}else {
|
||||||
|
map.put("message", "정상적이지 않은 사건번호입니다. 관리자에게 문의하세요.");
|
||||||
|
map.put("self", "history");
|
||||||
|
return new ModelAndView("/_common/jsp/umessage");
|
||||||
|
}
|
||||||
|
map.put("rceptNo", rceptNo);
|
||||||
|
map.put("agreeCheck", agreeCheck);
|
||||||
|
map.put("personalCheck", personalCheck);
|
||||||
|
map.put("mediType", mediType);
|
||||||
|
|
||||||
|
session.setAttribute("siteIdx", siteIdx);
|
||||||
|
|
||||||
|
return new ModelAndView("/_extra/web/user/mediation/mediationStep04_2");
|
||||||
|
}
|
||||||
|
|
||||||
|
// /web/user/mediation/case/05/154/mediationStep04_3.do
|
||||||
|
@RequestMapping("/web/user/mediation/{siteIdx}/05/{siteMenuIdx}/mediationStep04_3.do")
|
||||||
|
public ModelAndView mediationStep04_3(ModelMap map, HttpSession session, @RequestParam Map<String,Object> paramMap,
|
||||||
|
@PathVariable(value="siteIdx") String siteIdx,
|
||||||
|
@PathVariable(value="siteMenuIdx") Integer siteMenuIdx
|
||||||
|
, HttpServletRequest req){
|
||||||
|
|
||||||
|
// String tempHpDi = SeedUtils.setReplaceNull(session.getAttribute("hpDi"));
|
||||||
|
/*String tempAgreeCheck = SeedUtils.setReplaceNull(session.getAttribute("agreeCheck"));*/
|
||||||
|
// if(tempHpDi.equals("")/* || tempAgreeCheck.equals("")*/){
|
||||||
|
// map.put("siteIdx", "case");
|
||||||
|
// map.put("url", "/case/index.do");
|
||||||
|
// map.put("message", "user.message.medi.session.alert");
|
||||||
|
// map.put("opener", "");
|
||||||
|
// map.put("append", "");
|
||||||
|
// map.put("self", "");
|
||||||
|
//
|
||||||
|
// return new ModelAndView("/_common/jsp/umessage");
|
||||||
|
// }
|
||||||
|
|
||||||
|
/*----권한체크----*/
|
||||||
|
setSessionMessageRemove(session);
|
||||||
|
|
||||||
|
Integer memberIdx = Integer.valueOf(SeedUtils.setReplaceNull(session.getAttribute("memberIdx"),"0"));
|
||||||
|
String memberGrant = (memberIdx == 0) ? "N" : SeedUtils.setReplaceNull(managerMemberService.getMemberMapForm(memberIdx, new String[] {"memberGrant"}).get("_memberGrant"), "N");
|
||||||
|
boolean memberAuthM = managerSiteManagerService.getSiteManagerListCnt(siteIdx, memberIdx);
|
||||||
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
|
//메뉴 권한설정
|
||||||
|
boolean b_ret = true;
|
||||||
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
|
|
||||||
|
if (!b_ret) {
|
||||||
|
return new ModelAndView("/_common/jsp/message");
|
||||||
|
}
|
||||||
|
|
||||||
|
Map<Object, Object> tSiteMenuDB = managerSiteMenuService.getSiteMenuMapForm(siteMenuIdx,
|
||||||
|
new String[] {"siteMenuName", "siteMenuParentTitle", "siteMenuStatus", "siteMenuType", "siteMenuLinkUrl", "siteMenuCharge", "siteMenuCharge", "siteMenuSNS",
|
||||||
|
"siteMenuTitle", "siteMenuRegDate", "siteMenuModDate", "siteMenuNameType", "siteMenuIdxs", "siteMenuDepth", "siteMenuSatisfaction", "siteMenuIdx1",
|
||||||
|
"tSite.siteActiveMenuWidth", "tSite.siteService", "tSite.siteServiceSdate", "tSite.siteServiceSdate"});
|
||||||
|
|
||||||
|
if(!memberGrant.equals("S") && !memberAuthM && !memberAuth){
|
||||||
|
if(!SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuStatus")).equals("U")){
|
||||||
|
map.put("message", "common.message.no.siteMenu");
|
||||||
|
map.put("self", "history");
|
||||||
|
return new ModelAndView("/_common/jsp/umessage");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteService")).equals("Y")){
|
||||||
|
|
||||||
|
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
|
||||||
|
|
||||||
|
try{
|
||||||
|
|
||||||
|
Date getDate = new Date();
|
||||||
|
|
||||||
|
Date sDate = formatter.parse(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteServiceSdate")));
|
||||||
|
Date eDate = formatter.parse(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteServiceEdate")));
|
||||||
|
|
||||||
|
if((sDate.compareTo(formatter.parse(formatter.format(getDate))) > 0 && eDate.compareTo(formatter.parse(formatter.format(getDate))) > 0) ||
|
||||||
|
(sDate.compareTo(formatter.parse(formatter.format(getDate))) < 0 && eDate.compareTo(formatter.parse(formatter.format(getDate))) < 0)){
|
||||||
|
return new ModelAndView("redirect:/user/common/service/"+siteIdx+".do");
|
||||||
|
}
|
||||||
|
|
||||||
|
}catch(ParseException e){
|
||||||
|
log.error("CHECK ERROR:",e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuType")).equals("F") ||
|
||||||
|
SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuType")).equals("L")){
|
||||||
|
return new ModelAndView("redirect:"+SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuLinkUrl")));
|
||||||
|
}
|
||||||
|
|
||||||
|
String siteMenuManager = "N";
|
||||||
|
StringBuffer siteMenuManagerIdx = new StringBuffer();
|
||||||
|
String siteMenuCharge = SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuCharge"), "N");
|
||||||
|
|
||||||
|
List<Map<Object, Object>> siteMenuManagerList =
|
||||||
|
managerSiteMenuManagerService.getSiteMenuManagerMapList(siteMenuIdx, new String[] {"siteMenuManagerStatus", "tMember.memberIdx"});
|
||||||
|
|
||||||
|
for(int i=0; i<siteMenuManagerList.size(); i++){
|
||||||
|
|
||||||
|
Map<Object, Object> tSiteMenuManagerDB = siteMenuManagerList.get(i);
|
||||||
|
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuManagerDB.get("_siteMenuManagerStatus")).equals("U")){
|
||||||
|
|
||||||
|
if(!memberIdx.equals(0) &&
|
||||||
|
memberIdx.equals(Integer.parseInt(SeedUtils.setReplaceNull(tSiteMenuManagerDB.get("_memberIdx"), "0"))) &&
|
||||||
|
siteMenuManager.equals("N")){
|
||||||
|
siteMenuManager = "Y";
|
||||||
|
}
|
||||||
|
siteMenuManagerIdx.append(SeedUtils.setReplaceNull(tSiteMenuManagerDB.get("_memberIdx")).toString());
|
||||||
|
siteMenuManagerIdx.append(",");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if(memberGrant.equals("S") || memberAuthM){
|
||||||
|
siteMenuManager = "Y";
|
||||||
|
}
|
||||||
|
|
||||||
|
//편집 권한
|
||||||
|
map.put("siteMenuManager", siteMenuManager);
|
||||||
|
//담당자 보기 설정
|
||||||
|
map.put("siteMenuCharge", siteMenuCharge);
|
||||||
|
//담당자 이름
|
||||||
|
map.put("siteMenuManagerIdx", siteMenuManagerIdx.toString());
|
||||||
|
//만족도 설정
|
||||||
|
map.put("siteMenuSatisfaction", SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuSatisfaction"), "N"));
|
||||||
|
|
||||||
|
map.put("siteMenuSubTitle", managerSiteMenuService.getSiteMenuSubTitleForm(siteIdx, SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuIdx1"))));
|
||||||
|
|
||||||
|
String siteMenuTitle = managerSiteMenuService.getSiteMenuParentName(siteIdx, SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuIdxs")), "edit").replaceAll("》", "|") +
|
||||||
|
" | " + SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuName"));
|
||||||
|
|
||||||
|
map.put("siteMenuTitle", siteMenuTitle);
|
||||||
|
|
||||||
|
//부모메뉴 타이틀 설정한 경우 해당 글의 부모 타이틀을 가져옴
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuParentTitle") ,"N").equals("Y")){
|
||||||
|
String[] siteMenuTitles = siteMenuTitle.split("\\|");
|
||||||
|
tSiteMenuDB.put("_siteMenuName", siteMenuTitles[Integer.parseInt(tSiteMenuDB.get("_siteMenuDepth").toString())-1]);
|
||||||
|
}
|
||||||
|
|
||||||
|
map.put("tSiteMenuDB", tSiteMenuDB);
|
||||||
|
|
||||||
|
map.put("memberAuthM", memberAuthM);
|
||||||
|
map.put("seedMenuAuth", managerGroupService.getGroupList(siteIdx, memberIdx, memberMerge, memberMergeSiteIdx));
|
||||||
|
/*----권한체크 종료----*/
|
||||||
|
|
||||||
|
String agreeCheck = SeedUtils.setReplaceNull(paramMap.get("agreeCheck"));
|
||||||
|
String personalCheck = SeedUtils.setReplaceNull(paramMap.get("personalCheck"));
|
||||||
|
|
||||||
|
String rceptNo = SeedUtils.setReplaceNull(paramMap.get("rceptNo"));
|
||||||
|
String mediType = SeedUtils.setReplaceNull(paramMap.get("mediType"));
|
||||||
|
String fileGubun = SeedUtils.setReplaceNull(session.getAttribute("fileGubun"));
|
||||||
|
paramMap.put("rceptNo", rceptNo);
|
||||||
|
paramMap.put("mediType", mediType);
|
||||||
|
paramMap.put("fileGubun", fileGubun);
|
||||||
|
paramMap.put("agreeCheck", agreeCheck);
|
||||||
|
paramMap.put("personalCheck", personalCheck);
|
||||||
|
|
||||||
|
if(!rceptNo.equals("")){
|
||||||
|
map.put("recptmsData", service2.selectRecptms(paramMap));//사건마스터
|
||||||
|
map.put("applcntData", service2.selectApplcnt(paramMap));//신청인
|
||||||
|
map.put("respondentData", service2.selectRespondent(paramMap));//피신청인
|
||||||
|
map.put("appagentData", service2.selectAppagent(paramMap));//신청인 대리인
|
||||||
|
map.put("selectRceptsttus", service2.selectRceptsttus(paramMap));//접수현황
|
||||||
|
map.put("selectReason", service2.selectReason(paramMap));//신청경로
|
||||||
|
map.put("selectSubcntrsttusA", service2.selectSubcntrsttusA(paramMap));//A 하도급대급 내역 리스
|
||||||
|
map.put("selectSubcntrsttusTotA", service2.selectSubcntrsttusTotA(paramMap));//A 하도급 소계 그룹바이
|
||||||
|
map.put("selectSubcntrsttusR", service2.selectSubcntrsttusR(paramMap));//R 하도급대급 내역 리스
|
||||||
|
map.put("selectSubcntrsttusTotR", service2.selectSubcntrsttusTotR(paramMap));//R 하도급 소계 그룹바이
|
||||||
|
map.put("caseFileList", fileService.caseFileList(paramMap));//파일 리스트
|
||||||
|
}else {
|
||||||
|
map.put("message", "정상적이지 않은 사건번호입니다. 관리자에게 문의하세요.");
|
||||||
|
map.put("self", "history");
|
||||||
|
return new ModelAndView("/_common/jsp/umessage");
|
||||||
|
}
|
||||||
|
map.put("rceptNo", rceptNo);
|
||||||
|
map.put("agreeCheck", agreeCheck);
|
||||||
|
map.put("personalCheck", personalCheck);
|
||||||
|
map.put("mediType", mediType);
|
||||||
|
|
||||||
|
session.setAttribute("siteIdx", siteIdx);
|
||||||
|
|
||||||
|
return new ModelAndView("/_extra/web/user/mediation/mediationStep04_3");
|
||||||
|
}
|
||||||
|
|
||||||
|
// /web/user/mediation/case/05/154/mediationStep04_3.do
|
||||||
|
@RequestMapping("/web/user/mediation/{siteIdx}/05/{siteMenuIdx}/mediationStep04_4.do")
|
||||||
|
public ModelAndView mediationStep04_4(ModelMap map, HttpSession session, @RequestParam Map<String,Object> paramMap,
|
||||||
|
@PathVariable(value="siteIdx") String siteIdx,
|
||||||
|
@PathVariable(value="siteMenuIdx") Integer siteMenuIdx
|
||||||
|
, HttpServletRequest req){
|
||||||
|
|
||||||
|
/*----권한체크----*/
|
||||||
|
setSessionMessageRemove(session);
|
||||||
|
|
||||||
|
Integer memberIdx = Integer.valueOf(SeedUtils.setReplaceNull(session.getAttribute("memberIdx"),"0"));
|
||||||
|
String memberGrant = (memberIdx == 0) ? "N" : SeedUtils.setReplaceNull(managerMemberService.getMemberMapForm(memberIdx, new String[] {"memberGrant"}).get("_memberGrant"), "N");
|
||||||
|
boolean memberAuthM = managerSiteManagerService.getSiteManagerListCnt(siteIdx, memberIdx);
|
||||||
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
|
//메뉴 권한설정
|
||||||
|
boolean b_ret = true;
|
||||||
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
|
|
||||||
|
if (!b_ret) {
|
||||||
|
return new ModelAndView("/_common/jsp/message");
|
||||||
|
}
|
||||||
|
|
||||||
|
Map<Object, Object> tSiteMenuDB = managerSiteMenuService.getSiteMenuMapForm(siteMenuIdx,
|
||||||
|
new String[] {"siteMenuName", "siteMenuParentTitle", "siteMenuStatus", "siteMenuType", "siteMenuLinkUrl", "siteMenuCharge", "siteMenuCharge", "siteMenuSNS",
|
||||||
|
"siteMenuTitle", "siteMenuRegDate", "siteMenuModDate", "siteMenuNameType", "siteMenuIdxs", "siteMenuDepth", "siteMenuSatisfaction", "siteMenuIdx1",
|
||||||
|
"tSite.siteActiveMenuWidth", "tSite.siteService", "tSite.siteServiceSdate", "tSite.siteServiceSdate"});
|
||||||
|
|
||||||
|
if(!memberGrant.equals("S") && !memberAuthM && !memberAuth){
|
||||||
|
if(!SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuStatus")).equals("U")){
|
||||||
|
map.put("message", "common.message.no.siteMenu");
|
||||||
|
map.put("self", "history");
|
||||||
|
return new ModelAndView("/_common/jsp/umessage");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteService")).equals("Y")){
|
||||||
|
|
||||||
|
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
|
||||||
|
|
||||||
|
try{
|
||||||
|
|
||||||
|
Date getDate = new Date();
|
||||||
|
|
||||||
|
Date sDate = formatter.parse(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteServiceSdate")));
|
||||||
|
Date eDate = formatter.parse(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteServiceEdate")));
|
||||||
|
|
||||||
|
if((sDate.compareTo(formatter.parse(formatter.format(getDate))) > 0 && eDate.compareTo(formatter.parse(formatter.format(getDate))) > 0) ||
|
||||||
|
(sDate.compareTo(formatter.parse(formatter.format(getDate))) < 0 && eDate.compareTo(formatter.parse(formatter.format(getDate))) < 0)){
|
||||||
|
return new ModelAndView("redirect:/user/common/service/"+siteIdx+".do");
|
||||||
|
}
|
||||||
|
|
||||||
|
}catch(ParseException e){
|
||||||
|
log.error("CHECK ERROR:",e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuType")).equals("F") ||
|
||||||
|
SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuType")).equals("L")){
|
||||||
|
return new ModelAndView("redirect:"+SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuLinkUrl")));
|
||||||
|
}
|
||||||
|
|
||||||
|
String siteMenuManager = "N";
|
||||||
|
StringBuffer siteMenuManagerIdx = new StringBuffer();
|
||||||
|
String siteMenuCharge = SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuCharge"), "N");
|
||||||
|
|
||||||
|
List<Map<Object, Object>> siteMenuManagerList =
|
||||||
|
managerSiteMenuManagerService.getSiteMenuManagerMapList(siteMenuIdx, new String[] {"siteMenuManagerStatus", "tMember.memberIdx"});
|
||||||
|
|
||||||
|
for(int i=0; i<siteMenuManagerList.size(); i++){
|
||||||
|
|
||||||
|
Map<Object, Object> tSiteMenuManagerDB = siteMenuManagerList.get(i);
|
||||||
|
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuManagerDB.get("_siteMenuManagerStatus")).equals("U")){
|
||||||
|
|
||||||
|
if(!memberIdx.equals(0) &&
|
||||||
|
memberIdx.equals(Integer.parseInt(SeedUtils.setReplaceNull(tSiteMenuManagerDB.get("_memberIdx"), "0"))) &&
|
||||||
|
siteMenuManager.equals("N")){
|
||||||
|
siteMenuManager = "Y";
|
||||||
|
}
|
||||||
|
siteMenuManagerIdx.append(SeedUtils.setReplaceNull(tSiteMenuManagerDB.get("_memberIdx")).toString());
|
||||||
|
siteMenuManagerIdx.append(",");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if(memberGrant.equals("S") || memberAuthM){
|
||||||
|
siteMenuManager = "Y";
|
||||||
|
}
|
||||||
|
|
||||||
|
//편집 권한
|
||||||
|
map.put("siteMenuManager", siteMenuManager);
|
||||||
|
//담당자 보기 설정
|
||||||
|
map.put("siteMenuCharge", siteMenuCharge);
|
||||||
|
//담당자 이름
|
||||||
|
map.put("siteMenuManagerIdx", siteMenuManagerIdx.toString());
|
||||||
|
//만족도 설정
|
||||||
|
map.put("siteMenuSatisfaction", SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuSatisfaction"), "N"));
|
||||||
|
|
||||||
|
map.put("siteMenuSubTitle", managerSiteMenuService.getSiteMenuSubTitleForm(siteIdx, SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuIdx1"))));
|
||||||
|
|
||||||
|
String siteMenuTitle = managerSiteMenuService.getSiteMenuParentName(siteIdx, SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuIdxs")), "edit").replaceAll("》", "|") +
|
||||||
|
" | " + SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuName"));
|
||||||
|
|
||||||
|
map.put("siteMenuTitle", siteMenuTitle);
|
||||||
|
|
||||||
|
//부모메뉴 타이틀 설정한 경우 해당 글의 부모 타이틀을 가져옴
|
||||||
|
if(SeedUtils.setReplaceNull(tSiteMenuDB.get("_siteMenuParentTitle") ,"N").equals("Y")){
|
||||||
|
String[] siteMenuTitles = siteMenuTitle.split("\\|");
|
||||||
|
tSiteMenuDB.put("_siteMenuName", siteMenuTitles[Integer.parseInt(tSiteMenuDB.get("_siteMenuDepth").toString())-1]);
|
||||||
|
}
|
||||||
|
|
||||||
|
map.put("tSiteMenuDB", tSiteMenuDB);
|
||||||
|
|
||||||
|
map.put("memberAuthM", memberAuthM);
|
||||||
|
map.put("seedMenuAuth", managerGroupService.getGroupList(siteIdx, memberIdx, memberMerge, memberMergeSiteIdx));
|
||||||
|
/*----권한체크 종료----*/
|
||||||
|
|
||||||
|
String agreeCheck = SeedUtils.setReplaceNull(paramMap.get("agreeCheck"));
|
||||||
|
String personalCheck = SeedUtils.setReplaceNull(paramMap.get("personalCheck"));
|
||||||
|
|
||||||
|
String rceptNo = SeedUtils.setReplaceNull(paramMap.get("rceptNo"));
|
||||||
|
String mediType = SeedUtils.setReplaceNull(paramMap.get("mediType"));
|
||||||
|
String fileGubun = SeedUtils.setReplaceNull(session.getAttribute("fileGubun"));
|
||||||
|
paramMap.put("rceptNo", rceptNo);
|
||||||
|
paramMap.put("mediType", mediType);
|
||||||
|
paramMap.put("fileGubun", fileGubun);
|
||||||
|
paramMap.put("agreeCheck", agreeCheck);
|
||||||
|
paramMap.put("personalCheck", personalCheck);
|
||||||
|
|
||||||
|
if(!rceptNo.equals("")){
|
||||||
|
map.put("recptmsData", service2.selectRecptms(paramMap));//사건마스터
|
||||||
|
map.put("applcntData", service2.selectApplcnt(paramMap));//신청인
|
||||||
|
map.put("respondentData", service2.selectRespondent(paramMap));//피신청인
|
||||||
|
map.put("appagentData", service2.selectAppagent(paramMap));//신청인 대리인
|
||||||
|
map.put("selectRceptsttus", service2.selectRceptsttus(paramMap));//접수현황
|
||||||
|
map.put("selectReason", service2.selectReason(paramMap));//신청경로
|
||||||
|
map.put("selectSubcntrsttusA", service2.selectSubcntrsttusA(paramMap));//A 하도급대급 내역 리스
|
||||||
|
map.put("selectSubcntrsttusTotA", service2.selectSubcntrsttusTotA(paramMap));//A 하도급 소계 그룹바이
|
||||||
|
map.put("selectSubcntrsttusR", service2.selectSubcntrsttusR(paramMap));//R 하도급대급 내역 리스
|
||||||
|
map.put("selectSubcntrsttusTotR", service2.selectSubcntrsttusTotR(paramMap));//R 하도급 소계 그룹바이
|
||||||
|
map.put("caseFileList", fileService.caseFileList(paramMap));//파일 리스트
|
||||||
|
}else {
|
||||||
|
map.put("message", "정상적이지 않은 사건번호입니다. 관리자에게 문의하세요.");
|
||||||
|
map.put("self", "history");
|
||||||
|
return new ModelAndView("/_common/jsp/umessage");
|
||||||
|
}
|
||||||
|
map.put("rceptNo", rceptNo);
|
||||||
|
map.put("agreeCheck", agreeCheck);
|
||||||
|
map.put("personalCheck", personalCheck);
|
||||||
|
map.put("mediType", mediType);
|
||||||
|
|
||||||
|
session.setAttribute("siteIdx", siteIdx);
|
||||||
|
|
||||||
|
return new ModelAndView("/_extra/web/user/mediation/mediationStep04_4");
|
||||||
|
}
|
||||||
|
|
||||||
// /web/user/mediation/case/01/154/mediationApp.do
|
// /web/user/mediation/case/01/154/mediationApp.do
|
||||||
@RequestMapping("/web/user/mediation/{siteIdx}/01/{siteMenuIdx}/mediationApp.do")
|
@RequestMapping("/web/user/mediation/{siteIdx}/01/{siteMenuIdx}/mediationApp.do")
|
||||||
@ -478,19 +946,6 @@ public class WebMediationController {
|
|||||||
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
//메뉴 권한설정
|
//메뉴 권한설정
|
||||||
// if(!memberGrant.equals("S") && !memberAuthM && !memberAuth &&
|
|
||||||
// !managerSiteMenuAuthService.getSiteMenuAuthChk(siteMenuIdx, memberIdx)){
|
|
||||||
//
|
|
||||||
// map.put("message", "common.message.no.grant");
|
|
||||||
//
|
|
||||||
// if(memberIdx.equals(0)){
|
|
||||||
// map.put("url", "/"+siteIdx+"/index.do");
|
|
||||||
// }else{
|
|
||||||
// map.put("self", "history");
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// return new ModelAndView("/_common/jsp/umessage");
|
|
||||||
// }
|
|
||||||
|
|
||||||
boolean b_ret = true;
|
boolean b_ret = true;
|
||||||
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
@ -616,19 +1071,6 @@ public class WebMediationController {
|
|||||||
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
//메뉴 권한설정
|
//메뉴 권한설정
|
||||||
// if(!memberGrant.equals("S") && !memberAuthM && !memberAuth &&
|
|
||||||
// !managerSiteMenuAuthService.getSiteMenuAuthChk(siteMenuIdx, memberIdx)){
|
|
||||||
//
|
|
||||||
// map.put("message", "common.message.no.grant");
|
|
||||||
//
|
|
||||||
// if(memberIdx.equals(0)){
|
|
||||||
// map.put("url", "/"+siteIdx+"/index.do");
|
|
||||||
// }else{
|
|
||||||
// map.put("self", "history");
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// return new ModelAndView("/_common/jsp/umessage");
|
|
||||||
// }
|
|
||||||
boolean b_ret = true;
|
boolean b_ret = true;
|
||||||
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
|
|
||||||
@ -765,19 +1207,6 @@ public class WebMediationController {
|
|||||||
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
//메뉴 권한설정
|
//메뉴 권한설정
|
||||||
// if(!memberGrant.equals("S") && !memberAuthM && !memberAuth &&
|
|
||||||
// !managerSiteMenuAuthService.getSiteMenuAuthChk(siteMenuIdx, memberIdx)){
|
|
||||||
//
|
|
||||||
// map.put("message", "user.message.medi.alert");
|
|
||||||
//
|
|
||||||
// if(memberIdx.equals(0)){
|
|
||||||
// map.put("url", "/"+siteIdx+"/index.do");
|
|
||||||
// }else{
|
|
||||||
// map.put("self", "history");
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// return new ModelAndView("/_common/jsp/umessage");
|
|
||||||
// }
|
|
||||||
boolean b_ret = true;
|
boolean b_ret = true;
|
||||||
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
|
|
||||||
@ -924,19 +1353,6 @@ public class WebMediationController {
|
|||||||
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
//메뉴 권한설정
|
//메뉴 권한설정
|
||||||
// if(!memberGrant.equals("S") && !memberAuthM && !memberAuth &&
|
|
||||||
// !managerSiteMenuAuthService.getSiteMenuAuthChk(siteMenuIdx, memberIdx)){
|
|
||||||
//
|
|
||||||
// map.put("message", "common.message.no.grant");
|
|
||||||
//
|
|
||||||
// if(memberIdx.equals(0)){
|
|
||||||
// map.put("url", "/"+siteIdx+"/index.do");
|
|
||||||
// }else{
|
|
||||||
// map.put("self", "history");
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// return new ModelAndView("/_common/jsp/umessage");
|
|
||||||
// }
|
|
||||||
boolean b_ret = true;
|
boolean b_ret = true;
|
||||||
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
|
|
||||||
@ -1091,19 +1507,6 @@ public class WebMediationController {
|
|||||||
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
// //메뉴 권한설정
|
// //메뉴 권한설정
|
||||||
// if(!memberGrant.equals("S") && !memberAuthM && !memberAuth &&
|
|
||||||
// !managerSiteMenuAuthService.getSiteMenuAuthChk(siteMenuIdx, memberIdx)){
|
|
||||||
//
|
|
||||||
// map.put("message", "common.message.no.grant");
|
|
||||||
//
|
|
||||||
// if(memberIdx.equals(0)){
|
|
||||||
// map.put("url", "/"+siteIdx+"/index.do");
|
|
||||||
// }else{
|
|
||||||
// map.put("self", "history");
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// return new ModelAndView("/_common/jsp/umessage");
|
|
||||||
// }
|
|
||||||
|
|
||||||
boolean b_ret = true;
|
boolean b_ret = true;
|
||||||
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
@ -1512,19 +1915,6 @@ public class WebMediationController {
|
|||||||
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
//메뉴 권한설정
|
//메뉴 권한설정
|
||||||
// if(!memberGrant.equals("S") && !memberAuthM && !memberAuth &&
|
|
||||||
// !managerSiteMenuAuthService.getSiteMenuAuthChk(siteMenuIdx, memberIdx)){
|
|
||||||
//
|
|
||||||
// map.put("message", "common.message.no.grant");
|
|
||||||
//
|
|
||||||
// if(memberIdx.equals(0)){
|
|
||||||
// map.put("url", "/"+siteIdx+"/index.do");
|
|
||||||
// }else{
|
|
||||||
// map.put("self", "history");
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// return new ModelAndView("/_common/jsp/umessage");
|
|
||||||
// }
|
|
||||||
|
|
||||||
boolean b_ret = true;
|
boolean b_ret = true;
|
||||||
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
@ -1869,19 +2259,6 @@ public class WebMediationController {
|
|||||||
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
boolean memberAuth = managerSiteMenuManagerService.getSiteMenuManagerListCnt(siteMenuIdx, memberIdx);
|
||||||
|
|
||||||
// //메뉴 권한설정
|
// //메뉴 권한설정
|
||||||
// if(!memberGrant.equals("S") && !memberAuthM && !memberAuth &&
|
|
||||||
// !managerSiteMenuAuthService.getSiteMenuAuthChk(siteMenuIdx, memberIdx)){
|
|
||||||
//
|
|
||||||
// map.put("message", "common.message.no.grant");
|
|
||||||
//
|
|
||||||
// if(memberIdx.equals(0)){
|
|
||||||
// map.put("url", "/"+siteIdx+"/index.do");
|
|
||||||
// }else{
|
|
||||||
// map.put("self", "history");
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// return new ModelAndView("/_common/jsp/umessage");
|
|
||||||
// }
|
|
||||||
|
|
||||||
boolean b_ret = true;
|
boolean b_ret = true;
|
||||||
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
b_ret = FairnetUtils.hasUserAuth(memberIdx, memberGrant, memberAuth, session, map);
|
||||||
@ -2281,7 +2658,7 @@ public class WebMediationController {
|
|||||||
return new ResponseEntity<>(paramMap, HttpStatus.OK);
|
return new ResponseEntity<>(paramMap, HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
map.put("rceptNo", paramMap.get("rceptNo"));
|
||||||
map.put("siteIdx", "case");
|
map.put("siteIdx", "case");
|
||||||
map.put("url", "/user/mypage/case/01/169/myMediationList.do");
|
map.put("url", "/user/mypage/case/01/169/myMediationList.do");
|
||||||
map.put("message", "user.message.medi.temp");
|
map.put("message", "user.message.medi.temp");
|
||||||
|
|||||||
@ -1616,7 +1616,7 @@
|
|||||||
//해외체크시 기타로 입력 end
|
//해외체크시 기타로 입력 end
|
||||||
$("#requestCheck").val('1601000000');
|
$("#requestCheck").val('1601000000');
|
||||||
var frmAction = "/web/user/mediation/${siteIdx}/05/${siteMenuIdx}/writeAjax.do";
|
var frmAction = "/web/user/mediation/${siteIdx}/05/${siteMenuIdx}/writeAjax.do";
|
||||||
if('${rceptNo}' != ''){
|
if(document.applyForm.rceptNo.value != ''){
|
||||||
var frmAction = "/web/user/mediation/${siteIdx}/05/${siteMenuIdx}/updateAjax.do";
|
var frmAction = "/web/user/mediation/${siteIdx}/05/${siteMenuIdx}/updateAjax.do";
|
||||||
// $("#applyForm").attr("action", frmAction);
|
// $("#applyForm").attr("action", frmAction);
|
||||||
}
|
}
|
||||||
@ -1626,8 +1626,9 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: frmAction,
|
url: frmAction,
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
contentType: 'application/json',
|
processData: false,
|
||||||
data: JSON.stringify($("#applyForm").serializeArray()),
|
contentType: false,
|
||||||
|
data: new FormData(document.applyForm),
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
if(response.sts == "success"){
|
if(response.sts == "success"){
|
||||||
document.applyForm.rceptNo.value = response.rceptNo;
|
document.applyForm.rceptNo.value = response.rceptNo;
|
||||||
@ -2138,10 +2139,10 @@
|
|||||||
<input type="hidden" id="requestCheck" name="requestCheck" value=""/>
|
<input type="hidden" id="requestCheck" name="requestCheck" value=""/>
|
||||||
<input type="hidden" id="rceptNo" name="rceptNo" value="${rceptNo}"/>
|
<input type="hidden" id="rceptNo" name="rceptNo" value="${rceptNo}"/>
|
||||||
<input type="hidden" id="resDelSeq" name="resDelSeq" value="">
|
<input type="hidden" id="resDelSeq" name="resDelSeq" value="">
|
||||||
<input type="hidden" id="appDelSeq" name="appDelSeq" value="">
|
<input type="hidden" id="appDelSeq" name="appDelSeq" value="">
|
||||||
<input type="hidden" id="subCntrDelSeq" name="subCntrDelSeq" value="">
|
<input type="hidden" id="subCntrDelSeq" name="subCntrDelSeq" value="">
|
||||||
<input type="hidden" id="existDataCnt" name="existDataCnt" value="${fn:length(respondentData)}">
|
<input type="hidden" id="existDataCnt" name="existDataCnt" value="${fn:length(respondentData)}">
|
||||||
<input type="hidden" id="existDataCnt2" name="existDataCnt2" value="${fn:length(applcntData)}">
|
<input type="hidden" id="existDataCnt2" name="existDataCnt2" value="${fn:length(applcntData)}">
|
||||||
<input type="hidden" id="presidentAssign" name="presidentAssign" value=""/>
|
<input type="hidden" id="presidentAssign" name="presidentAssign" value=""/>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1813,27 +1813,27 @@ String captchaChk = SeedUtils.setReplaceNull(seedProperties.getConfigValue("capt
|
|||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<input type="text" class="inp_default email1" name="clientEmail1_1" id="clientEmail1_1" value="${fn:split(appData.EMAIL, '@')[0]}" maxlength="25">@
|
<input type="text" class="inp_default email1" name="clientEmail1_1" id="clientEmail1_1" value="${fn:split(appData.EMAIL, '@')[0]}" maxlength="25">@
|
||||||
<input type="text" class="inp_default email2" name="hidEmail2_1" id="hidEmail2_1" value="${fn:split(appData.EMAIL, '@')[1]}" maxlength="23">
|
<input type="text" class="inp_default email2" name="hidEmail2_1" id="hidEmail2_1" value="${fn:split(appData.EMAIL, '@')[1]}" maxlength="23">
|
||||||
<select name="clientEmail2_1" id="clientEmail2_1" class="sel_default" onchange="email_change(1);">
|
<select name="clientEmail2_1" id="clientEmail2_1" class="sel_default" onchange="email_change(1);">
|
||||||
<option value="0">직접입력</option>
|
<option value="0">직접입력</option>
|
||||||
<option value="chol.com">chol.com</option>
|
<option value="chol.com">chol.com</option>
|
||||||
<option value="daum.net">daum.net</option>
|
<option value="daum.net">daum.net</option>
|
||||||
<option value="dreamwiz.com">dreamwiz.com</option>
|
<option value="dreamwiz.com">dreamwiz.com</option>
|
||||||
<option value="empal.com">empal.com</option>
|
<option value="empal.com">empal.com</option>
|
||||||
<option value="freechal.com">freechal.com</option>
|
<option value="freechal.com">freechal.com</option>
|
||||||
<option value="gmail.com">gmail.com</option>
|
<option value="gmail.com">gmail.com</option>
|
||||||
<option value="hanafos.com">hanafos.com</option>
|
<option value="hanafos.com">hanafos.com</option>
|
||||||
<option value="hanmir.com">hanmir.com</option>
|
<option value="hanmir.com">hanmir.com</option>
|
||||||
<option value="hitel.com">hitel.com</option>
|
<option value="hitel.com">hitel.com</option>
|
||||||
<option value="hotmail.com">hotmail.com</option>
|
<option value="hotmail.com">hotmail.com</option>
|
||||||
<option value="korea.com">korea.com</option>
|
<option value="korea.com">korea.com</option>
|
||||||
<option value="lycos.co.kr">lycos.co.kr</option>
|
<option value="lycos.co.kr">lycos.co.kr</option>
|
||||||
<option value="nate.com">nate.com</option>
|
<option value="nate.com">nate.com</option>
|
||||||
<option value="naver.com">naver.com</option>
|
<option value="naver.com">naver.com</option>
|
||||||
<option value="netian.com">netian.com</option>
|
<option value="netian.com">netian.com</option>
|
||||||
<option value="paran.com">paran.com</option>
|
<option value="paran.com">paran.com</option>
|
||||||
<option value="yahoo.com">yahoo.com</option>
|
<option value="yahoo.com">yahoo.com</option>
|
||||||
<option value="yahoo.co.kr">yahoo.co.kr</option>
|
<option value="yahoo.co.kr">yahoo.co.kr</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -2949,356 +2949,366 @@ String captchaChk = SeedUtils.setReplaceNull(seedProperties.getConfigValue("capt
|
|||||||
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
|
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
|
||||||
<div class="mgt30">
|
<div class="mgt30">
|
||||||
<div class="tbl1 mgt20">
|
<div class="tbl1 mgt20">
|
||||||
<table cellspacing="0" cellpadding="0" class="">
|
<table cellspacing="0" cellpadding="0" class="">
|
||||||
<caption>사건현황 작성 폼2 : 주요재무현황 등의 자본금, 자산총액, 총매출액, 영업이익, 이사건 확인사항의 최초계약체결일, 계약기간, 계약서 사본, 담당자 인적사항의 성함, 전화번호, 휴대폰, FAX, 부서/직위, E메일, 우편번호, 지번주소, 도로명주소, 기타확인사항의 소송, 타 협의회 조정, 중재, 타조정기구 조정, 공정거래위원회 조사.</caption>
|
<caption>사건현황 작성 폼2 : 주요재무현황 등의 자본금, 자산총액, 총매출액, 영업이익, 이사건 확인사항의 최초계약체결일, 계약기간, 계약서 사본, 담당자 인적사항의 성함, 전화번호, 휴대폰, FAX, 부서/직위, E메일, 우편번호, 지번주소, 도로명주소, 기타확인사항의 소송, 타 협의회 조정, 중재, 타조정기구 조정, 공정거래위원회 조사.</caption>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width:10%">
|
<col style="width:10%">
|
||||||
<col style="width:20%">
|
<col style="width:20%">
|
||||||
<col style="width:25%">
|
<col style="width:25%">
|
||||||
<col style="width:20%">
|
<col style="width:20%">
|
||||||
<col style="width:25%">
|
<col style="width:25%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="2" scope="row" class="bdr val_m">주요<br>재무현황 등</th>
|
<th rowspan="2" scope="row" class="bdr val_m">주요<br>재무현황 등</th>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<label for="41">자본금</label>
|
<label for="41">자본금</label>
|
||||||
<button type="button" class="qBtn" id="q41"><span>자본금 도움말</span></button>
|
<button type="button" class="qBtn" id="q41"><span>자본금 도움말</span></button>
|
||||||
</th>
|
</th>
|
||||||
<td><input type="text" maxlength="30" name="rceCapital" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" id="41" class="inp_ful" onkeyup="removeChar(event);this.value=SetPriceInput(this.value);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;" value="<fmt:formatNumber><c:out value='${selectRceptsttus.CAPITAL}'/></fmt:formatNumber>"></td>
|
<td>
|
||||||
<th scope="row">
|
<input type="text" maxlength="30" name="rceCapital" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" id="41" class="inp_ful" onkeyup="removeChar(event);this.value=SetPriceInput(this.value);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;" value="<fmt:formatNumber><c:out value='${selectRceptsttus.CAPITAL}'/></fmt:formatNumber>">
|
||||||
<label for="42">자산총액</label>
|
</td>
|
||||||
<button type="button" class="qBtn" id="q42"><span>자산총액 도움말</span></button>
|
<th scope="row">
|
||||||
</th>
|
<label for="42">자산총액</label>
|
||||||
<td><input type="text" maxlength="30" name="rceTotAssets" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" id="42" class="inp_ful" onkeyup="removeChar(event);this.value=SetPriceInput(this.value);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;" value="<fmt:formatNumber><c:out value='${selectRceptsttus.TOTAL_ASSETS}'/></fmt:formatNumber>"></td>
|
<button type="button" class="qBtn" id="q42"><span>자산총액 도움말</span></button>
|
||||||
</tr>
|
</th>
|
||||||
<tr>
|
<td>
|
||||||
<th scope="row">
|
<input type="text" maxlength="30" name="rceTotAssets" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" id="42" class="inp_ful" onkeyup="removeChar(event);this.value=SetPriceInput(this.value);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;" value="<fmt:formatNumber><c:out value='${selectRceptsttus.TOTAL_ASSETS}'/></fmt:formatNumber>">
|
||||||
<label for="43">총매출액</label>
|
</td>
|
||||||
<button type="button" class="qBtn" id="q43"><span>총매출액 도움말</span></button>
|
</tr>
|
||||||
</th>
|
<tr>
|
||||||
<td><input type="text" maxlength="30" name="rceTotSales" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" id="43" class="inp_ful" onkeyup="removeChar(event);this.value=SetPriceInput(this.value);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;" value="<fmt:formatNumber><c:out value='${selectRceptsttus.TOTAL_SALES}'/></fmt:formatNumber>"></td>
|
<th scope="row">
|
||||||
<th scope="row">
|
<label for="43">총매출액</label>
|
||||||
<label for="44">영업이익</label>
|
<button type="button" class="qBtn" id="q43"><span>총매출액 도움말</span></button>
|
||||||
<button type="button" class="qBtn" id="q44"><span>영업이익 도움말</span></button>
|
</th>
|
||||||
</th>
|
<td>
|
||||||
<td><input type="text" maxlength="30" name="rceBp" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" id="44" class="inp_ful" onkeyup="removeChar(event);this.value=SetPriceInput(this.value);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;" value="<fmt:formatNumber><c:out value='${selectRceptsttus.BUSINESS_PROFITS}'/></fmt:formatNumber>"></td>
|
<input type="text" maxlength="30" name="rceTotSales" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" id="43" class="inp_ful" onkeyup="removeChar(event);this.value=SetPriceInput(this.value);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;" value="<fmt:formatNumber><c:out value='${selectRceptsttus.TOTAL_SALES}'/></fmt:formatNumber>">
|
||||||
</tr>
|
</td>
|
||||||
<tr>
|
<th scope="row">
|
||||||
<th rowspan="3" scope="row" class="bdr val_m">이 사건<br>확인사항</th>
|
<label for="44">영업이익</label>
|
||||||
<th scope="row">
|
<button type="button" class="qBtn" id="q44"><span>영업이익 도움말</span></button>
|
||||||
<label for="45">최초
|
</th>
|
||||||
<button type="button" class="qBtn" id="q45"><span>자본금 도움말</span></button><br>
|
<td>
|
||||||
계약일</label>
|
<input type="text" maxlength="30" name="rceBp" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" id="44" class="inp_ful" onkeyup="removeChar(event);this.value=SetPriceInput(this.value);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;" value="<fmt:formatNumber><c:out value='${selectRceptsttus.BUSINESS_PROFITS}'/></fmt:formatNumber>">
|
||||||
</th>
|
</td>
|
||||||
<td colspan="3">
|
</tr>
|
||||||
<span class="cal" id="45">
|
<tr>
|
||||||
<input type="text" maxlength="10" name="rceFirstContract" id="datepicker1" class="datepicker" value="<c:out value='${selectRceptsttus.FIRST_CONTRACT_DT}'/>">
|
<th rowspan="3" scope="row" class="bdr val_m">이 사건<br>확인사항</th>
|
||||||
</span>
|
<th scope="row">
|
||||||
</td>
|
<label for="45">최초
|
||||||
</tr>
|
<button type="button" class="qBtn" id="q45"><span>자본금 도움말</span></button><br>
|
||||||
<tr>
|
계약일
|
||||||
<th scope="row">
|
</label>
|
||||||
<label for="46">계약기간</label>
|
</th>
|
||||||
<button type="button" class="qBtn" id="q46"><span>계약기간 도움말</span></button>
|
<td colspan="3">
|
||||||
</th>
|
<span class="cal" id="45">
|
||||||
<td colspan="3">
|
<input type="text" maxlength="10" name="rceFirstContract" id="datepicker1" class="datepicker" value="<c:out value='${selectRceptsttus.FIRST_CONTRACT_DT}'/>">
|
||||||
<span class="cal" id="46">
|
</span>
|
||||||
<input type="text" maxlength="10" name="rceStartContract" id="datepicker2" class="datepicker" value="<c:out value='${selectRceptsttus.START_CONTRACT}'/>">
|
</td>
|
||||||
</span> -
|
</tr>
|
||||||
<span class="cal">
|
<tr>
|
||||||
<input type="text" maxlength="10" name="rceEndContract" id="datepicker3" class="datepicker" value="<c:out value='${selectRceptsttus.END_CONTRACT}'/>">
|
<th scope="row">
|
||||||
</span>
|
<label for="46">계약기간</label>
|
||||||
</td>
|
<button type="button" class="qBtn" id="q46"><span>계약기간 도움말</span></button>
|
||||||
</tr>
|
</th>
|
||||||
<tr>
|
<td colspan="3">
|
||||||
<th scope="row">
|
<span class="cal" id="46">
|
||||||
<label for="47">계약서 사본</label>
|
<input type="text" maxlength="10" name="rceStartContract" id="datepicker2" class="datepicker" value="<c:out value='${selectRceptsttus.START_CONTRACT}'/>">
|
||||||
<button type="button" class="qBtn" id="q47"><span>계약서 사본 도움말</span></button>
|
</span> -
|
||||||
</th>
|
<span class="cal">
|
||||||
<td colspan="3">
|
<input type="text" maxlength="10" name="rceEndContract" id="datepicker3" class="datepicker" value="<c:out value='${selectRceptsttus.END_CONTRACT}'/>">
|
||||||
<!-- 첨부파일 -->
|
</span>
|
||||||
<label for="upFile" class="ex_filename mgl5i" id="47">첨부파일</label>
|
</td>
|
||||||
<ul class="upFileHtml" id="upFileHtml">
|
</tr>
|
||||||
<c:forEach items="${caseFileList}" var="file" varStatus="status">
|
<tr>
|
||||||
<c:if test="${file.COPY_CONTRACT_YN == 'Y' }">
|
<th scope="row">
|
||||||
<li id="fileUploadP${status.count}">
|
<label for="47">계약서 사본</label>
|
||||||
|
<button type="button" class="qBtn" id="q47"><span>계약서 사본 도움말</span></button>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">
|
||||||
|
<!-- 첨부파일 -->
|
||||||
|
<label for="upFile" class="ex_filename mgl5i" id="47">첨부파일</label>
|
||||||
|
<ul class="upFileHtml" id="upFileHtml">
|
||||||
|
<c:forEach items="${caseFileList}" var="file" varStatus="status">
|
||||||
|
<c:if test="${file.COPY_CONTRACT_YN == 'Y' }">
|
||||||
|
<li id="fileUploadP${status.count}">
|
||||||
<img src="/img/user/bbs/icon_file.gif" alt="gif" style="margin-top: 13px">
|
<img src="/img/user/bbs/icon_file.gif" alt="gif" style="margin-top: 13px">
|
||||||
${file.FILE_NAME}
|
${file.FILE_NAME}
|
||||||
<a href="javascript:;" onclick="javascript:jf_delete_file('${status.count}', '${file.FILE_SIZE}', 'Y');"><img src="/img/user/bbs/btn_file_del.png" alt="삭제"></a>
|
<a href="javascript:;" onclick="javascript:jf_delete_file('${status.count}', '${file.FILE_SIZE}', 'Y');"><img src="/img/user/bbs/btn_file_del.png" alt="삭제"></a>
|
||||||
<input type="hidden" name="fileIdx" value="${file.SEQ_NO}" class="fileIdxClass"/>
|
<input type="hidden" name="fileIdx" value="${file.SEQ_NO}" class="fileIdxClass"/>
|
||||||
</c:if>
|
</li>
|
||||||
</c:forEach>
|
</c:if>
|
||||||
</ul>
|
</c:forEach>
|
||||||
<input type="hidden" name="fileFuncType" value="mediation" />
|
</ul>
|
||||||
<input type="hidden" name="fileGubun" id="fileGubun" value="" />
|
<input type="hidden" name="fileFuncType" value="mediation" />
|
||||||
<input type="hidden" name="uploadFileCnt" value="0" id="uploadFileCntId" />
|
<input type="hidden" name="fileGubun" id="fileGubun" value="" />
|
||||||
<input type="hidden" name="deleteFileData" value="" id="deleteFileDataId" />
|
<input type="hidden" name="uploadFileCnt" value="0" id="uploadFileCntId" />
|
||||||
<!-- 첨부파일 end-->
|
<input type="hidden" name="deleteFileData" value="" id="deleteFileDataId" />
|
||||||
</td>
|
<!-- 첨부파일 end-->
|
||||||
</tr>
|
</td>
|
||||||
<tr>
|
</tr>
|
||||||
<th rowspan="9" scope="row" class="bdr val_m">
|
<tr>
|
||||||
담당자<br>인적사항
|
<th rowspan="9" scope="row" class="bdr val_m">
|
||||||
</th>
|
담당자<br>인적사항
|
||||||
<th scope="row">
|
</th>
|
||||||
</th>
|
<th scope="row">
|
||||||
<td colspan="3">
|
</th>
|
||||||
<input type="radio" id="62" checked="checked" name="62" onclick="managerInsert('nsame');"><label for="62">새로 입력</label>
|
<td colspan="3">
|
||||||
<input type="radio" id="equal" name="62" onclick="managerInsert('same');"><label for="equal">대표자와 동일</label><button type="button" class="qBtn" id="q63"><span>대표자와 동일 도움말</span></button>
|
<input type="radio" id="62" checked="checked" name="62" onclick="managerInsert('nsame');"><label for="62">새로 입력</label>
|
||||||
</td>
|
<input type="radio" id="equal" name="62" onclick="managerInsert('same');"><label for="equal">대표자와 동일</label><button type="button" class="qBtn" id="q63"><span>대표자와 동일 도움말</span></button>
|
||||||
</tr>
|
</td>
|
||||||
<tr>
|
</tr>
|
||||||
<th scope="row">
|
<tr>
|
||||||
<label for="rcePersonCharge">성함</label>
|
<th scope="row">
|
||||||
</th>
|
<label for="rcePersonCharge">성함</label>
|
||||||
<td><input type="text" maxlength="25" name="rcePersonCharge" id="rcePersonCharge" class="inp_ful" value="<c:out value='${selectRceptsttus.PERSON_CHARGE}'/>"></td>
|
</th>
|
||||||
<th scope="row">
|
<td>
|
||||||
<label for="rceTel">전화번호</label>
|
<input type="text" maxlength="25" name="rcePersonCharge" id="rcePersonCharge" class="inp_ful" value="<c:out value='${selectRceptsttus.PERSON_CHARGE}'/>">
|
||||||
</th>
|
</td>
|
||||||
<td><input type="text" maxlength="15" name="rceTel" id="rceTel" class="inp_ful" value="<c:out value='${selectRceptsttus.CONTACT_TEL}'/>"></td>
|
<th scope="row">
|
||||||
</tr>
|
<label for="rceTel">전화번호</label>
|
||||||
<tr>
|
</th>
|
||||||
<th scope="row">
|
<td>
|
||||||
<label for="rcePh1">휴대폰</label>
|
<input type="text" maxlength="15" name="rceTel" id="rceTel" class="inp_ful" value="<c:out value='${selectRceptsttus.CONTACT_TEL}'/>">
|
||||||
</th>
|
</td>
|
||||||
<td>
|
</tr>
|
||||||
<select name="rcePh1" id="rcePh1" class="sel_phone" title="휴대폰 앞번호">
|
<tr>
|
||||||
<option value="010" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '010'}">selected="selected"</c:if>>010</option>
|
<th scope="row">
|
||||||
<option value="011" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '011'}">selected="selected"</c:if>>011</option>
|
<label for="rcePh1">휴대폰</label>
|
||||||
<option value="016" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '016'}">selected="selected"</c:if>>016</option>
|
</th>
|
||||||
<option value="017" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '017'}">selected="selected"</c:if>>017</option>
|
<td>
|
||||||
<option value="018" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '018'}">selected="selected"</c:if>>018</option>
|
<select name="rcePh1" id="rcePh1" class="sel_phone" title="휴대폰 앞번호">
|
||||||
<option value="019" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '019'}">selected="selected"</c:if>>019</option>
|
<option value="010" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '010'}">selected="selected"</c:if>>010</option>
|
||||||
<option value="070" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '070'}">selected="selected"</c:if>>070</option>
|
<option value="011" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '011'}">selected="selected"</c:if>>011</option>
|
||||||
<option value="02" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '02'}">selected="selected"</c:if>>02</option>
|
<option value="016" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '016'}">selected="selected"</c:if>>016</option>
|
||||||
<option value="031" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '031'}">selected="selected"</c:if>>031</option>
|
<option value="017" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '017'}">selected="selected"</c:if>>017</option>
|
||||||
<option value="032" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '032'}">selected="selected"</c:if>>032</option>
|
<option value="018" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '018'}">selected="selected"</c:if>>018</option>
|
||||||
<option value="033" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '033'}">selected="selected"</c:if>>033</option>
|
<option value="019" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '019'}">selected="selected"</c:if>>019</option>
|
||||||
<option value="041" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '041'}">selected="selected"</c:if>>041</option>
|
<option value="070" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '070'}">selected="selected"</c:if>>070</option>
|
||||||
<option value="042" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '042'}">selected="selected"</c:if>>042</option>
|
<option value="02" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '02'}">selected="selected"</c:if>>02</option>
|
||||||
<option value="043" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '043'}">selected="selected"</c:if>>043</option>
|
<option value="031" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '031'}">selected="selected"</c:if>>031</option>
|
||||||
<option value="044" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '044'}">selected="selected"</c:if>>044</option>
|
<option value="032" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '032'}">selected="selected"</c:if>>032</option>
|
||||||
<option value="051" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '051'}">selected="selected"</c:if>>051</option>
|
<option value="033" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '033'}">selected="selected"</c:if>>033</option>
|
||||||
<option value="052" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '052'}">selected="selected"</c:if>>052</option>
|
<option value="041" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '041'}">selected="selected"</c:if>>041</option>
|
||||||
<option value="053" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '053'}">selected="selected"</c:if>>053</option>
|
<option value="042" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '042'}">selected="selected"</c:if>>042</option>
|
||||||
<option value="054" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '054'}">selected="selected"</c:if>>054</option>
|
<option value="043" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '043'}">selected="selected"</c:if>>043</option>
|
||||||
<option value="055" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '055'}">selected="selected"</c:if>>055</option>
|
<option value="044" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '044'}">selected="selected"</c:if>>044</option>
|
||||||
<option value="061" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '061'}">selected="selected"</c:if>>061</option>
|
<option value="051" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '051'}">selected="selected"</c:if>>051</option>
|
||||||
<option value="062" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '062'}">selected="selected"</c:if>>062</option>
|
<option value="052" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '052'}">selected="selected"</c:if>>052</option>
|
||||||
<option value="063" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '063'}">selected="selected"</c:if>>063</option>
|
<option value="053" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '053'}">selected="selected"</c:if>>053</option>
|
||||||
<option value="064" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '064'}">selected="selected"</c:if>>064</option>
|
<option value="054" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '054'}">selected="selected"</c:if>>054</option>
|
||||||
|
<option value="055" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '055'}">selected="selected"</c:if>>055</option>
|
||||||
</select>-
|
<option value="061" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '061'}">selected="selected"</c:if>>061</option>
|
||||||
<input type="text" name="rcePh2" id="rcePh2" class="inp_phone" title="휴대폰 중간번호" maxlength="4" value="${fn:split(selectRceptsttus.CONTACT_HP, '-')[1]}" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">-
|
<option value="062" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '062'}">selected="selected"</c:if>>062</option>
|
||||||
<input type="text" name="rcePh3" id="rcePh3" class="inp_phone" title="휴대폰 끝번호" maxlength="4" value="${fn:split(selectRceptsttus.CONTACT_HP, '-')[2]}" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">
|
<option value="063" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '063'}">selected="selected"</c:if>>063</option>
|
||||||
</td>
|
<option value="064" <c:if test="${fn:split(selectRceptsttus.CONTACT_HP, '-')[0] == '064'}">selected="selected"</c:if>>064</option>
|
||||||
<th scope="row">
|
</select>-
|
||||||
<label for="51">FAX</label>
|
<input type="text" name="rcePh2" id="rcePh2" class="inp_phone" title="휴대폰 중간번호" maxlength="4" value="${fn:split(selectRceptsttus.CONTACT_HP, '-')[1]}" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">-
|
||||||
</th>
|
<input type="text" name="rcePh3" id="rcePh3" class="inp_phone" title="휴대폰 끝번호" maxlength="4" value="${fn:split(selectRceptsttus.CONTACT_HP, '-')[2]}" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">
|
||||||
<td>
|
</td>
|
||||||
<input type="text" name="rceFax1" id="51" class="inp_fax" title="FAX 앞번호" maxlength="3" value="${fn:split(selectRceptsttus.CONTACT_FAX, '-')[0]}" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">-
|
<th scope="row">
|
||||||
<input type="text" name="rceFax2" id="" class="inp_phone" title="FAX 중간번호" maxlength="4" value="${fn:split(selectRceptsttus.CONTACT_FAX, '-')[1]}" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">-
|
<label for="51">FAX</label>
|
||||||
<input type="text" name="rceFax3" id="" class="inp_phone" title="FAX 끝번호" maxlength="4" value="${fn:split(selectRceptsttus.CONTACT_FAX, '-')[2]}" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">
|
</th>
|
||||||
</td>
|
<td>
|
||||||
</tr>
|
<input type="text" name="rceFax1" id="51" class="inp_fax" title="FAX 앞번호" maxlength="3" value="${fn:split(selectRceptsttus.CONTACT_FAX, '-')[0]}" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">-
|
||||||
<tr>
|
<input type="text" name="rceFax2" id="" class="inp_phone" title="FAX 중간번호" maxlength="4" value="${fn:split(selectRceptsttus.CONTACT_FAX, '-')[1]}" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">-
|
||||||
<th scope="row">
|
<input type="text" name="rceFax3" id="" class="inp_phone" title="FAX 끝번호" maxlength="4" value="${fn:split(selectRceptsttus.CONTACT_FAX, '-')[2]}" onkeyup="removeChar(event);" onkeydown='onlyNumber(event);' style="ime-mode:disabled;">
|
||||||
<label for="52">부서/직위</label>
|
</td>
|
||||||
</th>
|
</tr>
|
||||||
<td><input type="text" maxlength="10" name="rceOfcps" id="rceOfcps" class="inp_ful" value="<c:out value='${selectRceptsttus.CONTACT_OFCPS}'/>"></td>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<span class="blind">필수입력</span>
|
<label for="52">부서/직위</label>
|
||||||
<label for="rceEmail">E-mail</label>
|
</th>
|
||||||
</th>
|
<td>
|
||||||
<td><input type="text" maxlength="50" name="rceEmail" id="rceEmail" class="inp_ful" value="<c:out value='${selectRceptsttus.CONTACT_EMAIL}'/>"></td>
|
<input type="text" maxlength="10" name="rceOfcps" id="rceOfcps" class="inp_ful" value="<c:out value='${selectRceptsttus.CONTACT_OFCPS}'/>">
|
||||||
</tr>
|
</td>
|
||||||
<tr>
|
<th scope="row">
|
||||||
<th scope="row">
|
<span class="blind">필수입력</span>
|
||||||
<label for="rceZip">우편번호</label>
|
<label for="rceEmail">E-mail</label>
|
||||||
</th>
|
</th>
|
||||||
<td colspan="3">
|
<td>
|
||||||
<input type="text" name="rceZip" id="rceZip" class="inp_basic" value="<c:out value='${selectRceptsttus.ZIP}'/>" readonly="readonly">
|
<input type="text" maxlength="50" name="rceEmail" id="rceEmail" class="inp_ful" value="<c:out value='${selectRceptsttus.CONTACT_EMAIL}'/>">
|
||||||
<button type="button" class="btn_in_tbl" style="padding-top:0;padding-bottom: 0;height: 30px;line-height: 2" onclick="goJuso('C');">우편번호 검색</button>
|
</td>
|
||||||
<label>[해외시 체크해주세요 <input type="checkbox" id="rce_foreignCountry-1" name="rce_foreignCountry-1" value="Y" <c:if test='${selectRceptsttus.ZIP eq "기타"}'>checked</c:if>> ]</label>
|
</tr>
|
||||||
</td>
|
<tr>
|
||||||
</tr>
|
<th scope="row">
|
||||||
<tr>
|
<label for="rceZip">우편번호</label>
|
||||||
<th scope="row" rowspan="2">
|
</th>
|
||||||
<label for="rceAddr1">지번주소</label>
|
<td colspan="3">
|
||||||
</th>
|
<input type="text" name="rceZip" id="rceZip" class="inp_basic" value="<c:out value='${selectRceptsttus.ZIP}'/>" readonly="readonly">
|
||||||
<td colspan="3"><input type="text" name="rceAddr1" id="rceAddr1" class="inp_ful" value="<c:out value='${selectRceptsttus.ADDR1}'/>"></td>
|
<button type="button" class="btn_in_tbl" style="padding-top:0;padding-bottom: 0;height: 30px;line-height: 2" onclick="goJuso('C');">우편번호 검색</button>
|
||||||
</tr>
|
<label>[해외시 체크해주세요 <input type="checkbox" id="rce_foreignCountry-1" name="rce_foreignCountry-1" value="Y" <c:if test='${selectRceptsttus.ZIP eq "기타"}'>checked</c:if>> ]</label>
|
||||||
<tr>
|
</td>
|
||||||
<td colspan="3"><input type="text" maxlength="250" name="rceAddr2" id="rceAddr2" class="inp_ful" value="<c:out value='${selectRceptsttus.ADDR2}'/>"></td>
|
</tr>
|
||||||
</tr>
|
<tr>
|
||||||
<tr>
|
<th scope="row" rowspan="2">
|
||||||
<th scope="row" rowspan="2">
|
<label for="rceAddr1">지번주소</label>
|
||||||
<label for="rceRoadAddr1">도로명주소</label>
|
</th>
|
||||||
</th>
|
<td colspan="3">
|
||||||
<td colspan="3"><input type="text" name="rceRoadAddr1" id="rceRoadAddr1" class="inp_ful" value="<c:out value='${selectRceptsttus.ROAD_ADDR1}'/>"></td>
|
<input type="text" name="rceAddr1" id="rceAddr1" class="inp_ful" value="<c:out value='${selectRceptsttus.ADDR1}'/>">
|
||||||
</tr>
|
</td>
|
||||||
<tr>
|
</tr>
|
||||||
<td colspan="3"><input type="text" maxlength="250" name="rceRoadAddr2" id="rceRoadAddr2" class="inp_ful" value="<c:out value='${selectRceptsttus.ROAD_ADDR2}'/>"></td>
|
<tr>
|
||||||
</tr>
|
<td colspan="3">
|
||||||
<tr>
|
<input type="text" maxlength="250" name="rceAddr2" id="rceAddr2" class="inp_ful" value="<c:out value='${selectRceptsttus.ADDR2}'/>">
|
||||||
<th rowspan="2" scope="row" class="bdr val_m">
|
</td>
|
||||||
신청<br>확인사항<br><span style="color:red;">(필수)</span>
|
</tr>
|
||||||
</th>
|
<tr>
|
||||||
<th colspan="4" scope="row">
|
<th scope="row" rowspan="2">
|
||||||
귀하는 ‘한국공정거래조정원’을 어떤 경로로 알게 되셨습니까?
|
<label for="rceRoadAddr1">도로명주소</label>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
<td colspan="3">
|
||||||
<tr class="applyCheck">
|
<input type="text" name="rceRoadAddr1" id="rceRoadAddr1" class="inp_ful" value="<c:out value='${selectRceptsttus.ROAD_ADDR1}'/>">
|
||||||
<td colspan="4">
|
</td>
|
||||||
<p>
|
</tr>
|
||||||
<input type="radio" id="applyCheck1" name="applyCheck" value="" class="num01" disabled="disabled"><label for="applyCheck1">대중매체 광고</label><br>
|
<tr>
|
||||||
<input type="checkbox" id="applyCheck1_1" name="applyCheck" value="1_1" <c:if test="${selectReason.APPLY_CHECK eq '1_1'}">checked="checked"</c:if>><label for="applyCheck1_1">라디오 광고</label><br>
|
<td colspan="3">
|
||||||
<input type="checkbox" id="applyCheck1_2" name="applyCheck" value="1_2" <c:if test="${selectReason.APPLY_CHECK eq '1_2'}">checked="checked"</c:if>><label for="applyCheck1_2">신문지면 광고</label><br>
|
<input type="text" maxlength="250" name="rceRoadAddr2" id="rceRoadAddr2" class="inp_ful" value="<c:out value='${selectRceptsttus.ROAD_ADDR2}'/>">
|
||||||
<input type="checkbox" id="applyCheck1_3" name="applyCheck" value="1_3" <c:if test="${selectReason.APPLY_CHECK eq '1_3'}">checked="checked"</c:if>><label for="applyCheck1_3">TV방송 광고</label><br>
|
</td>
|
||||||
<input type="radio" id="applyCheck2" name="applyCheck" value="" class="num02" disabled="disabled"><label for="applyCheck2">옥외광고</label><br>
|
</tr>
|
||||||
<input type="checkbox" id="applyCheck2_1" name="applyCheck" value="2_1" <c:if test="${selectReason.APPLY_CHECK eq '2_1'}">checked="checked"</c:if>><label for="applyCheck2_1">지하철 스크린도어 광고</label><br>
|
<tr>
|
||||||
<input type="checkbox" id="applyCheck2_2" name="applyCheck" value="2_2" <c:if test="${selectReason.APPLY_CHECK eq '2_2'}">checked="checked"</c:if>><label for="applyCheck2_2">버스 랩핑 광고</label><br>
|
<th rowspan="2" scope="row" class="bdr val_m">
|
||||||
<input type="checkbox" id="applyCheck2_3" name="applyCheck" value="2_3" <c:if test="${selectReason.APPLY_CHECK eq '2_3'}">checked="checked"</c:if>><label for="applyCheck2_3">옥외간판</label><br>
|
신청<br>확인사항<br><span style="color:red;">(필수)</span>
|
||||||
<input type="radio" id="applyCheck3" name="applyCheck" value="" class="num03" disabled="disabled"><label for="applyCheck3">SNS채널</label><br>
|
</th>
|
||||||
<input type="checkbox" id="applyCheck3_1" name="applyCheck" value="3_1" <c:if test="${selectReason.APPLY_CHECK eq '3_1'}">checked="checked"</c:if>><label for="applyCheck3_1">네이버 공식 블로그</label><br>
|
<th colspan="4" scope="row">
|
||||||
<input type="checkbox" id="applyCheck3_2" name="applyCheck" value="3_2" <c:if test="${selectReason.APPLY_CHECK eq '3_2'}">checked="checked"</c:if>><label for="applyCheck3_2">인스타그램·페이스북·트위터</label><br>
|
귀하는 ‘한국공정거래조정원’을 어떤 경로로 알게 되셨습니까?
|
||||||
<input type="checkbox" id="applyCheck3_3" name="applyCheck" value="3_3" <c:if test="${selectReason.APPLY_CHECK eq '3_3'}">checked="checked"</c:if>><label for="applyCheck3_3">유튜브 (조정원TV)</label><br>
|
</th>
|
||||||
<input type="radio" id="applyCheck4" name="applyCheck" value="4" <c:if test="${selectReason.APPLY_CHECK eq '4'}">checked="checked"</c:if> class="num04"><label for="applyCheck4">공정거래위원회</label><br>
|
</tr>
|
||||||
<input type="radio" id="applyCheck5" name="applyCheck" value="" class="num05" disabled="disabled"><label for="applyCheck5">기 타</label><br>
|
<tr class="applyCheck">
|
||||||
<input type="checkbox" id="applyCheck5_1" name="applyCheck" value="5_1" <c:if test="${selectReason.APPLY_CHECK eq '5_1'}">checked="checked"</c:if>><label for="applyCheck5_1">지인소개</label><br>
|
<td colspan="4">
|
||||||
<input type="checkbox" id="applyCheck5_2" name="applyCheck" value="5_2" <c:if test="${selectReason.APPLY_CHECK eq '5_2'}">checked="checked"</c:if>><label for="applyCheck5_2">인터넷 검색</label><br>
|
<p>
|
||||||
<input type="checkbox" id="applyCheck5_3" name="applyCheck" value="5_3" <c:if test="${selectReason.APPLY_CHECK eq '5_3'}">checked="checked"</c:if>><label for="applyCheck5_3">직접입력</label><input type="text" maxlength="50" name="applyEtc" id="applyEtc" class="inp_default" <c:choose><c:when test="${selectReason.APPLY_CHECK eq '5'}">style="display:inline-block;"</c:when><c:otherwise>style="display:none;"</c:otherwise></c:choose> value="<c:out value='${selectReason.APPLY_ETC}'/>">
|
<input type="radio" id="applyCheck1" name="applyCheck" value="" class="num01" disabled="disabled"><label for="applyCheck1">대중매체 광고</label><br>
|
||||||
</p>
|
<input type="checkbox" id="applyCheck1_1" name="applyCheck" value="1_1" <c:if test="${selectReason.APPLY_CHECK eq '1_1'}">checked="checked"</c:if>><label for="applyCheck1_1">라디오 광고</label><br>
|
||||||
</td>
|
<input type="checkbox" id="applyCheck1_2" name="applyCheck" value="1_2" <c:if test="${selectReason.APPLY_CHECK eq '1_2'}">checked="checked"</c:if>><label for="applyCheck1_2">신문지면 광고</label><br>
|
||||||
</tr>
|
<input type="checkbox" id="applyCheck1_3" name="applyCheck" value="1_3" <c:if test="${selectReason.APPLY_CHECK eq '1_3'}">checked="checked"</c:if>><label for="applyCheck1_3">TV방송 광고</label><br>
|
||||||
<!-- 신청서 뉴스레터 테스트 -->
|
<input type="radio" id="applyCheck2" name="applyCheck" value="" class="num02" disabled="disabled"><label for="applyCheck2">옥외광고</label><br>
|
||||||
<tr>
|
<input type="checkbox" id="applyCheck2_1" name="applyCheck" value="2_1" <c:if test="${selectReason.APPLY_CHECK eq '2_1'}">checked="checked"</c:if>><label for="applyCheck2_1">지하철 스크린도어 광고</label><br>
|
||||||
<th rowspan="7" scope="row" class="bdr val_m">기타<br>확인사항</th>
|
<input type="checkbox" id="applyCheck2_2" name="applyCheck" value="2_2" <c:if test="${selectReason.APPLY_CHECK eq '2_2'}">checked="checked"</c:if>><label for="applyCheck2_2">버스 랩핑 광고</label><br>
|
||||||
<th scope="row">
|
<input type="checkbox" id="applyCheck2_3" name="applyCheck" value="2_3" <c:if test="${selectReason.APPLY_CHECK eq '2_3'}">checked="checked"</c:if>><label for="applyCheck2_3">옥외간판</label><br>
|
||||||
<span class="blind">필수입력</span>
|
<input type="radio" id="applyCheck3" name="applyCheck" value="" class="num03" disabled="disabled"><label for="applyCheck3">SNS채널</label><br>
|
||||||
<label for="rceLawCheck1">소송</label>
|
<input type="checkbox" id="applyCheck3_1" name="applyCheck" value="3_1" <c:if test="${selectReason.APPLY_CHECK eq '3_1'}">checked="checked"</c:if>><label for="applyCheck3_1">네이버 공식 블로그</label><br>
|
||||||
<button type="button" class="qBtn" id="q57"><span>소송 도움말</span></button>
|
<input type="checkbox" id="applyCheck3_2" name="applyCheck" value="3_2" <c:if test="${selectReason.APPLY_CHECK eq '3_2'}">checked="checked"</c:if>><label for="applyCheck3_2">인스타그램·페이스북·트위터</label><br>
|
||||||
</th>
|
<input type="checkbox" id="applyCheck3_3" name="applyCheck" value="3_3" <c:if test="${selectReason.APPLY_CHECK eq '3_3'}">checked="checked"</c:if>><label for="applyCheck3_3">유튜브 (조정원TV)</label><br>
|
||||||
<td colspan="3">
|
<input type="radio" id="applyCheck4" name="applyCheck" value="4" <c:if test="${selectReason.APPLY_CHECK eq '4'}">checked="checked"</c:if> class="num04"><label for="applyCheck4">공정거래위원회</label><br>
|
||||||
<input type="radio" id="rceLawCheck1" name="rceLawCheck" value="N" <c:if test="${selectRceptsttus.LAWSUIT_CHECK == 'N'}">checked="checked"</c:if>><label for="rceLawCheck1">미진행</label>
|
<input type="radio" id="applyCheck5" name="applyCheck" value="" class="num05" disabled="disabled"><label for="applyCheck5">기 타</label><br>
|
||||||
<input type="radio" id="rceLawCheck2" name="rceLawCheck" value="Y" <c:if test="${selectRceptsttus.LAWSUIT_CHECK == 'Y'}">checked="checked"</c:if>><label for="rceLawCheck2">진행</label>
|
<input type="checkbox" id="applyCheck5_1" name="applyCheck" value="5_1" <c:if test="${selectReason.APPLY_CHECK eq '5_1'}">checked="checked"</c:if>><label for="applyCheck5_1">지인소개</label><br>
|
||||||
<input type="text" maxlength="100" id="rceLawNot" name="rceLawNot" class="inp_right" placeholder="진행일경우 법원명 입력" value="${selectRceptsttus.LAWSUT_NOTE }">
|
<input type="checkbox" id="applyCheck5_2" name="applyCheck" value="5_2" <c:if test="${selectReason.APPLY_CHECK eq '5_2'}">checked="checked"</c:if>><label for="applyCheck5_2">인터넷 검색</label><br>
|
||||||
<input type="text" maxlength="100" id="rceLawCaseNum" name="rceLawCaseNum" class="inp_right" placeholder="진행일경우 사건번호 입력" value="${selectRceptsttus.LAWSUT_CASENUM }">
|
<input type="checkbox" id="applyCheck5_3" name="applyCheck" value="5_3" <c:if test="${selectReason.APPLY_CHECK eq '5_3'}">checked="checked"</c:if>><label for="applyCheck5_3">직접입력</label><input type="text" maxlength="50" name="applyEtc" id="applyEtc" class="inp_default" <c:choose><c:when test="${selectReason.APPLY_CHECK eq '5'}">style="display:inline-block;"</c:when><c:otherwise>style="display:none;"</c:otherwise></c:choose> value="<c:out value='${selectReason.APPLY_ETC}'/>">
|
||||||
<div style="display: inline-block">
|
</p>
|
||||||
<label for="rceLawCheckSame1" style="font-weight:bold">소송 내용이 조정신청 내용과 동일한지</label><br>
|
</td>
|
||||||
<input type="radio" id="rceLawCheckSame2" name="rceLawCheckSame" value="Y" <c:if test="${selectRceptsttus.LAWSUIT_CHECKSAME == 'Y'}">checked="checked"</c:if>><label for="rceLawCheckSame2">조정신청내용과 동일</label>
|
</tr>
|
||||||
<input type="radio" id="rceLawCheckSame1" name="rceLawCheckSame" value="N" <c:if test="${selectRceptsttus.LAWSUIT_CHECKSAME == 'N'}">checked="checked"</c:if>><label for="rceLawCheckSame1">조정신청내용과 동일하지 않음</label>
|
<!-- 신청서 뉴스레터 테스트 -->
|
||||||
</div>
|
<tr>
|
||||||
<span style="color:red;width: 372px;display: inline-block;">*진행일 경우 하단 증빙자료에 소장 반드시 첨부 요망</span>
|
<th rowspan="7" scope="row" class="bdr val_m">기타<br>확인사항</th>
|
||||||
</td>
|
<th scope="row">
|
||||||
</tr>
|
<span class="blind">필수입력</span>
|
||||||
<tr>
|
<label for="rceLawCheck1">소송</label>
|
||||||
<th scope="row">
|
<button type="button" class="qBtn" id="q57"><span>소송 도움말</span></button>
|
||||||
<span class="blind">필수입력</span>
|
</th>
|
||||||
<label for="rceConferenceResult1">타 협의회 조정</label>
|
<td colspan="3">
|
||||||
<button type="button" class="qBtn" id="q58"><span>타 협의회 조정 도움말</span></button>
|
<input type="radio" id="rceLawCheck1" name="rceLawCheck" value="N" <c:if test="${selectRceptsttus.LAWSUIT_CHECK == 'N'}">checked="checked"</c:if>><label for="rceLawCheck1">미진행</label>
|
||||||
</th>
|
<input type="radio" id="rceLawCheck2" name="rceLawCheck" value="Y" <c:if test="${selectRceptsttus.LAWSUIT_CHECK == 'Y'}">checked="checked"</c:if>><label for="rceLawCheck2">진행</label>
|
||||||
<td colspan="3">
|
<input type="text" maxlength="100" id="rceLawNot" name="rceLawNot" class="inp_right" placeholder="진행일경우 법원명 입력" value="${selectRceptsttus.LAWSUT_NOTE }">
|
||||||
<input type="radio" id="rceConferenceResult1" name="rceConferenceResult" value="N" <c:if test="${selectRceptsttus.CONFERENCE_RESULT == 'N'}">checked="checked"</c:if>><label for="rceConferenceResult1">미진행</label>
|
<input type="text" maxlength="100" id="rceLawCaseNum" name="rceLawCaseNum" class="inp_right" placeholder="진행일경우 사건번호 입력" value="${selectRceptsttus.LAWSUT_CASENUM }">
|
||||||
<input type="radio" id="rceConferenceResult2" name="rceConferenceResult" value="Y" <c:if test="${selectRceptsttus.CONFERENCE_RESULT == 'Y'}">checked="checked"</c:if>><label for="rceConferenceResult2">진행</label>
|
<div style="display: inline-block">
|
||||||
<input type="text" maxlength="100" id="rceConferenceResultNot" name="rceConferenceResultNot" class="inp_right" placeholder="진행일경우 협의회명 입력" value="${selectRceptsttus.CONFERENCE_NOTE }">
|
<label for="rceLawCheckSame1" style="font-weight:bold">소송 내용이 조정신청 내용과 동일한지</label><br>
|
||||||
</td>
|
<input type="radio" id="rceLawCheckSame2" name="rceLawCheckSame" value="Y" <c:if test="${selectRceptsttus.LAWSUIT_CHECKSAME == 'Y'}">checked="checked"</c:if>><label for="rceLawCheckSame2">조정신청내용과 동일</label>
|
||||||
</tr>
|
<input type="radio" id="rceLawCheckSame1" name="rceLawCheckSame" value="N" <c:if test="${selectRceptsttus.LAWSUIT_CHECKSAME == 'N'}">checked="checked"</c:if>><label for="rceLawCheckSame1">조정신청내용과 동일하지 않음</label>
|
||||||
<tr>
|
</div>
|
||||||
<th scope="row">
|
<span style="color:red;width: 372px;display: inline-block;">*진행일 경우 하단 증빙자료에 소장 반드시 첨부 요망</span>
|
||||||
<span class="blind">필수입력</span>
|
</td>
|
||||||
<label for="66">중재</label>
|
</tr>
|
||||||
<button type="button" class="qBtn" id="q59"><span>중재 도움말</span></button>
|
<tr>
|
||||||
</th>
|
<th scope="row">
|
||||||
<td colspan="3">
|
<span class="blind">필수입력</span>
|
||||||
<input type="radio" id="66" name="rceArbCheck" value="N" <c:if test="${selectRceptsttus.ARBITRATION_CHECK == 'N'}">checked="checked"</c:if>><label for="66">미진행</label>
|
<label for="rceConferenceResult1">타 협의회 조정</label>
|
||||||
<input type="radio" id="67" name="rceArbCheck" value="Y" <c:if test="${selectRceptsttus.ARBITRATION_CHECK == 'Y'}">checked="checked"</c:if>><label for="67">진행</label>
|
<button type="button" class="qBtn" id="q58"><span>타 협의회 조정 도움말</span></button>
|
||||||
<input type="text" maxlength="100" id="rceArbNote" name="rceArbNote" class="inp_right" placeholder="진행일경우 중재기관명 입력" value="${selectRceptsttus.ARBITRATION_NOTE }">
|
</th>
|
||||||
</td>
|
<td colspan="3">
|
||||||
</tr>
|
<input type="radio" id="rceConferenceResult1" name="rceConferenceResult" value="N" <c:if test="${selectRceptsttus.CONFERENCE_RESULT == 'N'}">checked="checked"</c:if>><label for="rceConferenceResult1">미진행</label>
|
||||||
<tr>
|
<input type="radio" id="rceConferenceResult2" name="rceConferenceResult" value="Y" <c:if test="${selectRceptsttus.CONFERENCE_RESULT == 'Y'}">checked="checked"</c:if>><label for="rceConferenceResult2">진행</label>
|
||||||
<th scope="row">
|
<input type="text" maxlength="100" id="rceConferenceResultNot" name="rceConferenceResultNot" class="inp_right" placeholder="진행일경우 협의회명 입력" value="${selectRceptsttus.CONFERENCE_NOTE }">
|
||||||
<span class="blind">필수입력</span>
|
</td>
|
||||||
<label for="rceRegulatingOrgan1">타 조정기구 조정</label>
|
</tr>
|
||||||
<button type="button" class="qBtn" id="q60"><span>타 조정기구 조정 도움말</span></button>
|
<tr>
|
||||||
</th>
|
<th scope="row">
|
||||||
<td colspan="3">
|
<span class="blind">필수입력</span>
|
||||||
<input type="radio" id="rceRegulatingOrgan1" name="rceRegulatingOrgan" value="N" <c:if test="${selectRceptsttus.REGULATING_ORGAN == 'N'}">checked="checked"</c:if>><label for="rceRegulatingOrgan1">미진행</label>
|
<label for="66">중재</label>
|
||||||
<input type="radio" id="rceRegulatingOrgan2" name="rceRegulatingOrgan" value="Y" <c:if test="${selectRceptsttus.REGULATING_ORGAN == 'Y'}">checked="checked"</c:if>><label for="rceRegulatingOrgan2">진행</label>
|
<button type="button" class="qBtn" id="q59"><span>중재 도움말</span></button>
|
||||||
<input type="text" maxlength="100" id="" name="rceRegulatingOrganNote" class="inp_right" placeholder="진행일경우 조정기구명 입력" value="${selectRceptsttus.REGULATING_NOTE }">
|
</th>
|
||||||
</td>
|
<td colspan="3">
|
||||||
</tr>
|
<input type="radio" id="66" name="rceArbCheck" value="N" <c:if test="${selectRceptsttus.ARBITRATION_CHECK == 'N'}">checked="checked"</c:if>><label for="66">미진행</label>
|
||||||
<tr>
|
<input type="radio" id="67" name="rceArbCheck" value="Y" <c:if test="${selectRceptsttus.ARBITRATION_CHECK == 'Y'}">checked="checked"</c:if>><label for="67">진행</label>
|
||||||
<th scope="row">
|
<input type="text" maxlength="100" id="rceArbNote" name="rceArbNote" class="inp_right" placeholder="진행일경우 중재기관명 입력" value="${selectRceptsttus.ARBITRATION_NOTE }">
|
||||||
<span class="blind">필수입력</span>
|
</td>
|
||||||
<label for="rceFtcInvestigation1">공정거래위원회 조사</label>
|
</tr>
|
||||||
<button type="button" class="qBtn" id="q61"><span>공정거래위원회 조사 도움말</span></button>
|
<tr>
|
||||||
</th>
|
<th scope="row">
|
||||||
<td colspan="3">
|
<span class="blind">필수입력</span>
|
||||||
<input type="radio" id="rceFtcInvestigation1" name="rceFtcInvestigation" value="N" <c:if test="${selectRceptsttus.FTC_INVESTIGATION == 'N'}">checked="checked"</c:if>><label for="rceFtcInvestigation1">미진행</label>
|
<label for="rceRegulatingOrgan1">타 조정기구 조정</label>
|
||||||
<input type="radio" id="rceFtcInvestigation2" name="rceFtcInvestigation" value="Y" <c:if test="${selectRceptsttus.FTC_INVESTIGATION == 'Y'}">checked="checked"</c:if>><label for="rceFtcInvestigation2">진행</label>
|
<button type="button" class="qBtn" id="q60"><span>타 조정기구 조정 도움말</span></button>
|
||||||
<input type="text" maxlength="100" id="rceFtcInvestigationNote" name="rceFtcInvestigationNote" class="inp_right" placeholder="진행일경우 담당부서명 입력" value="${selectRceptsttus.FTC_NOTE }">
|
</th>
|
||||||
</td>
|
<td colspan="3">
|
||||||
</tr>
|
<input type="radio" id="rceRegulatingOrgan1" name="rceRegulatingOrgan" value="N" <c:if test="${selectRceptsttus.REGULATING_ORGAN == 'N'}">checked="checked"</c:if>><label for="rceRegulatingOrgan1">미진행</label>
|
||||||
<c:if test="${mediType == '0201000000' or mediType == '0202000000' or mediType == '0204000000' or mediType == '0206000000'}">
|
<input type="radio" id="rceRegulatingOrgan2" name="rceRegulatingOrgan" value="Y" <c:if test="${selectRceptsttus.REGULATING_ORGAN == 'Y'}">checked="checked"</c:if>><label for="rceRegulatingOrgan2">진행</label>
|
||||||
<tr>
|
<input type="text" maxlength="100" id="" name="rceRegulatingOrganNote" class="inp_right" placeholder="진행일경우 조정기구명 입력" value="${selectRceptsttus.REGULATING_NOTE }">
|
||||||
<th scope="row">
|
</td>
|
||||||
<span class="blind">필수입력</span>
|
</tr>
|
||||||
<label for="rceFtcCorrect1">동일사안 공정거래위원회 시정조치 여부</label>
|
<tr>
|
||||||
</th>
|
<th scope="row">
|
||||||
<td colspan="3">
|
<span class="blind">필수입력</span>
|
||||||
<input type="radio" id="rceFtcCorrect1" name="rceFtcCorrect" value="N" <c:if test="${selectRceptsttus.FTC_CORRECT == 'N'}">checked="checked"</c:if>><label for="rceFtcCorrect1">아니오</label>
|
<label for="rceFtcInvestigation1">공정거래위원회 조사</label>
|
||||||
<input type="radio" id="rceFtcCorrect2" name="rceFtcCorrect" value="Y" <c:if test="${selectRceptsttus.FTC_CORRECT == 'Y'}">checked="checked"</c:if>><label for="rceFtcCorrect2">예</label>
|
<button type="button" class="qBtn" id="q61"><span>공정거래위원회 조사 도움말</span></button>
|
||||||
<input type="text" maxlength="100" id="rceFtcCorrectNote" name="rceFtcCorrectNote" class="inp_right" placeholder="'예' 체크할 경우 '의결번호' 입력" value="${selectRceptsttus.FTC_CORRECT_NOTE }">
|
</th>
|
||||||
<span style="color:red;width: 372px;display: inline-block;">*하단 증빙자료에 의결서 반드시 첨부 요망</span>
|
<td colspan="3">
|
||||||
</td>
|
<input type="radio" id="rceFtcInvestigation1" name="rceFtcInvestigation" value="N" <c:if test="${selectRceptsttus.FTC_INVESTIGATION == 'N'}">checked="checked"</c:if>><label for="rceFtcInvestigation1">미진행</label>
|
||||||
</tr>
|
<input type="radio" id="rceFtcInvestigation2" name="rceFtcInvestigation" value="Y" <c:if test="${selectRceptsttus.FTC_INVESTIGATION == 'Y'}">checked="checked"</c:if>><label for="rceFtcInvestigation2">진행</label>
|
||||||
</c:if>
|
<input type="text" maxlength="100" id="rceFtcInvestigationNote" name="rceFtcInvestigationNote" class="inp_right" placeholder="진행일경우 담당부서명 입력" value="${selectRceptsttus.FTC_NOTE }">
|
||||||
<c:if test="${mediType == '0201000000' or mediType == '0202000000' or mediType == '0203000000' or mediType == '0204000000' or mediType == '0206000000'}">
|
</td>
|
||||||
<tr>
|
</tr>
|
||||||
<th scope="row">
|
<c:if test="${mediType == '0201000000' or mediType == '0202000000' or mediType == '0204000000' or mediType == '0206000000'}">
|
||||||
<span class="blind">필수입력</span>
|
<tr>
|
||||||
<label for="rceParAgreement">당사자간 합의가 완료되어 조정조서 작성을 요청하는 사안인지 여부</label>
|
<th scope="row">
|
||||||
</th>
|
<span class="blind">필수입력</span>
|
||||||
<td colspan="3">
|
<label for="rceFtcCorrect1">동일사안 공정거래위원회 시정조치 여부</label>
|
||||||
<input type="radio" id="rceParAgreement1" name="rceParAgreement" value="N" <c:if test="${selectRceptsttus.PAR_AGREEMENT == 'N'}">checked="checked"</c:if>><label for="rceParAgreement1">아니오</label>
|
</th>
|
||||||
<input type="radio" id="rceParAgreement2" name="rceParAgreement" value="Y" <c:if test="${selectRceptsttus.PAR_AGREEMENT == 'Y'}">checked="checked"</c:if>><label for="rceParAgreement2">예</label>
|
<td colspan="3">
|
||||||
</tr>
|
<input type="radio" id="rceFtcCorrect1" name="rceFtcCorrect" value="N" <c:if test="${selectRceptsttus.FTC_CORRECT == 'N'}">checked="checked"</c:if>><label for="rceFtcCorrect1">아니오</label>
|
||||||
</c:if>
|
<input type="radio" id="rceFtcCorrect2" name="rceFtcCorrect" value="Y" <c:if test="${selectRceptsttus.FTC_CORRECT == 'Y'}">checked="checked"</c:if>><label for="rceFtcCorrect2">예</label>
|
||||||
</tbody>
|
<input type="text" maxlength="100" id="rceFtcCorrectNote" name="rceFtcCorrectNote" class="inp_right" placeholder="'예' 체크할 경우 '의결번호' 입력" value="${selectRceptsttus.FTC_CORRECT_NOTE }">
|
||||||
</table>
|
<span style="color:red;width: 372px;display: inline-block;">*하단 증빙자료에 의결서 반드시 첨부 요망</span>
|
||||||
<div class="tip q41"><span class="tip_con">자본금 : 계약체결일 기준 직전 사업연도에 대한 부가가치세 과세표준증명원, 감사보고서 및 기업재무제표 상에 기재된 정보를 참조하여 작성하시기 바랍니다.
|
</td>
|
||||||
</span></div>
|
</tr>
|
||||||
<div class="tip q42"><span class="tip_con">자산총액 : 계약체결일 기준 직전 사업연도에 대한 부가가치세 과세표준증명원, 감사보고서 및 기업재무제표 상에 기재된 정보를 참조하여 작성하시기 바랍니다.
|
</c:if>
|
||||||
</span></div>
|
<c:if test="${mediType == '0201000000' or mediType == '0202000000' or mediType == '0203000000' or mediType == '0204000000' or mediType == '0206000000'}">
|
||||||
<div class="tip q43"><span class="tip_con">총매출액 : 계약체결일 기준 직전 사업연도에 대한 부가가치세 과세표준증명원, 감사보고서 및 기업재무제표 상에 기재된 정보를 참조하여 작성하시기 바랍니다.
|
<tr>
|
||||||
</span></div>
|
<th scope="row">
|
||||||
<div class="tip q44"><span class="tip_con">영업이익 : 계약체결일 기준 직전 사업연도에 대한 부가가치세 과세표준증명원, 감사보고서 및 기업재무제표 상에 기재된 정보를 참조하여 작성하시기 바랍니다.
|
<span class="blind">필수입력</span>
|
||||||
</span></div>
|
<label for="rceParAgreement">당사자간 합의가 완료되어 조정조서 작성을 요청하는 사안인지 여부</label>
|
||||||
<div class="tip q45"><span class="tip_con">최초계약일 : 양 당사자가 최초로 계약서를 작성한 날짜 또는 최초로 거래를 개시한 날짜를 기재하여 주시기 바랍니다.
|
</th>
|
||||||
</span></div>
|
<td colspan="3">
|
||||||
<div class="tip q46"><span class="tip_con">계약기간 : 최초 계약기간 및 계약이 연장된 경우 그 기간을 모두 포함한 전체 계약기간을 기재하여 주시기 바랍니다.
|
<input type="radio" id="rceParAgreement1" name="rceParAgreement" value="N" <c:if test="${selectRceptsttus.PAR_AGREEMENT == 'N'}">checked="checked"</c:if>><label for="rceParAgreement1">아니오</label>
|
||||||
</span></div>
|
<input type="radio" id="rceParAgreement2" name="rceParAgreement" value="Y" <c:if test="${selectRceptsttus.PAR_AGREEMENT == 'Y'}">checked="checked"</c:if>><label for="rceParAgreement2">예</label>
|
||||||
<div class="tip q47"><span class="tip_con">계약서 사본 : 양 당사자가 작성한 계약서 사본을 pdf 또는 그림파일(jpg, gif 등)형태로 첨부해 주시기 바랍니다.
|
</td>
|
||||||
</span></div>
|
</tr>
|
||||||
<div class="tip q63"><span class="tip_con">대표자와 동일 : 계약당사자와 이 사건 분쟁조정에 참여 가능한 담당자가 같은 경우에 선택하시기 바랍니다.
|
</c:if>
|
||||||
</span></div>
|
</tbody>
|
||||||
|
</table>
|
||||||
<div class="tip q57"><span class="tip_con">소송 : 조정절차 진행여부 결정을 위한 확인사항으로서 귀사의 분쟁과 관련하여 민사소송(형사소송은 제외됩니다)이 진행 중인 경우 선택하신 뒤 소제기증명원 상의 사건번호를 기재하여 주시기 바랍니다.
|
<div class="tip q41"><span class="tip_con">자본금 : 계약체결일 기준 직전 사업연도에 대한 부가가치세 과세표준증명원, 감사보고서 및 기업재무제표 상에 기재된 정보를 참조하여 작성하시기 바랍니다.</span></div>
|
||||||
</span></div>
|
<div class="tip q42"><span class="tip_con">자산총액 : 계약체결일 기준 직전 사업연도에 대한 부가가치세 과세표준증명원, 감사보고서 및 기업재무제표 상에 기재된 정보를 참조하여 작성하시기 바랍니다.</span></div>
|
||||||
<div class="tip q58"><span class="tip_con">타협의회조정 : 조정절차 진행여부 결정을 위한 확인사항으로서 귀사의 분쟁과 관련 하여 조정절차가 조정원의 다른 분쟁조정협의회에서 진행 중인 경우 선택 후 분쟁조정협의회의 명칭 및 접수통지서 상의 사건번호를 기재하여 주시기 바랍니다.
|
<div class="tip q43"><span class="tip_con">총매출액 : 계약체결일 기준 직전 사업연도에 대한 부가가치세 과세표준증명원, 감사보고서 및 기업재무제표 상에 기재된 정보를 참조하여 작성하시기 바랍니다.</span></div>
|
||||||
</span></div>
|
<div class="tip q44"><span class="tip_con">영업이익 : 계약체결일 기준 직전 사업연도에 대한 부가가치세 과세표준증명원, 감사보고서 및 기업재무제표 상에 기재된 정보를 참조하여 작성하시기 바랍니다.</span></div>
|
||||||
<div class="tip q59"><span class="tip_con">중재 : 조정절차 진행여부 결정을 위한 확인사항으로서, 해당 분쟁 관련 중재절차가 진행 중인 경우 선택 후 중재기관명 및 사건번호를 기재하여주시기 바랍니다.
|
<div class="tip q45"><span class="tip_con">최초계약일 : 양 당사자가 최초로 계약서를 작성한 날짜 또는 최초로 거래를 개시한 날짜를 기재하여 주시기 바랍니다.</span></div>
|
||||||
</span></div>
|
<div class="tip q46"><span class="tip_con">계약기간 : 최초 계약기간 및 계약이 연장된 경우 그 기간을 모두 포함한 전체 계약기간을 기재하여 주시기 바랍니다.</span></div>
|
||||||
<div class="tip q60"><span class="tip_con">타 조정기구 조정 : 조정절차 진행여부 결정을 위한 확인사항으로서 귀사의 분쟁과 관련 하여 조정절차가 조정원 외 분쟁조정 기관에서 진행 중인 경우 선택 하신 뒤 기관명칭 및 사건번호를 기재하여 주시기 바랍니다.
|
<div class="tip q47"><span class="tip_con">계약서 사본 : 양 당사자가 작성한 계약서 사본을 pdf 또는 그림파일(jpg, gif 등)형태로 첨부해 주시기 바랍니다.</span></div>
|
||||||
</span></div>
|
<div class="tip q63"><span class="tip_con">대표자와 동일 : 계약당사자와 이 사건 분쟁조정에 참여 가능한 담당자가 같은 경우에 선택하시기 바랍니다.</span></div>
|
||||||
<div class="tip q61"><span class="tip_con">공정거래위원회 조사 : 조정절차 진행여부 결정을 위한 확인사항으로서, 공정거래위원회에서 해당 분쟁에 대하여 조사하고 있는 경우 선택하신 뒤 그 담당부서 및
|
<div class="tip q57"><span class="tip_con">소송 : 조정절차 진행여부 결정을 위한 확인사항으로서 귀사의 분쟁과 관련하여 민사소송(형사소송은 제외됩니다)이 진행 중인 경우 선택하신 뒤 소제기증명원 상의 사건번호를 기재하여 주시기 바랍니다.</span></div>
|
||||||
사건번호를 기재하여 주시기 바랍니다.
|
<div class="tip q58"><span class="tip_con">타협의회조정 : 조정절차 진행여부 결정을 위한 확인사항으로서 귀사의 분쟁과 관련 하여 조정절차가 조정원의 다른 분쟁조정협의회에서 진행 중인 경우 선택 후 분쟁조정협의회의 명칭 및 접수통지서 상의 사건번호를 기재하여 주시기 바랍니다.</span></div>
|
||||||
</span></div>
|
<div class="tip q59"><span class="tip_con">중재 : 조정절차 진행여부 결정을 위한 확인사항으로서, 해당 분쟁 관련 중재절차가 진행 중인 경우 선택 후 중재기관명 및 사건번호를 기재하여주시기 바랍니다.</span></div>
|
||||||
|
<div class="tip q60"><span class="tip_con">타 조정기구 조정 : 조정절차 진행여부 결정을 위한 확인사항으로서 귀사의 분쟁과 관련 하여 조정절차가 조정원 외 분쟁조정 기관에서 진행 중인 경우 선택 하신 뒤 기관명칭 및 사건번호를 기재하여 주시기 바랍니다.</span></div>
|
||||||
</div>
|
<div class="tip q61"><span class="tip_con">공정거래위원회 조사 : 조정절차 진행여부 결정을 위한 확인사항으로서, 공정거래위원회에서 해당 분쟁에 대하여 조사하고 있는 경우 선택하신 뒤 그 담당부서 및 사건번호를 기재하여 주시기 바랍니다.</span></div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<c:if test="${mediType == '0203000000'}">
|
<c:if test="${mediType == '0203000000'}">
|
||||||
<div class="mgt30">
|
<div class="mgt30">
|
||||||
@ -4037,23 +4047,24 @@ String captchaChk = SeedUtils.setReplaceNull(seedProperties.getConfigValue("capt
|
|||||||
<th colspan="2" scope="row" class="bdr val_m">
|
<th colspan="2" scope="row" class="bdr val_m">
|
||||||
<!-- 파일업로드2 -->
|
<!-- 파일업로드2 -->
|
||||||
<label for="upFile2" class="ex_filename2">증빙자료 첨부</label>
|
<label for="upFile2" class="ex_filename2">증빙자료 첨부</label>
|
||||||
|
<!-- 파일업로드2 end-->
|
||||||
<!-- 파일업로드2 end-->
|
|
||||||
</th>
|
</th>
|
||||||
<td colspan="3" >
|
<td colspan="3">
|
||||||
<ul class="upFileHtml2" id="upFileHtml2">
|
<ul class="upFileHtml2" id="upFileHtml2">
|
||||||
<c:forEach items="${caseFileList}" var="file" varStatus="status">
|
<c:forEach items="${caseFileList}" var="file" varStatus="status">
|
||||||
<c:if test="${file.COPY_CONTRACT_YN == 'N' }">
|
<c:if test="${file.COPY_CONTRACT_YN == 'N' }">
|
||||||
<li id="fileUploadP${status.count}">
|
<li id="fileUploadP${status.count}">
|
||||||
<img src="/img/user/bbs/icon_file.gif" alt="gif" style="margin-top: 13px">
|
<img src="/img/user/bbs/icon_file.gif" alt="gif" style="margin-top: 13px">
|
||||||
${file.FILE_NAME}
|
${file.FILE_NAME}
|
||||||
<a href="javascript:;" onclick="javascript:jf_delete_file('${status.count}', '${file.FILE_SIZE}', 'N');"><img src="/img/user/bbs/btn_file_del.png" alt="삭제"></a>
|
<a href="javascript:;" onclick="javascript:jf_delete_file('${status.count}', '${file.FILE_SIZE}', 'N');">
|
||||||
<input type="hidden" name="fileIdx" value="${file.SEQ_NO}" class="fileIdxClass"/>
|
<img src="/img/user/bbs/btn_file_del.png" alt="삭제">
|
||||||
</c:if>
|
</a>
|
||||||
</c:forEach>
|
<input type="hidden" name="fileIdx" value="${file.SEQ_NO}" class="fileIdxClass"/>
|
||||||
</ul>
|
</li>
|
||||||
|
</c:if>
|
||||||
|
</c:forEach>
|
||||||
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@ -80,6 +80,13 @@ content="default-src * self blob: data: gap:; style-src * self 'unsafe-inline' b
|
|||||||
<script src="/kofair_case_seed/usr/scripts/popup.js"></script>
|
<script src="/kofair_case_seed/usr/scripts/popup.js"></script>
|
||||||
<script src="/kofair_case_seed/usr/scripts/ui.js"></script>
|
<script src="/kofair_case_seed/usr/scripts/ui.js"></script>
|
||||||
<script src="/kofair_case_seed/usr/scripts/request.js"></script>
|
<script src="/kofair_case_seed/usr/scripts/request.js"></script>
|
||||||
|
|
||||||
|
<!-- 달력 -->
|
||||||
|
<link rel="stylesheet" href="/kofair_case_seed/script/plugin/datapicker/default.css">
|
||||||
|
<script src="/kofair_case_seed/script/plugin/datapicker/duet.js"></script>
|
||||||
|
<script type="module" src="/kofair_case_seed/script/plugin/datapicker/duet.esm.js"></script>
|
||||||
|
<script src="/kofair_case_seed/script/plugin/datapicker/duet.system.js"></script>
|
||||||
|
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -57,7 +57,7 @@ $(function () {
|
|||||||
$(this).val($(this).val().replace(/,/g, ""));
|
$(this).val($(this).val().replace(/,/g, ""));
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".btn_add_tr").on("click", function () {
|
/*$(".btn_add_tr").on("click", function () {
|
||||||
|
|
||||||
var trName = $(this).closest('.table_top').next(".price_table");
|
var trName = $(this).closest('.table_top').next(".price_table");
|
||||||
trName = trName[0].classList[4];
|
trName = trName[0].classList[4];
|
||||||
@ -114,9 +114,9 @@ $(function () {
|
|||||||
} else {}
|
} else {}
|
||||||
})
|
})
|
||||||
|
|
||||||
});
|
});*/
|
||||||
|
|
||||||
$(".btn_delect_tr").click(function () {
|
/*$(".btn_delect_tr").click(function () {
|
||||||
if ($(this).closest(".table_top").next(".price_table").find("tbody").find("tr").length > 1) {
|
if ($(this).closest(".table_top").next(".price_table").find("tbody").find("tr").length > 1) {
|
||||||
if ($(this).closest(".table_top").next(".price_table").find("tbody tr").eq(0).find(".select option:selected").val() !== "00") {
|
if ($(this).closest(".table_top").next(".price_table").find("tbody tr").eq(0).find(".select option:selected").val() !== "00") {
|
||||||
var idName = $(this).closest(".table_top").next(".price_table").find("tbody tr").eq(0).find(".select option:selected").val();
|
var idName = $(this).closest(".table_top").next(".price_table").find("tbody tr").eq(0).find(".select option:selected").val();
|
||||||
@ -126,9 +126,9 @@ $(function () {
|
|||||||
$(this).closest(".table_top").next(".price_table").find("tbody").find("tr").eq(0).remove();
|
$(this).closest(".table_top").next(".price_table").find("tbody").find("tr").eq(0).remove();
|
||||||
}
|
}
|
||||||
} else {}
|
} else {}
|
||||||
})
|
})*/
|
||||||
|
|
||||||
$(".contract_input .select").change(function () {
|
/*$(".contract_input .select").change(function () {
|
||||||
if ($(this).val() !== "00") {
|
if ($(this).val() !== "00") {
|
||||||
var selectTitle = $(this).find(":selected").text();
|
var selectTitle = $(this).find(":selected").text();
|
||||||
console.log(selectTitle)
|
console.log(selectTitle)
|
||||||
@ -138,7 +138,7 @@ $(function () {
|
|||||||
$(this).closest(".price_table").find(".reason_tr." + trClass).find("td").eq(0).text("소계:" + selectTitle);
|
$(this).closest(".price_table").find(".reason_tr." + trClass).find("td").eq(0).text("소계:" + selectTitle);
|
||||||
}
|
}
|
||||||
} else {}
|
} else {}
|
||||||
})
|
})*/
|
||||||
|
|
||||||
// 사건조회 캘린더
|
// 사건조회 캘린더
|
||||||
|
|
||||||
@ -221,7 +221,7 @@ function addNumber(obj, idx) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// .reason_tr의 총합계를 .total_tr에 넣는 함수
|
// .reason_tr의 총합계를 .total_tr에 넣는 함수
|
||||||
function totalNumber() {
|
/*function totalNumber() {
|
||||||
// 모든 .price_table에 대해 반복
|
// 모든 .price_table에 대해 반복
|
||||||
$('.price_table').each(function (idx, itm) {
|
$('.price_table').each(function (idx, itm) {
|
||||||
var totalRow = $(itm).find('.total_tr');
|
var totalRow = $(itm).find('.total_tr');
|
||||||
@ -247,14 +247,14 @@ function totalNumber() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}*/
|
||||||
|
|
||||||
// 페이지 로드 시와 값 변경 시 totalNumber 함수 호출
|
// 페이지 로드 시와 값 변경 시 totalNumber 함수 호출
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
totalNumber();
|
// totalNumber();
|
||||||
$('.price_table').on('change', 'input', function () {
|
// $('.price_table').on('change', 'input', function () {
|
||||||
totalNumber();
|
// totalNumber();
|
||||||
});
|
// });
|
||||||
});
|
});
|
||||||
|
|
||||||
function selectChange(obj) {
|
function selectChange(obj) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user