From 40049bc792a7b3c1bbce37550411a4e5fce64014 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Wed, 1 Aug 2018 17:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A7=9F=E9=87=91=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E4=B9=A6=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Comm/LBContractEnd/LBContractDevolutionInfo.jsp | 1 - .../Comm/LCContractTerminate/LBContractTerminateInfo.jsp | 1 - WebContent/Tenwa/Lease/Flow/RentNotify/RentNotifyList.jsp | 5 +++++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/LBContractDevolutionInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/LBContractDevolutionInfo.jsp index 0479bd7e2..53e1541d7 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/LBContractDevolutionInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/LBContractDevolutionInfo.jsp @@ -109,7 +109,6 @@ /*~[Describe=保存;InputParam=无;OutPutParam=无;]~*/ function saveRecord() { - debugger; var param={}; var tempParam={}; var sparam=""; diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LBContractTerminateInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LBContractTerminateInfo.jsp index 7a6ebe7d7..b60dd8b63 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LBContractTerminateInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LBContractTerminateInfo.jsp @@ -110,7 +110,6 @@ /*~[Describe=保存;InputParam=无;OutPutParam=无;]~*/ function saveRecord() { - debugger; var param={}; var tempParam={}; var sparam=""; diff --git a/WebContent/Tenwa/Lease/Flow/RentNotify/RentNotifyList.jsp b/WebContent/Tenwa/Lease/Flow/RentNotify/RentNotifyList.jsp index e7835ca2a..694af494e 100644 --- a/WebContent/Tenwa/Lease/Flow/RentNotify/RentNotifyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/RentNotify/RentNotifyList.jsp @@ -13,12 +13,17 @@ */ String userId = CurUser.getUserID(); + String orgId =CurUser.getOrgID(); + System.out.print(orgId); String falg = "true"; if(userId.indexOf("8006")>-1){ falg = "false"; } String compClientID = request.getParameter("CompClientID"); ASObjectModel doTemp = new ASObjectModel("RentNotify"); + if(userId.indexOf("8006")>-1){ + doTemp.appendJboWhere(" O.orgid="+CurUser.getOrgID()+""); + } ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1";