业务撤销加权限
This commit is contained in:
parent
7bebae10d7
commit
58ce2bfec2
@ -7,7 +7,8 @@
|
||||
|
||||
|
||||
function newApply(){
|
||||
AsDialog.OpenSelector("selectBusinessRecreditProject","","dialogWidth=" + parseInt(window.screen.width * 0.8) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
|
||||
var userid = "<%=CurUser.getUserID()%>";
|
||||
AsDialog.OpenSelector("selectBusinessRecreditProject","userid,"+userid,"dialogWidth=" + parseInt(window.screen.width * 0.8) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn=="_NONE_"){
|
||||
//alert(getHtmlMessage('1'));//请选择一条信息!
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user