记得上下班打卡 | git大法好,push需谨慎

Commit b42e1319 authored by dongchun's avatar dongchun

添加选择活动

parent 1531610b
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<label th:each="type : ${BannersDisplayLocation}" class="checkbox-inline"> <label th:each="type : ${BannersDisplayLocation}" class="checkbox-inline">
<!-- <input th:checked="${#arrays.contains(#strings.arraySplit(KylinBannersVo.positionList,','),#strings.toString(type.id))}" name="positionList" th:text="${type.name}" th:value="${type.id}" type="checkbox">--> <!-- <input th:checked="${#arrays.contains(#strings.arraySplit(KylinBannersVo.positionList,','),#strings.toString(type.id))}" name="positionList" th:text="${type.name}" th:value="${type.id}" type="checkbox">-->
<input th:checked="${#arrays.contains(KylinBannersVo.positionList,#strings.toString(type.id))}" <input th:checked="${#arrays.contains(KylinBannersVo.positionList,#strings.toString(type.id))}"
name="positionList" th:text="${type.name}" th:value="${type.id}" type="checkbox"> name="positionList" th:text="${type.name}" th:value="${type.id}" type="checkbox" onchange="areaSelect(this)">
</label> </label>
</div> </div>
</div> </div>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<label class="col-sm-2 control-label is-required">选择活动</label> <label class="col-sm-2 control-label is-required">选择活动</label>
<div class="col-sm-5"> <div class="col-sm-5">
<div class="input-group"> <div class="input-group">
<input id="searchIpt" data-id="" th:value="${KylinBannersVo.marketName}" type="text" class="form-control storeList" placeholder="请输入查询信息" onchange="areaSelect(this)"> <input id="searchIpt" data-id="" th:value="${KylinBannersVo.marketName}" type="text" class="form-control storeList" placeholder="请输入查询信息">
<div class="input-group-btn"> <div class="input-group-btn">
<ul class="dropdown-menu dropdown-menu-right" role="menu"> <ul class="dropdown-menu dropdown-menu-right" role="menu">
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment