|
|
@@ -33,7 +33,7 @@
|
|
|
<!-- 검색조건 영역 -->
|
|
|
<!-- TITLE -->
|
|
|
<div class="panelTitle">
|
|
|
- <h3><i class="fa fa-info-circle"></i>아래 검색조건 중 <font color="red">업체, 키워드, 발생일</font>중 하나를 꼭 입력해 주세요.</h3>
|
|
|
+ <h3><i class="fa fa-info-circle"></i>아래 검색조건 중 <font color="red">업체, 브랜드, 키워드, 발생일</font>중 하나를 꼭 입력해 주세요.</h3>
|
|
|
<span class="panelControl">
|
|
|
<i class="fa fa-chevron-up"></i>
|
|
|
</span>
|
|
|
@@ -52,8 +52,8 @@
|
|
|
<col style="width: 16%;"/>
|
|
|
</colgroup>
|
|
|
<tr>
|
|
|
- <th>업체/브랜드<em class="required" title="필수"></em></th>
|
|
|
- <td colspan="3">
|
|
|
+ <th>업체<em class="required" title="필수"></em></th>
|
|
|
+ <td>
|
|
|
<input type="text" class="w100" name="supplyCompSearchTxt" id="supplyCompSearchTxt" maxlength="20" />
|
|
|
<button type="button" class="btn icn" id="btnSearchSupplyComp"><i class="fa fa-search"></i></button>
|
|
|
<span id="supplyCompText"></span>
|
|
|
@@ -75,6 +75,13 @@
|
|
|
<span id="brandText"></span>
|
|
|
<input type="hidden" name="brandList"/>
|
|
|
</td>
|
|
|
+ <th>상품타입</th>
|
|
|
+ <td>
|
|
|
+ <select name="goodsType" id="goodsType">
|
|
|
+ <option value="">[전체]</option>
|
|
|
+ <option th:if="${goodsTypeList}" th:each="oneData, status : ${goodsTypeList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
<th rowspan="4">키워드<em class="required" title="필수"></em></th>
|
|
|
<td rowspan="4">
|
|
|
<select name="search" id="search">
|
|
|
@@ -209,14 +216,7 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>발생일<em class="required" title="필수"></em></th>
|
|
|
- <td colspan="5" id="sellTerms"></td>
|
|
|
- <th>상품타입</th>
|
|
|
- <td>
|
|
|
- <select name="goodsType" id="goodsType">
|
|
|
- <option value="">[전체]</option>
|
|
|
- <option th:if="${goodsTypeList}" th:each="oneData, status : ${goodsTypeList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
- </select>
|
|
|
- </td>
|
|
|
+ <td colspan="7" id="sellTerms"></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<ul class="panelBar">
|