이지우 - seed2 계정 생성 작업 및 처리상세 화면 수정(관리자도 조사관 변경 가능, 조사관 변경 시 필수 체크)

This commit is contained in:
JIWOO 2025-02-05 12:11:21 +09:00
parent d478880e85
commit d45f23d650
4 changed files with 10 additions and 4 deletions

View File

@ -813,7 +813,7 @@ public class BaseController {
private String getGWID(Map<String, Object> p_tmap) { private String getGWID(Map<String, Object> p_tmap) {
//Map<String, Object> tmap = (Map<String, Object>) JSPUtil.fixNull(memberService.memberNewOne(params)); //Map<String, Object> tmap = (Map<String, Object>) JSPUtil.fixNull(memberService.memberNewOne(params));
//return p_tmap.get("MEMBER_ITEM_F6").toString(); //return p_tmap.get("MEMBER_ITEM_F6").toString();
if ("seed".equals(p_tmap.get("MEMBER_ID").toString())) { if ("seed".equals(p_tmap.get("MEMBER_ID").toString()) || "seed2".equals(p_tmap.get("MEMBER_ID").toString())) {
return "test04"; return "test04";
} }
return p_tmap.get("MEMBER_ID").toString(); return p_tmap.get("MEMBER_ID").toString();

View File

@ -8266,6 +8266,7 @@ v_ret = this.receiverHeader();
//return p_tmap.get("MEMBER_ITEM_F6").toString(); //return p_tmap.get("MEMBER_ITEM_F6").toString();
if ("seed".equals(p_tmap.get("MEMBER_ID").toString()) if ("seed".equals(p_tmap.get("MEMBER_ID").toString())
|| "unpl".equals(p_tmap.get("MEMBER_ID").toString()) || "unpl".equals(p_tmap.get("MEMBER_ID").toString())
|| "seed2".equals(p_tmap.get("MEMBER_ID").toString())
) { ) {
return "test04"; return "test04";
} }

View File

@ -546,6 +546,11 @@ $("#periodCalulation").click(function(){
//담당자 변경 //담당자 변경
$("#changeExaminer").click(function(){ $("#changeExaminer").click(function(){
if($("#examinerAssign").val() == ''){
alert("담당자를 선택해 주십시오.");
return false;
}
if(confirm("담당자를 변경 하시겠습니까?")){ if(confirm("담당자를 변경 하시겠습니까?")){
$("#typeTemp").val("U"); $("#typeTemp").val("U");
var param = jQuery('#frm').serialize(); var param = jQuery('#frm').serialize();
@ -5053,7 +5058,7 @@ function docOpen(obj) {
<c:if test="${memberPosition == '0912000000' || memberPosition == '0911000000' || memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0912000000' || memberPosition == '0911000000' || memberPosition == '0915000000'}">
<div class="btn_wrap"> <div class="btn_wrap">
<c:if test="${masterData.statePro == '0401000000' && (memberPosition == '0912000000' || memberPosition == '0911000000' || memberId =='seed')}"> <c:if test="${masterData.statePro == '0401000000' && (memberPosition == '0912000000' || memberPosition == '0911000000' || memberId =='seed' || memberId =='seed2')}">
<!-- 접수 --> <!-- 접수 -->
<div class="area_left"> <div class="area_left">
<button type="button" class="btn-default btn btn_text btn_36 blue_border" onclick="nanumCall('1', '<c:out value="${masterData.caseNo }"/> 사건착수보고');">착수보고</button> <button type="button" class="btn-default btn btn_text btn_36 blue_border" onclick="nanumCall('1', '<c:out value="${masterData.caseNo }"/> 사건착수보고');">착수보고</button>
@ -9731,7 +9736,7 @@ function docOpen(obj) {
</div> </div>
</div> </div>
<c:if test="${memberPosition == '0911000000'}"> <c:if test="${memberPosition == '0911000000' || memberPosition == '0915000000'}">
<!-- 팀장 조사관 변경 기능 --> <!-- 팀장 조사관 변경 기능 -->
<div class="bbs-view-layout" style="margin-bottom: 20px;margin-top: 20px;"> <div class="bbs-view-layout" style="margin-bottom: 20px;margin-top: 20px;">
<div class="bbs-view-item"> <div class="bbs-view-item">

View File

@ -4230,7 +4230,7 @@ function nanumProcessStartTmp(){
<c:if test="${memberPosition == '0912000000' || memberPosition == '0911000000' || memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0912000000' || memberPosition == '0911000000' || memberPosition == '0915000000'}">
<div class="btn_wrap"> <div class="btn_wrap">
<c:if test="${masterData.statePro == '0401000000' && (memberPosition == '0912000000' || memberPosition == '0911000000' || memberId =='seed')}"> <c:if test="${masterData.statePro == '0401000000' && (memberPosition == '0912000000' || memberPosition == '0911000000' || memberId =='seed' || memberId =='seed2')}">
<!-- 접수 --> <!-- 접수 -->
<div class="area_left"> <div class="area_left">
<button type="button" class="btn-default btn btn_text btn_36 blue_border" onclick="nanumCall('1', '<c:out value="${masterData.caseNo }"/> 사건착수보고');">착수보고</button> <button type="button" class="btn-default btn btn_text btn_36 blue_border" onclick="nanumCall('1', '<c:out value="${masterData.caseNo }"/> 사건착수보고');">착수보고</button>