From 249ed71996987e4fcf9d91f550b4bf50159354d8 Mon Sep 17 00:00:00 2001 From: liuzhao Date: Tue, 9 Oct 2018 10:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AB=8B=E9=A1=B9=EF=BC=8C?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=EF=BC=8C=E6=92=A4=E9=94=80=E5=8A=A0=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Comm/LBTransferHis/LBProjectForTransferList.jsp | 2 ++ .../Flow/Project/ProjectCancel/ProjectCancelApplyList.jsp | 3 ++- .../Flow/Project/ProjectChange/ProjectChangeApplyList.jsp | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBTransferHis/LBProjectForTransferList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBTransferHis/LBProjectForTransferList.jsp index a3578283c..9d909d712 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBTransferHis/LBProjectForTransferList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBTransferHis/LBProjectForTransferList.jsp @@ -6,6 +6,8 @@ ASObjectModel doTemp = new ASObjectModel(sTempletNo); String otherWhere=DataRightManager.getRightCondition(CurUser,"O","proj"); doTemp.appendJboWhere(otherWhere); + String userid = CurUser.getUserID(); + doTemp.appendJboWhere(" and O.project_manage='"+userid+"'"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style = "1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; //只读模式 diff --git a/WebContent/Tenwa/Lease/Flow/Project/ProjectCancel/ProjectCancelApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Project/ProjectCancel/ProjectCancelApplyList.jsp index 9546982c9..875dcb2df 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/ProjectCancel/ProjectCancelApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/ProjectCancel/ProjectCancelApplyList.jsp @@ -5,6 +5,7 @@ /*~[Describe=新增记录;InputParam=无;OutPutParam=无;]~*/ function newApply(){ var orgId="<%=CurUser.getOrgID()%>".substring(0, 7); + var userid="<%=CurUser.getUserID()%>"; var businessType=""; if(orgId=="8009010"){ businessType="2"; @@ -13,7 +14,7 @@ }else{ businessType="false"; } - AsDialog.OpenSelector("SelectProject","businessType,"+businessType,"dialogWidth=" + parseInt(window.screen.width * 0.8) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){ + AsDialog.OpenSelector("SelectProject","businessType,"+businessType+",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; diff --git a/WebContent/Tenwa/Lease/Flow/Project/ProjectChange/ProjectChangeApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Project/ProjectChange/ProjectChangeApplyList.jsp index 6276bbc16..393aa1ad6 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/ProjectChange/ProjectChangeApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/ProjectChange/ProjectChangeApplyList.jsp @@ -6,6 +6,7 @@ /*~[Describe=新增记录;InputParam=无;OutPutParam=无;]~*/ function newApply(){ var orgId="<%=CurUser.getOrgID()%>".substring(0, 7); + var userid="<%=CurUser.getUserID()%>"; var businessType=""; if(orgId=="8009010"){ businessType="2"; @@ -14,7 +15,7 @@ }else{ businessType="false"; } - AsDialog.OpenSelector("SelectProject","businessType,"+businessType,"dialogWidth=" + parseInt(window.screen.width * 0.8) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){ + AsDialog.OpenSelector("SelectProject","businessType,"+businessType+",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'));//请选择一条信息!