사용자 기소 나의강의실에서 상세가는 링크 추가

This commit is contained in:
hylee 2023-11-28 14:27:44 +09:00
parent f62a1ef9a5
commit eb8d11bd8c
3 changed files with 14 additions and 17 deletions

View File

@ -191,11 +191,11 @@
}
// 의뢰번호 검사
if($("input[name='reqNmbr']").val().trim() == ""){
alert("의뢰번호를 입력해주세요.");
$("input[name='reqNmbr']").focus();
return true;
}
// if($("input[name='reqNmbr']").val().trim() == ""){
// alert("의뢰번호를 입력해주세요.");
// $("input[name='reqNmbr']").focus();
// return true;
// }
// 의뢰상태 검사
/* if($("#reqStateCd").val().trim() == ""){
@ -278,6 +278,7 @@
<form:form id="createForm" name="createForm" commandName="vEPrcsDetailVO" method="post">
<input type="hidden" name="sspnIdtmtTrgtOrd" value="<c:out value='${info.sspnIdtmtTrgtOrd}' />"/>
<input type="hidden" name="atchFileId" value="<c:out value='${info.atchFileId}' />" />
<input type="hidden" name="reqNmbr" value="<c:out value="${info.reqNmbr }" />" />
<!-- cont -->
<div class="cont_wrap">
<div class="box">
@ -373,9 +374,9 @@
</td>
</tr> -->
<tr>
<th scope="row">의뢰번호</th>
<th scope="row">검사명</th>
<td>
<input type="text" name="reqNmbr" value="<c:out value="${info.reqNmbr }" />" />
<input type="text" name="prsctrNm" value="<c:out value="${info.prsctrNm }" />" />
</td>
<th scope="row">의뢰상태</th>
<td>
@ -393,10 +394,6 @@
defaultText='선택'
/>
</td>
<th scope="row">검사명</th>
<td>
<input type="text" name="prsctrNm" value="<c:out value="${info.prsctrNm }" />" />
</td>
</tr>
<tr class="input_adress">
<th scope="row">

View File

@ -148,8 +148,8 @@
<tbody>
<c:forEach var="list" items="${list}" varStatus="status">
<tr>
<%-- <td onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" style="cursor:pointer;"> --%>
<td>
<td onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" style="cursor:pointer;">
<!-- <td> -->
<c:out value="${list.prcsNm}"/>(<c:out value="${list.prcsAplctPrdOrd}"/>)
</td>
<td>

View File

@ -11,10 +11,10 @@
<un:useConstants var="VeConstants" className="kcc.ve.cmm.VeConstants" />
<title>교육신청 목록 > 성인 찾아가는 저작권 교육 > 한국저작권위원회 저작권 교육 시스템</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<spring:eval expression="@property['Globals.Innorix.License']" var="license"/>
<script src="<c:url value='/innorix/innorix_${license}.js' />"></script>
<script src="<c:url value='/js/kccadr/innorixCommon.js' />"></script>
<link rel="stylesheet" href="<c:url value='/innorix/innorix.css'/>" type="text/css">
<%-- <spring:eval expression="@property['Globals.Innorix.License']" var="license"/> --%>
<%-- <script src="<c:url value='/innorix/innorix_${license}.js' />"></script> --%>
<%-- <script src="<c:url value='/js/kccadr/innorixCommon.js' />"></script> --%>
<%-- <link rel="stylesheet" href="<c:url value='/innorix/innorix.css'/>" type="text/css"> --%>
<style>
input:disabled {
background-color: #f9f9f9 !important;