Browse Source

업체 콤보박스에 "전체" 삭제

gagamel 5 years ago
parent
commit
df0f741122
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/webapp/WEB-INF/views/order/OrderSellerListForm.html

+ 0 - 1
src/main/webapp/WEB-INF/views/order/OrderSellerListForm.html

@@ -57,7 +57,6 @@
 						<th>업체/브랜드<em class="required" title="필수"></em></th>
 						<td colspan="5">
 							<select name="supplyCompCd" id="supplyCompCd">
-								<option value="" >[전체]</option>
 								<option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
 							</select>
 							<span id="multiBrand"></span>