From 8243c06e629d79bba0388e6fb4f0e1ae70281ded Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 25 Mar 2022 12:30:10 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/feature/订单服务单代码改造' into feature/订单服务单代码改造 --- zq-erp/src/main/resources/templates/views/admin/hive/products/shoppinggoods-zb-list.html | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/products/shoppinggoods-zb-list.html b/zq-erp/src/main/resources/templates/views/admin/hive/products/shoppinggoods-zb-list.html index b15b2d8..3283eb6 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/products/shoppinggoods-zb-list.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/products/shoppinggoods-zb-list.html @@ -55,12 +55,10 @@ </div> <div class="form-group mr-20"> <label for="staus">状态</label> - <select class="form-control autoFull" name="staus" nullmsg="状态不能为空" dataType="*" id="staus" - data-filed="name" - data-value="name" - th:data-url="@{/admin/dataDictionary/showDataDictionary}" - data-param="{type:'项目状态'}"> - <option value=''>请选择项目状态</option> + <select class="form-control " name="staus" nullmsg="状态不能为空" dataType="*" id="staus"> + <option value=''>全部</option> + <option value='上架' selected ="selected ">上架</option> + <option value=''>下架</option> </select> </div> <div class="form-group mr-20"> -- Gitblit v1.9.1