#408 联系人信息中添加单位信息填写

This commit is contained in:
Li Jianxuan 2012-12-27 09:18:01 +00:00
parent 7d9c47def3
commit 6077b068fb
1 changed files with 6 additions and 0 deletions

View File

@ -299,6 +299,12 @@ function prepare(){
$(this).val('');
}
});
$('.contact_unit').each(function(index, element) {
if($(this).val()=='单位')
{
$(this).val('');
}
});
}
function save(s,btn){