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

Commit 3ebfd60d authored by anjiabin's avatar anjiabin

添加演出日历页面相关

parent 944a35b2
...@@ -122,6 +122,7 @@ public class PerformanceCalendarController extends BaseController{ ...@@ -122,6 +122,7 @@ public class PerformanceCalendarController extends BaseController{
} }
} }
mmap.put("requestParam",performanceCalendarReq);
mmap.put("respDataList",respList); mmap.put("respDataList",respList);
return prefix + "/performanceCalendar"; return prefix + "/performanceCalendar";
} }
......
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
<!-- <input type="text" id="perStartTime" placeholder="开始日期" name="params[beginTime]"/>--> <!-- <input type="text" id="perStartTime" placeholder="开始日期" name="params[beginTime]"/>-->
<!-- <span>-</span>--> <!-- <span>-</span>-->
<!-- <input type="text" id="perEndTime" placeholder="结束日期" name="params[endTime]"/>--> <!-- <input type="text" id="perEndTime" placeholder="结束日期" name="params[endTime]"/>-->
<label th:style="'width:120px'">请选择时间范围3</label> <label th:style="'width:120px'">请选择时间范围2</label>
<input type="text" class="input-sm form-control" id="perStartTime" placeholder="yyyy-MM-dd"/> <input th:field="${requestParam.timeBegin}" type="text" class="input-sm form-control" id="perStartTime" placeholder="yyyy-MM-dd" name="timeBegin"/>
<span>-</span> <span>-</span>
<input type="text" class="input-sm form-control" id="perEndTime" placeholder="yyyy-MM-dd" readonly/> <input th:field="${requestParam.timeEnd}" type="text" class="input-sm form-control" id="perEndTime" placeholder="yyyy-MM-dd" name="timeEnd" readonly/>
</li> </li>
<!-- <li>--> <!-- <li>-->
<!-- <label th:style="'width:120px'">请选择时间范围: </label>--> <!-- <label th:style="'width:120px'">请选择时间范围: </label>-->
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
var selectListUrl = ctx + "kylin/performanceCalendar/list"; var selectListUrl = ctx + "kylin/performanceCalendar/list";
function submit(){ function submit(){
var queryData = $.common.formToJSON("table-form"); var queryData = $.common.formToJSON("formId");
$.operate.post(selectListUrl,queryData,function (res) { $.operate.post(selectListUrl,queryData,function (res) {
location.reload(); location.reload();
}); });
......
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