|
@@ -304,13 +304,8 @@
|
|
|
<label class="chkBox"><input type="checkbox" name="blankFlag" value="Y"/>BLANK 적용<span></span></label>
|
|
<label class="chkBox"><input type="checkbox" name="blankFlag" value="Y"/>BLANK 적용<span></span></label>
|
|
|
<button type="button" class="btn btn-dark btn-sm" onclick="fnChangeGoodsState('goodsTnm')" >적용</button>
|
|
<button type="button" class="btn btn-dark btn-sm" onclick="fnChangeGoodsState('goodsTnm')" >적용</button>
|
|
|
</td>
|
|
</td>
|
|
|
- <th>무료배송기준</th>
|
|
|
|
|
- <td>
|
|
|
|
|
- <input id="minOrdAmtC" name="minOrdAmtC" type="text" class="w100" data-valid-type="numeric" maxlength="10"/>이상 구매시 무료
|
|
|
|
|
- <button type="button" class="btn btn-dark btn-sm" onclick="fnChangeGoodsState('minOrdAmt')" >적용</button>
|
|
|
|
|
- </td>
|
|
|
|
|
<th>선물 주문가능</th>
|
|
<th>선물 주문가능</th>
|
|
|
- <td>
|
|
|
|
|
|
|
+ <td colspan="3">
|
|
|
<select id="giftPackYnC" name="giftPackYnC">
|
|
<select id="giftPackYnC" name="giftPackYnC">
|
|
|
<option value="">[선택]</option>
|
|
<option value="">[선택]</option>
|
|
|
<option value="Y">가능</option>
|
|
<option value="Y">가능</option>
|
|
@@ -331,12 +326,10 @@
|
|
|
<button type="button" class="btn btn-dark btn-sm" onclick="fnChangeGoodsState('maxOrdQty')" >적용</button>
|
|
<button type="button" class="btn btn-dark btn-sm" onclick="fnChangeGoodsState('maxOrdQty')" >적용</button>
|
|
|
</td>
|
|
</td>
|
|
|
<th>ID당1일최대구매수량</th>
|
|
<th>ID당1일최대구매수량</th>
|
|
|
- <td>
|
|
|
|
|
|
|
+ <td colspan="3">
|
|
|
<input id="dayMaxOrdQtyC" name="dayMaxOrdQtyC" type="text" class="w100" data-valid-type="numeric" />
|
|
<input id="dayMaxOrdQtyC" name="dayMaxOrdQtyC" type="text" class="w100" data-valid-type="numeric" />
|
|
|
<button type="button" class="btn btn-dark btn-sm" onclick="fnChangeGoodsState('dayMaxOrdQty')" >적용</button>
|
|
<button type="button" class="btn btn-dark btn-sm" onclick="fnChangeGoodsState('dayMaxOrdQty')" >적용</button>
|
|
|
</td>
|
|
</td>
|
|
|
-
|
|
|
|
|
- <td colspan="2"></td>
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>배송정책</th>
|
|
<th>배송정책</th>
|