#176 상품추가옵션 추가

This commit is contained in:
chicpro
2013-05-22 13:20:11 +09:00
parent 16dae9c5fd
commit a727576ec6
2 changed files with 35 additions and 2 deletions

View File

@ -22,7 +22,7 @@ if($ps_run) {
<td><input type="checkbox" name="spl_chk_all" value="1"></td>
<td>옵션명</td>
<td>옵션항목</td>
<td>추가금액</td>
<td>상품금액</td>
<td>재고수량</td>
<td>통보수량</td>
<td>사용여부</td>
@ -96,7 +96,7 @@ if($it['it_id']) {
</table>
<div><button type="button" id="sel_supply_delete">선택삭제</button></div>
<div>
<label for="spl_com_price">추가금액</label><input type="text" name="spl_com_price" value="0" id="spl_com_price" class="frm_input" size="5">
<label for="spl_com_price">상품금액</label><input type="text" name="spl_com_price" value="0" id="spl_com_price" class="frm_input" size="5">
<label for="spl_com_stock">재고수량</label><input type="text" name="spl_com_stock" value="0" id="spl_com_stock" class="frm_input" size="5">
<label for="spl_com_noti">통보수량</label><input type="text" name="spl_com_noti" value="0" id="spl_com_noti" class="frm_input" size="5">
<label for="spl_com_use">사용여부</label>