1.提交修改数据库keywords长度2048,cfg_desc长度128,district长度128

2.专项任务表单增加长度限制
3.关键字长度增加限制
4.实时报表来函列表过长省略
This commit is contained in:
Administrator
2018-10-10 15:08:04 +08:00
parent 24c7aaaed8
commit 1f93df146c
4 changed files with 16 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
$(function(){
//增加描述新增时的文字长度限制
$("form input[name='cfgDesc']").attr("maxlength","128")
$("form input[name='cfgDesc']").attr("maxlength","128");
$("form input[name$='cfgKeywords']").attr("maxlength","2048");
//截取过长的文字 使用id选择器;例如:tab对象->tr->td对象. 排除日志table .logTb
$("#contentTable").not(".logTb").find("td").each(function(i){
//获取td当前对象的文本,如果长度大于25;