|
|
@@ -252,7 +252,13 @@
|
|
|
<button type="button" class="btn btn-success btn-lg" id="btnGoodsItemkindChange">품목변경</button>
|
|
|
</th:block>
|
|
|
</td>
|
|
|
- <td colspan="2">
|
|
|
+ <th>과세구분</th>
|
|
|
+ <td>
|
|
|
+ <select name="taxGb" disabled="disabled">
|
|
|
+ <option value="">[선택]</option>
|
|
|
+ <option value="10">과세</option>
|
|
|
+ <option value="20">비과세</option>
|
|
|
+ </select>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -703,6 +709,7 @@
|
|
|
$("#goodsDetailForm input[name=distributionGbOrg]").val(result.distributionGb);
|
|
|
$('#goodsDetailForm select[name=ageGrpCd]').val(result.ageGrpCd);
|
|
|
$("#goodsDetailForm input[name=ageGrpCdOrg]").val(result.ageGrpCd);
|
|
|
+ $('#goodsDetailForm select[name=taxGb]').val(result.taxGb);
|
|
|
|
|
|
$("#goodsDetailForm input[type=radio]").parent().removeClass("checked");
|
|
|
$("#goodsDetailForm input[type=radio]").removeAttr('checked');
|