|
@@ -396,7 +396,7 @@
|
|
|
</colgroup>
|
|
</colgroup>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>상품 구분 1<br/>[전시여부<label class="chkBox" style="padding-left: 0px;"><input type="checkbox" name="goodsDispYn1" value="Y" checked></label>]<br>
|
|
<th>상품 구분 1<br/>[전시여부<label class="chkBox" style="padding-left: 0px;"><input type="checkbox" name="goodsDispYn1" value="Y" checked></label>]<br>
|
|
|
- <button type="button" class="btn btn-danger btn-lg" id="" onclick="btnDeleteGridNum1();">구분 삭제</button>
|
|
|
|
|
|
|
+ <button type="button" class="btn btn-danger btn-lg" id="" onclick="btnDeleteGridNum1('gridOptions_c1');">구분 삭제</button>
|
|
|
</th>
|
|
</th>
|
|
|
<td>
|
|
<td>
|
|
|
<div class="">
|
|
<div class="">
|
|
@@ -462,7 +462,7 @@
|
|
|
<th>상품 구분 2<br/>[전시여부<label class="chkBox" style="padding-left: 0px;"><input type="checkbox" name="goodsDispYn2" value="Y" checked></label>]<br>
|
|
<th>상품 구분 2<br/>[전시여부<label class="chkBox" style="padding-left: 0px;"><input type="checkbox" name="goodsDispYn2" value="Y" checked></label>]<br>
|
|
|
<br>
|
|
<br>
|
|
|
<button type="button" class="btn btn-danger btn-lg" id=""
|
|
<button type="button" class="btn btn-danger btn-lg" id=""
|
|
|
- onclick="btnDeleteGridNum2();">구분 삭제</button>
|
|
|
|
|
|
|
+ onclick="btnDeleteGridNum2('gridOptions_c2');">구분 삭제</button>
|
|
|
</th>
|
|
</th>
|
|
|
<td>
|
|
<td>
|
|
|
<div class="">
|
|
<div class="">
|
|
@@ -2073,10 +2073,6 @@ $(document).ready(function() {
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
if(mode == 'U'){
|
|
if(mode == 'U'){
|
|
|
if(typeof reviewList[0] != 'undefined'){
|
|
if(typeof reviewList[0] != 'undefined'){
|
|
|
// 리뷰
|
|
// 리뷰
|