|
@@ -32,6 +32,18 @@
|
|
$('#moresee i').removeClass("glyphicon glyphicon-menu-down").addClass("glyphicon glyphicon-menu-up");
|
|
$('#moresee i').removeClass("glyphicon glyphicon-menu-down").addClass("glyphicon glyphicon-menu-up");
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ laydate.render({
|
|
|
|
+ elem: '#startTime', //目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
|
|
|
|
+ event: 'focus', //响应事件。如果没有传入event,则按照默认的click
|
|
|
|
+ type : 'date'
|
|
|
|
+ , trigger: 'click'
|
|
|
|
+ });
|
|
|
|
+ laydate.render({
|
|
|
|
+ elem: '#endTime', //目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
|
|
|
|
+ event: 'focus', //响应事件。如果没有传入event,则按照默认的click
|
|
|
|
+ type : 'date'
|
|
|
|
+ , trigger: 'click'
|
|
|
|
+ });
|
|
laydate.render({
|
|
laydate.render({
|
|
elem: '#beginDate', //目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
|
|
elem: '#beginDate', //目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
|
|
event: 'focus', //响应事件。如果没有传入event,则按照默认的click
|
|
event: 'focus', //响应事件。如果没有传入event,则按照默认的click
|
|
@@ -157,13 +169,13 @@
|
|
<form:input path="caseNumber" htmlEscape="false" maxlength="255" class=" form-control layui-input"/>
|
|
<form:input path="caseNumber" htmlEscape="false" maxlength="255" class=" form-control layui-input"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="layui-item query athird">
|
|
|
|
- <label class="layui-form-label">纠纷地点:</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <sys:treeselect id="area" name="area.id" value="${projectNonPrelitigationMediation.area.id}" labelName="area.name" labelValue="${prelitigationMediation.area.name}"
|
|
|
|
- title="区域" url="/sys/area/treeData" cssClass="form-control layui-input" allowClear="true" notAllowSelectParent="false" allowInput="true"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="layui-item query athird">
|
|
|
|
+ <label class="layui-form-label">纠纷地点:</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <sys:treeselect id="area" name="area.id" value="${projectNonPrelitigationMediation.area.id}" labelName="area.name" labelValue="${projectNonPrelitigationMediation.area.name}"
|
|
|
|
+ title="区域" url="/sys/area/treeData" cssClass="form-control layui-input" allowClear="true" notAllowSelectParent="false" allowInput="true"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
|
|
<div class="layui-item athird">
|
|
<div class="layui-item athird">
|
|
<div class="input-group">
|
|
<div class="input-group">
|