|
@@ -119,7 +119,7 @@ console.log('brandGroupNo:'+brandGroupNo);
|
|
|
if(contentsLoc=='SMM007') {
|
|
if(contentsLoc=='SMM007') {
|
|
|
html += '<tr>';
|
|
html += '<tr>';
|
|
|
html += '<th>브랜드코드</th>';
|
|
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 += '<button type="button" class="btn btnRight btn-success btn-lg" onclick="fnGetBrandGroup(this);">브랜드조회</button>';
|
|
|
html += '</td>';
|
|
html += '</td>';
|
|
|
html += '</tr>';
|
|
html += '</tr>';
|
|
@@ -361,7 +361,7 @@ console.log('brandGroupNo:'+brandGroupNo);
|
|
|
if(contentsLoc=='SMM007'){
|
|
if(contentsLoc=='SMM007'){
|
|
|
html += '<tr>';
|
|
html += '<tr>';
|
|
|
html += '<th>브랜드코드</th>';
|
|
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 += '<button type="button" class="btn btnRight btn-success btn-lg" onclick="fnGetBrandGroup(this);">브랜드조회</button>';
|
|
|
html += '</td>';
|
|
html += '</td>';
|
|
|
html += '</tr>';
|
|
html += '</tr>';
|