parent
171ae3e8ad
commit
74525284a0
|
|
@ -290,7 +290,7 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="uduty">
|
||||
<th>*직위</th>
|
||||
<td>
|
||||
@Html.TextBoxFor(x => x.User.uduty, new { @class = "apylpt", @maxlength = "20" })
|
||||
|
|
@ -348,10 +348,12 @@
|
|||
if ($("input:radio[name='isrebate']:checked").val() == "1") {
|
||||
$(".rbankInfo").show();
|
||||
$(".companyInfo").show();
|
||||
$(".uduty").show();
|
||||
}
|
||||
else {
|
||||
$(".rbankInfo").hide();
|
||||
$(".companyInfo").hide();
|
||||
$(".uduty").hide();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue