|
|
@@ -40,8 +40,6 @@
|
|
|
<tr>
|
|
|
<th>업체/브랜드<em class="required" title="필수"></em></th>
|
|
|
<td colspan="3">
|
|
|
- <label class="rdoBtn"><input type="radio" name="selfYn" id="selfYnY" value="Y" checked/>자사</label>
|
|
|
- <label class="rdoBtn"><input type="radio" name="selfYn" id="selfYnN" value="N"/>입점</label>
|
|
|
<select name="supplyCompCd" id="supplyCompCd">
|
|
|
<option value="" th:if="${sessionInfo.roleCd} != 'G001_B000'">[전체]</option>
|
|
|
<option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
@@ -150,6 +148,7 @@
|
|
|
|
|
|
<script th:inline="javascript">
|
|
|
/*<![CDATA[*/
|
|
|
+ var sessRoleCd = [[${sessionInfo.roleCd}]];
|
|
|
// specify the columns
|
|
|
var columnDefs = [
|
|
|
{headerName: 'No', width: 60, cellClass: 'text-center', valueGetter: function(params) { return params.node.rowIndex + 1 }},
|
|
|
@@ -256,7 +255,11 @@
|
|
|
mcxDialog.alert("검색조건을 입력하세요.");
|
|
|
return false;
|
|
|
}
|
|
|
-
|
|
|
+ if($("#searchForm input[name=multiBrand]:checked").length == 0) {
|
|
|
+ mcxDialog.alert("브랜드까지 조회해주세요.");
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+
|
|
|
// 기간 값 체크
|
|
|
if (!fnCalendarDateValidation('#sellTerms', 'stDate', 'edDate')){
|
|
|
return false;
|