43 lines
1.8 KiB
Plaintext
43 lines
1.8 KiB
Plaintext
<%@page import="com.sun.org.apache.xalan.internal.xsltc.compiler.sym"%>
|
|
<%@page import="jbo.app.tenwa.customer.CUSTOMER_TYPE"%>
|
|
<%@page import="jbo.app.tenwa.customer.CUSTOMER_INFO"%>
|
|
<%@page import="java.util.Date"%>
|
|
<%@page import="java.text.SimpleDateFormat"%>
|
|
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
|
|
|
|
// String sPrevUrl = CurPage.getParameter("PrevUrl");
|
|
String compClientID = request.getParameter("CompClientID");
|
|
String contractid = CurPage.getParameter("ContractId");
|
|
// if(sPrevUrl == null) sPrevUrl = "";
|
|
|
|
String sTempletNo = "CustomerQueryInfo";//--模板号--
|
|
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
|
// doTemp.setColTips("", "测试");
|
|
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
|
dwTemp.Style = "2";//freeform
|
|
dwTemp.ReadOnly = "-2";//只读模式
|
|
dwTemp.genHTMLObjectWindow(contractid);
|
|
//自然人标识
|
|
String person = "person";
|
|
dwTemp.replaceColumn("family", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"200px\" frameborder=\"0\" src=\""+sWebRootPath+"/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyQueryInfo.jsp?CompClientID="+compClientID+"&ContractId="+contractid+"\"></iframe>", CurPage.getObjectWindowOutput());
|
|
|
|
String sButtons[][] = {
|
|
//{"true","","Button","身份校验","身份校验","identityVerification()","","","","btn_icon_check",""}
|
|
};
|
|
|
|
|
|
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
|
<script type="text/javascript">
|
|
$(function(){
|
|
var marriage = getItemValue(0,0,"MARRIAGE");
|
|
if("01" == marriage){
|
|
$("#A_Group_0030").attr("style","display:block;");
|
|
}else{
|
|
$("#A_Group_0030").attr("style","display:none;");
|
|
}
|
|
})
|
|
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%>
|