Przeglądaj źródła

브랜드픽 관련 수정

bin2107 4 lat temu
rodzic
commit
74f3fd3fd1

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

@@ -119,7 +119,7 @@ console.log('brandGroupNo:'+brandGroupNo);
 			if(contentsLoc=='SMM007') {
 				html += '<tr>';
 				html += '<th>브랜드코드</th>';
-				html += '<td colspan="3"><input type="text" name="brandGroupNo" style="width:30%;" value="' + result[i].brandGroupNo + '">';
+				html += '<td colspan="3"><input type="text" name="brandGroupNo" required="required" data-valid-name="브랜드코드" style="width:30%;" value="' + result[i].brandGroupNo + '">';
 				html += '<button type="button" class="btn btnRight btn-success btn-lg" onclick="fnGetBrandGroup(this);">브랜드조회</button>';
 				html += '</td>';
 				html += '</tr>';
@@ -361,7 +361,7 @@ console.log('brandGroupNo:'+brandGroupNo);
 		if(contentsLoc=='SMM007'){
 			html += '<tr>';
 			html += '<th>브랜드코드</th>';
-			html += '<td colspan="3"><input type="text" name="brandGroupNo" style="width:30%;">';
+			html += '<td colspan="3"><input type="text" name="brandGroupNo" style="width:30%;" required="required" data-valid-name="브랜드코드">';
 			html += '<button type="button" class="btn btnRight btn-success btn-lg" onclick="fnGetBrandGroup(this);">브랜드조회</button>';
 			html += '</td>';
 			html += '</tr>';