业务撤销加权限

This commit is contained in:
liuzhao 2019-01-09 15:45:19 +08:00
parent 7bebae10d7
commit 58ce2bfec2

View File

@ -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;