초기 셋팅 - 4

dev
박성영 5 months ago
parent 8325c29fc1
commit c0e22f00ce

@ -65,19 +65,13 @@
</td>
</tr>
<tr>
<th class="th">직위명</th>
<td>
<input type="text" id="posNm" name="posNm" class="input" value="${user.posNm}" />
</td>
<th class="th"><span class="required">*</span> 소속코드</th>
<th class="th"><span class="required">*</span> 조직코드</th>
<td>
<select id="nsttCd" name="nsttCd" class="input" validation-check="required">
<select id="orgCd" name="orgCd" class="input" validation-check="required">
<option value="">선택</option>
<!-- 소속 코드 목록은 JavaScript에서 동적으로 로드 -->
<!-- 조직 코드 목록은 JavaScript에서 동적으로 로드 -->
</select>
</td>
</tr>
<tr>
<th class="th">부서코드</th>
<td>
<select id="deptCd" name="deptCd" class="input">
@ -85,11 +79,17 @@
<!-- 부서 코드 목록은 JavaScript에서 동적으로 로드 -->
</select>
</td>
<th class="th">조직 ID</th>
</tr>
<tr>
<th class="th">직위명</th>
<td>
<input type="text" id="posNm" name="posNm" class="input" value="${user.posNm}" />
</td>
<th class="th">소속코드</th>
<td>
<select id="orgCd" name="orgCd" class="input">
<select id="nsttCd" name="nsttCd" class="input">
<option value="">선택</option>
<!-- 조직 코드 목록은 JavaScript에서 동적으로 로드 -->
<!-- 소속 코드 목록은 JavaScript에서 동적으로 로드 -->
</select>
</td>
</tr>

@ -108,7 +108,7 @@
</td>
</tr>
<tr>
<th class="th"><span class="required">*</span> 조직 ID</th>
<th class="th"><span class="required">*</span> 조직코드</th>
<td>
<select id="orgCd" name="orgCd" class="input" validation-check="required">
<option value="">선택</option>

Loading…
Cancel
Save