Commit b818e595 by mayunfei

侦查指令 跳转DNA,指纹比中信息证件号码为空时的判断

parent 80bc57c1
......@@ -598,11 +598,21 @@
})
function doMoreDnaDetail(){
window.open("${asjZbUrl}"+"/getZwbzxxListByZjhm?zjhm="+$("#idnumber ").val());
if($("#idnumber ").val() != null && $("#idnumber ").val() != ""){
window.open("${asjZbUrl}"+"/getZwbzxxListByZjhm?zjhm="+$("#idnumber ").val());
}else{
layer.alert("该人员没有证件号码,不能关联更多信息!","提示");
return;
}
}
function doMoreDna_DNADetail(){
window.open("${asjZbUrl}"+"/getDnabzxxByZjhm?zjhm="+$("#bzry_sfzh ").val());
if($("#bzry_sfzh ").val() != null && $("#bzry_sfzh ").val() != ""){
window.open("${asjZbUrl}"+"/getDnabzxxByZjhm?zjhm="+$("#bzry_sfzh ").val());
}else{
layer.alert("该人员没有证件号码,不能关联更多信息!","提示");
return;
}
}
function doDnaDetail(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment