2023-05-26 12:28 checkbox 안보이는 오류 수정

This commit is contained in:
myname 2023-05-26 12:29:14 +09:00
parent 5f3592e04b
commit 699f9ba822
2 changed files with 14 additions and 1 deletions

View File

@ -180,6 +180,17 @@
1<kc:checkbox codeId="VE0033" id="prcsKind" name="prcsKind" selectedJoinValue="${vEPrcsDetailVO.prcsKind}" warp="span"/>2
3<kc:checkbox codeId="VE0033" id="prcsKind" name="prcsKind" selectedJoinValue="${vEPrcsDetailVO.prcsKind}"/>4
&nbsp;&nbsp;
1<span>
<input type="checkbox" id="prcsKind01" name="prcsKind" value="01"> <label class="" for="prcsKind01">신규</label></span><span>
<input type="checkbox" id="prcsKind012" name="prcsKind" value="02"> <label class="" for="prcsKind012">갱신</label></span><span>
<input type="checkbox" id="prcsKind0123" name="prcsKind" value="03"> <label class="" for="prcsKind0123">의무</label></span>2
3
<input type="checkbox" id="prcsKind01" name="prcsKind" value="01"> <label class="" for="prcsKind01">신규</label>
<input type="checkbox" id="prcsKind012" name="prcsKind" value="02"> <label class="" for="prcsKind012">갱신</label>
<input type="checkbox" id="prcsKind0123" name="prcsKind" value="03"> <label class="" for="prcsKind0123">의무</label>4
&nbsp;&nbsp;
<input type="text" id="searchKeyword" name="searchKeyword" placeholder="검색어를 입력하세요." title="검색어 입력" class="search_input" value="<c:out value='${vEPrcsDetailVO.searchKeyword}'/>">
<button type="button" class="btn_type08" onclick="fncGoList(); return false;">검색</button>
@ -232,6 +243,7 @@
</td>
<td onclick="fncGoDetail('<c:out value="${list.prcsOrd}"/>');" style="cursor:pointer;">
<kc:code codeId="VE0033" joinCode="${list.prcsKind}"/>
//${list.prcsKind}///
</td>
<td onclick="fncGoDetail('<c:out value="${list.prcsOrd}"/>');" style="cursor:pointer;">
<c:out value='${list.prcsNm}'/>

View File

@ -175,7 +175,7 @@
<tr>
<th scope="row">구분</th>
<td>
<ve:select codeId="VE0015" name="prcsDiv" id="prcsDiv" css="class='sel_type1'" selectedValue="${info.prcsDiv}" defaultValue='10'/>
<ve:select codeId="VE0015" name="prcsDiv" id="prcsDiv" css="class='sel_type1'" selectedValue="${info.prcsDiv}" defaultValue='10'/>
</td>
</tr>
<tr>
@ -183,6 +183,7 @@
<td>
1<ve:checkbox codeId="VE0033" id="prcsKind" name="prcsKind" selectedJoinValue="${info.prcsKind}" warp="span"/>2
<br/>3<ve:checkbox codeId="VE0033" id="prcsKind" name="prcsKind" selectedJoinValue="${info.prcsKind}"/>4
//${info.prcsKind}//
</td>
</tr>
<tr>