合同查询

This commit is contained in:
58261 2018-10-10 17:13:54 +08:00
parent c5fb306a70
commit d728013d6e

View File

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