合同查询
This commit is contained in:
parent
c5fb306a70
commit
d728013d6e
@ -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"; //只读模式
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user