bootstrap时时提醒填入数据是否与数据库数据重复

standardcode: {
group: '.col-sm-4',//对应前台input的class占用宽度
validators: {
notEmpty: {
message: '请输入标准代号!'
},
remote : {
url : $.el.Register.AppUrl
+ "nygg/selectBySTANDARDCODE",
message : "此标准代号已存在",
type : "POST",
dataType : 'json',
data : {
standardcode : $("#addSTANDARDCODE").val()
},
delay : 500,
}
}
}

posted @ 2017-08-17 13:16  衣兜里  阅读(277)  评论(0编辑  收藏  举报