포탈사용자 일괄삭제 및 UI개선
This commit is contained in:
@@ -363,7 +363,7 @@
|
||||
} else {
|
||||
$("#title").append(" 등록")
|
||||
$("#btn_modify").html('<i class="material-icons">save</i> <%= localeMessage.getString("button.register") %>');
|
||||
$("#userStatus").val("ACTIVE");
|
||||
$("#userStatus").val("READY");
|
||||
$("#approvalStatus").val("COMPLETED");
|
||||
$("#accountLockYn").val("N");
|
||||
$("#roleCode").val("ROLE_USER").trigger('change');
|
||||
@@ -645,9 +645,9 @@
|
||||
<th><%= getRequiredLabel(localeMessage.getString("portalUser.mobileNumber")) %>
|
||||
</th>
|
||||
<td>
|
||||
<div class="input-group" style="width: 60%; display: flex;">
|
||||
<div class="select-style" style="width: 25%; display: inline-block;">
|
||||
<select id="mobilePrefix" style="padding-left: 10px;">
|
||||
<div class="input-group" style="width: 60%; display: flex; align-items: center; gap: 8px;">
|
||||
<div class="select-style" style="flex: 0 0 auto; width: 90px;">
|
||||
<select id="mobilePrefix" style="padding-left: 10px; width: 100%;">
|
||||
<option value="010">010</option>
|
||||
<option value="011">011</option>
|
||||
<option value="016">016</option>
|
||||
@@ -655,10 +655,10 @@
|
||||
<option value="018">018</option>
|
||||
</select>
|
||||
</div>
|
||||
<span class="mx-2">-</span>
|
||||
<input type="text" id="mobileMiddle" maxlength="4" style="width: 25%; text-align: center;"/>
|
||||
<span class="mx-2">-</span>
|
||||
<input type="text" id="mobileLast" maxlength="4" style="width: 25%; text-align: center;"/>
|
||||
<span>-</span>
|
||||
<input type="text" id="mobileMiddle" maxlength="4" style="flex: 1 1 auto; min-width: 60px; text-align: center;"/>
|
||||
<span>-</span>
|
||||
<input type="text" id="mobileLast" maxlength="4" style="flex: 1 1 auto; min-width: 60px; text-align: center;"/>
|
||||
<input type="hidden" name="mobileNumber"/>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user