Bläddra i källkod

메인전시 링크 카테고리 조건 아울렛 추가

bin2107 5 år sedan
förälder
incheckning
131cd462b9
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/main/webapp/WEB-INF/views/display/MainContentsPopupForm.html

+ 2 - 0
src/main/webapp/WEB-INF/views/display/MainContentsPopupForm.html

@@ -389,6 +389,7 @@
 						html += '<option value="'+cate1List[i].cd+'">['+cate1List[i].cd+'] '+cate1List[i].cdNm+'</option>';
 					}
 				}
+				html += '				<option value="3000">[3000] 아울렛</option>';
 				html += '			</select>';
 				html += '		</td>';
 				html += '	</tr>';
@@ -746,6 +747,7 @@
 			for(let i=0; i<cate1List.length; i++){
 				html += '<option value="'+cate1List[i].cd+'">['+cate1List[i].cd+'] '+cate1List[i].cdNm+'</option>';
 			}
+			html += '				<option value="3000">[3000] 아울렛</option>';
 			html += '			</select>';
 			html += '		</td>';
 			html += '	</tr>';