Răsfoiți Sursa

修改商品一览的设计师条件

baolei 6 luni în urmă
părinte
comite
13e105a305

+ 9 - 5
08.src/Xingxi/xingxi-admin/src/main/resources/templates/master/product/prod/prod.html

@@ -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>-->