1
This commit is contained in:
parent
b6fd541884
commit
55f513d6d4
@ -115,8 +115,7 @@ function backStep(){
|
||||
if("0030,0040,0050".indexOf(param["PhaseNo"])>-1){
|
||||
var sReturn = AsControl.RunJavaMethodTrans("com.tenwa.controller.LAElementConfigController","queryBusinessApproval","PhaseNo="+param["PhaseNo"]+",ObjectNo="+param["ObjectNo"]);//返回值: yes-有意见; no-无意见; error-查询出错
|
||||
if("0020"==sReturn){
|
||||
AsDebug.alert("提示","已选择同意是否确实要退回!");
|
||||
return;
|
||||
if (!confirm('已选择同意是否确实要退回')) return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user