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