23 lines
778 B
Plaintext
23 lines
778 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
|
|
/*
|
|
Author: undefined 2017-07-10
|
|
Content: ʾÀýÏêÇéÒ³Ãæ
|
|
History Log:
|
|
*/
|
|
String contractid = CurPage.getParameter("ContractId");
|
|
|
|
String sTempletNo = "CustomerFamilyQueryInfo";//--Ä£°åºÅ--
|
|
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
|
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
|
dwTemp.Style = "2";//freeform
|
|
dwTemp.ReadOnly = "-2";//Ö»¶Áģʽ
|
|
dwTemp.genHTMLObjectWindow(contractid);
|
|
|
|
String sButtons[][] = {
|
|
};
|
|
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |