|
|
@@ -31,15 +31,13 @@
|
|
|
<table class="frmStyle">
|
|
|
<colgroup>
|
|
|
<col style="width:9%;"/>
|
|
|
- <col style="width:20%;"/>
|
|
|
+ <col/>
|
|
|
<col style="width:9%;"/>
|
|
|
<col style="width:20%;"/>
|
|
|
- <col style="width:9%;"/>
|
|
|
- <col/>
|
|
|
</colgroup>
|
|
|
<tr>
|
|
|
- <th>업체/브랜드<em class="required" title="필수"></em></th>
|
|
|
- <td colspan="3">
|
|
|
+ <th>업체/브랜드</th>
|
|
|
+ <td>
|
|
|
<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>
|
|
|
@@ -58,8 +56,7 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>등록일</th>
|
|
|
- <td colspan="3" id="sellTerms">
|
|
|
- </td>
|
|
|
+ <td id="sellTerms"></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<ul class="panelBar">
|
|
|
@@ -253,14 +250,14 @@
|
|
|
if(cnt > 0) searchFlag = true; */
|
|
|
}
|
|
|
|
|
|
- if(searchFlag == false){
|
|
|
+ /* if(searchFlag == false){
|
|
|
mcxDialog.alert("검색조건을 입력하세요.");
|
|
|
return false;
|
|
|
}
|
|
|
if($("#searchForm input[name=multiBrand]:checked").length == 0) {
|
|
|
mcxDialog.alert("브랜드까지 조회해주세요.");
|
|
|
return false;
|
|
|
- }
|
|
|
+ } */
|
|
|
|
|
|
// 기간 값 체크
|
|
|
if (!fnCalendarDateValidation('#sellTerms', 'stDate', 'edDate')){
|