项目立项权限

This commit is contained in:
liuzhao 2018-10-09 10:33:58 +08:00
parent b421a228bf
commit 8564693c20

View File

@ -129,7 +129,8 @@
<%/*~[Describe=选择客户;]~*/%>
function selectCustomerName()
{
AsDialog.OpenSelector("SelectCustomerForProjectApprove","","dialogWidth=" + parseInt(window.screen.width * 0.8) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
var userid="<%=CurUser.getUserID()%>";
AsDialog.OpenSelector("SelectCustomerForProjectApprove","userid,"+userid,"dialogWidth=" + parseInt(window.screen.width * 0.8) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"||sReturn=="")
{