修改OA推送页面路径
This commit is contained in:
@@ -11,6 +11,10 @@ namespace BLL
|
|||||||
//string SGGLUrl = Funs.SGGLUrl.Substring(Funs.SGGLUrl.IndexOf("//")+2);
|
//string SGGLUrl = Funs.SGGLUrl.Substring(Funs.SGGLUrl.IndexOf("//")+2);
|
||||||
string SGGLUrl = Funs.SGGLUrl;
|
string SGGLUrl = Funs.SGGLUrl;
|
||||||
string url = string.Format("{0}/indexProject.aspx?projectId={1}&PHTUserid={2}&", SGGLUrl, projectid, personId);
|
string url = string.Format("{0}/indexProject.aspx?projectId={1}&PHTUserid={2}&", SGGLUrl, projectid, personId);
|
||||||
|
if (formname == ActionPlanListApproveService.ActionPlanListEdit)
|
||||||
|
{
|
||||||
|
url = string.Format("{0}/index.aspx?PHTUserid={1}&", SGGLUrl, personId);
|
||||||
|
}
|
||||||
//string url = string.Format("{0}/indexProject.aspx?projectId={1}&", SGGLUrl, projectid);
|
//string url = string.Format("{0}/indexProject.aspx?projectId={1}&", SGGLUrl, projectid);
|
||||||
string PHTUrl = "";
|
string PHTUrl = "";
|
||||||
switch (formname)
|
switch (formname)
|
||||||
|
|||||||
Reference in New Issue
Block a user