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"; //只读模式