|
|
@@ -37,18 +37,16 @@
|
|
|
<div class="panelContent">
|
|
|
<table class="frmStyle">
|
|
|
<colgroup>
|
|
|
- <col width="9%"/>
|
|
|
- <col width="16%"/>
|
|
|
- <col width="9%"/>
|
|
|
- <col width="16%"/>
|
|
|
- <col width="9%"/>
|
|
|
- <col width="16%"/>
|
|
|
- <col width="9%"/>
|
|
|
+ <col width="10%"/>
|
|
|
+ <col width="23%"/>
|
|
|
+ <col width="10%"/>
|
|
|
+ <col width="23%"/>
|
|
|
+ <col width="10%"/>
|
|
|
<col/>
|
|
|
</colgroup>
|
|
|
<tr>
|
|
|
<th>업체/브랜드<em class="required" title="필수"></em></th>
|
|
|
- <td colspan="3">
|
|
|
+ <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>
|
|
|
@@ -64,17 +62,15 @@
|
|
|
</select> -->
|
|
|
</td>
|
|
|
<th>브랜드<em class="required" title="필수"></em></th>
|
|
|
- <td colspan="3">
|
|
|
+ <td>
|
|
|
<input type="text" class="w100" name="searchTxt" id="searchTxt" maxlength="20" />
|
|
|
<button type="button" class="btn icn" id="btnSearchBrand"><i class="fa fa-search"></i></button>
|
|
|
<!-- <input type="text" class="w100" name="brandCd" readonly="readonly"/> -->
|
|
|
<span id="brandText"></span>
|
|
|
<input type="hidden" name="brandList"/>
|
|
|
</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
<th>키워드<em class="required" title="필수"></em></th>
|
|
|
- <td>
|
|
|
+ <td colspan="3">
|
|
|
<select name="search" id="search">
|
|
|
<option value="searchGoodsCd">상품코드</option>
|
|
|
<option value="searchGoodsNm">상품명</option>
|
|
|
@@ -83,6 +79,15 @@
|
|
|
</select>
|
|
|
<input type="text" class="w100" name="condition" id="condition" maxlength="50"/>
|
|
|
</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>정상/이월 구분</th>
|
|
|
+ <td>
|
|
|
+ <select name="formalGb" id="formalGb">
|
|
|
+ <option value="">[전체]</option>
|
|
|
+ <option th:if="${formalGbList}" th:each="oneData, status : ${formalGbList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
<th>상품상태</th>
|
|
|
<td>
|
|
|
<select name="goodsStat" id="goodsStat">
|
|
|
@@ -99,11 +104,11 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>정상/이월 구분</th>
|
|
|
+ <th>품절여부</th>
|
|
|
<td>
|
|
|
- <select name="formalGb" id="formalGb">
|
|
|
+ <select name="soldOutYn" id="soldOutYn">
|
|
|
<option value="">[전체]</option>
|
|
|
- <option th:if="${formalGbList}" th:each="oneData, status : ${formalGbList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
+ <option th:if="${useYnList}" th:each="oneData, status : ${useYnList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<th>색상</th>
|
|
|
@@ -126,13 +131,6 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>품절여부</th>
|
|
|
- <td>
|
|
|
- <select name="soldOutYn" id="soldOutYn">
|
|
|
- <option value="">[전체]</option>
|
|
|
- <option th:if="${useYnList}" th:each="oneData, status : ${useYnList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
- </select>
|
|
|
- </td>
|
|
|
<th>담당MD</th>
|
|
|
<td>
|
|
|
<select name="mdNo" id="mdNo">
|