解决 freemaker 文本框限制只能输入数字并限制范围,和时间插件


 

<label style="width:70px;">审计年度:</label>
<input name="audit_year" class="easyui-numberbox"  style="width:220px;height:23px;" required="true" validType="length[1,20]" data-options="missingMessage:'只能输入数字,例:1970~2099'" min="1970" max="2099">


时间插件

<label style="width:70px;">计划时限:</label>
	<input name="timelimit" class="easyui-datetimebox"  id="timelimit" class="easyui-datetimebox" style="width:220px;height:23px;" data-options="required:true,showSeconds:false" required="true" validType="length[1,20]">

猜你喜欢

转载自blog.csdn.net/weixin_40627398/article/details/81092052