当前位置:Gxlcms > 数据库问题 > bootstrap时时提醒填入数据是否与数据库数据重复

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

时间:2021-07-01 10:21:17 帮助过:23人阅读

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,
}
}
}

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

标签:group   put   boot   not   standard   data   input   reg   url   

人气教程排行