|
@ -149,7 +149,7 @@ $(function(){
|
|
}).catch(function(e) {
|
|
}).catch(function(e) {
|
|
showErrorMsg(e)
|
|
showErrorMsg(e)
|
|
})
|
|
})
|
|
} else { // 审核不通过
|
|
|
|
|
|
} else if(result == 2){ // 审核不通过
|
|
if(!checkDisAgreeInputs()) {
|
|
if(!checkDisAgreeInputs()) {
|
|
return ;
|
|
return ;
|
|
}
|
|
}
|
|
@ -174,6 +174,8 @@ $(function(){
|
|
}).catch(function(e) {
|
|
}).catch(function(e) {
|
|
showErrorMsg(e)
|
|
showErrorMsg(e)
|
|
})
|
|
})
|
|
|
|
} else {
|
|
|
|
showErrorMsg("请选择审核结果")
|
|
}
|
|
}
|
|
|
|
|
|
})
|
|
})
|