|
|
@@ -34,12 +34,16 @@
|
|
|
<option th:each="ip : ${ips}" th:text="${ip.ipName}" th:value="${ip.ipId}"></option>
|
|
|
</select>
|
|
|
</div>
|
|
|
-<!-- <div style="margin-left: 15px; width: 100px; float: left;">-->
|
|
|
-<!-- <label class="control-label">设计师名称:</label>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div style="width: 150px; float: left;">-->
|
|
|
+ <div style="margin-left: 15px; width: 100px; float: left;">
|
|
|
+ <label class="control-label">设计师名称:</label>
|
|
|
+ </div>
|
|
|
+ <div style="width: 150px; float: left;">
|
|
|
<!-- <input type="text" class="form-control" name="designerName">-->
|
|
|
-<!-- </div>-->
|
|
|
+ <select name="designerId" class="form-control m-b" th:with="designers=${@product.getDesigners()}" >
|
|
|
+ <option value="">所有</option>
|
|
|
+ <option th:each="designer : ${designers}" th:text="${designer.designerName}" th:value="${designer.id}"></option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
<!-- <div style="margin-left: 15px; width: 100px; float: left;">-->
|
|
|
<!-- <label class="control-label">商品描述:</label>-->
|
|
|
<!-- </div>-->
|