From d728013d6e77986d2f4eab20e5f40925e936a2f5 Mon Sep 17 00:00:00 2001 From: 58261 <58261@DESKTOP-AAAC71Q> Date: Wed, 10 Oct 2018 17:13:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contractInfoAllViewList.jsp | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Contract/contractInfoAllView/contractInfoAllViewList.jsp b/WebContent/Tenwa/Lease/Flow/Contract/contractInfoAllView/contractInfoAllViewList.jsp index c37dbcc2b..6b1ff2f07 100644 --- a/WebContent/Tenwa/Lease/Flow/Contract/contractInfoAllView/contractInfoAllViewList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Contract/contractInfoAllView/contractInfoAllViewList.jsp @@ -2,9 +2,17 @@ <%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_list.jspf"%> <% - ASObjectModel doTemp = new ASObjectModel("ContractInfoAllView"); - String sCondtion=DataRightManager.getRightCondition(CurUser,"O", "contract"); - doTemp.appendJboWhere(sCondtion); + + String InfoForType=CurPage.getParameter("InfoForType"); + String Model=""; + if(InfoForType.equals("02")){ + Model="ContractInfoAllViewFroCT"; + }else{ + Model="ContractInfoAllViewFroQC"; + } + ASObjectModel doTemp = new ASObjectModel(Model); + /*String sCondtion=DataRightManager.getRightCondition(CurUser,"O", "contract"); + doTemp.appendJboWhere(sCondtion);*/ ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; //只读模式