Browse Source

상품목록 무료배송기준 일괄 변경 삭제

eskim 4 years ago
parent
commit
b8feedaf60
1 changed files with 2 additions and 9 deletions
  1. 2 9
      src/main/webapp/WEB-INF/views/goods/GoodsListForm.html

+ 2 - 9
src/main/webapp/WEB-INF/views/goods/GoodsListForm.html

@@ -304,13 +304,8 @@
 								<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>
 							</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>
-							<td>
+							<td colspan="3">
 								<select id="giftPackYnC" name="giftPackYnC">
 									<option value="">[선택]</option>
 									<option value="Y">가능</option>
@@ -331,12 +326,10 @@
 								<button type="button" class="btn btn-dark btn-sm" onclick="fnChangeGoodsState('maxOrdQty')" >적용</button>
 							</td>
 							<th>ID당1일최대구매수량</th>
-							<td>
+							<td  colspan="3">
 								<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>
 							</td>
-							
-							<td colspan="2"></td>
 						</tr>
 						<tr>
 							<th>배송정책</th>