Merge branch 'develop_no_common_group' of https://git.mesalab.cn/K18_NTCS_WEB/NTC.git into develop_no_common_group

This commit is contained in:
leijun
2019-04-09 15:31:47 +08:00
3 changed files with 53 additions and 3 deletions

View File

@@ -592,6 +592,15 @@ $(function(){
window.history.back();
return false;
});
$("#cancel").on("click",function(){
window.history.back();
return false;
});
$("button[id='audit']").on("click",function(){
$("input[name='isValid']").val(1);
$("input[name='isAudit']").val(1);
});
//去掉首尾空格
$("input,textarea").on("blur",function(){
if($(this).attr("type")!="file"){