项目立项权限
This commit is contained in:
parent
b421a228bf
commit
8564693c20
@ -129,7 +129,8 @@
|
|||||||
<%/*~[Describe=选择客户;]~*/%>
|
<%/*~[Describe=选择客户;]~*/%>
|
||||||
function selectCustomerName()
|
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){
|
function(sReturn){
|
||||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn=="")
|
if(!sReturn||sReturn=="_CANCEL_"||sReturn=="")
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user