|
|
@@ -124,7 +124,7 @@ console.log('brandGroupNo:'+brandGroupNo);
|
|
|
html += '</tr>';
|
|
|
/*html += fnAddBrandImgRow(result[i].brandGroupImg);*/
|
|
|
}
|
|
|
- if(contentsLoc=='SCM002' || contentsLoc=='SCM003'){
|
|
|
+ if(contentsLoc=='SCM002' || contentsLoc=='SCM003' || contentsLoc=='SOM003'){
|
|
|
html += ' <tr>';
|
|
|
html += ' <th>전시 설정</th>';
|
|
|
html += ' <td>';
|
|
|
@@ -136,7 +136,7 @@ console.log('brandGroupNo:'+brandGroupNo);
|
|
|
html += ' <label class="rdoBtn"><input type="radio" name="dispYn'+i+'" value="N" checked="checked"/>비노출</label>';
|
|
|
}
|
|
|
html += ' </td>';
|
|
|
- if(result[i].contentsLoc=='SCM003'){
|
|
|
+ if(result[i].contentsLoc=='SCM003' || result[i].contentsLoc=='SOM003'){
|
|
|
html += ' <th>상품 노출 개수</th>';
|
|
|
html += ' <td>';
|
|
|
if(result[i].strVar1=='10'){
|
|
|
@@ -313,14 +313,14 @@ console.log('brandGroupNo:'+brandGroupNo);
|
|
|
html += '</td>';
|
|
|
html += '</tr>';*/
|
|
|
}
|
|
|
- if(contentsLoc=='SCM002' || contentsLoc=='SCM003'){
|
|
|
+ if(contentsLoc=='SCM002' || contentsLoc=='SCM003' || contentsLoc=='SOM003'){
|
|
|
html += ' <tr>';
|
|
|
html += ' <th>전시 설정</th>';
|
|
|
html += ' <td>';
|
|
|
html += ' <label class="rdoBtn"><input type="radio" name="dispYn'+brandIdx+'" value="Y" checked="checked"/>노출</label>';
|
|
|
html += ' <label class="rdoBtn"><input type="radio" name="dispYn'+brandIdx+'" value="N"/>비노출</label>';
|
|
|
html += ' </td>';
|
|
|
- if(contentsLoc=='SCM003'){
|
|
|
+ if(contentsLoc=='SCM003' || contentsLoc=='SOM003'){
|
|
|
html += ' <th>상품 노출 개수</th>';
|
|
|
html += ' <td>';
|
|
|
html += ' <label class="rdoBtn"><input type="radio" name="dispCnt'+brandIdx+'" value="10" checked="checked"/>10개</label>';
|
|
|
@@ -731,13 +731,13 @@ console.log('brandGroupNo:'+brandGroupNo);
|
|
|
var mdTitle = $(this).find("[name=mdTitle]").val();
|
|
|
|
|
|
var useYn = 'Y';
|
|
|
- if(contentsLoc=='SCM002' || contentsLoc=='SCM003'){
|
|
|
+ if(contentsLoc=='SCM002' || contentsLoc=='SCM003' || contentsLoc=='SOM003'){
|
|
|
var thisIdx = $(this).find("input[name=tableIdx]").val();
|
|
|
useYn = $(this).find("input:radio[name=dispYn"+thisIdx+"]:checked").val();
|
|
|
}else{
|
|
|
useYn = 'Y';
|
|
|
}
|
|
|
- if(contentsLoc=='SCM003'){
|
|
|
+ if(contentsLoc=='SCM003' || contentsLoc=='SOM003'){
|
|
|
var thisIdx = $(this).find("input[name=tableIdx]").val();
|
|
|
strVar1 = $(this).find("input:radio[name=dispCnt"+thisIdx+"]:checked").val();
|
|
|
}
|