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:
@@ -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"){
|
||||
|
||||
Reference in New Issue
Block a user