24 lines
843 B
Plaintext
24 lines
843 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%>
|
|
<%
|
|
String Id = CurPage.getParameter("ID");
|
|
String productid = Sqlca.getString("select PRODUCT_ID from LB_CONTRACT_INFO where id = '"+Id+"'");
|
|
String sTempletNo = "LBContractInfo";//--Ä£°åºÅ--
|
|
if("0001".equals(productid)){
|
|
sTempletNo = "LBContractInfo_Car";
|
|
}
|
|
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
|
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
|
dwTemp.Style = "2";//freeform
|
|
dwTemp.ReadOnly = "-2";
|
|
dwTemp.genHTMLObjectWindow(Id);
|
|
String sButtons[][] =null;
|
|
sButtons= new String[][]{
|
|
|
|
};
|
|
%>
|
|
<%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |