比如说我设置了控件选择月份,只能选择12个月,超过12个月就会提示报错,怎么写呢
JS实现日期控件校验-https://help.finereport.com/doc-view-1197.html
楼主:参考这个案例稍微修改一下即可,案例是限制控件在15天内!
填报成功/失败返回值-https://help.finereport.com/doc-view-616.html
给控件添加编辑后事件。if(this.getValue()>12){
alert("超过12个月")
}