diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp index 8c705c6b1..60a08e18c 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp @@ -13,8 +13,8 @@ */ String sPrevUrl = CurPage.getParameter("PrevUrl"); String customertype = CurPage.getParameter("customertype");//获取客户类型,用于判断生成合同的方法 - - + + String flowunid=CurPage.getParameter("FlowUnid"); String ishistory=CurPage.getParameter("IsHistory"); String proj_id=CurPage.getParameter("proj_id"); @@ -27,7 +27,7 @@ String contractid=CurPage.getParameter("ContractId");//获取合同id String isnetcar=CurPage.getParameter("isNetCar");//获取是否是网约车 String SubjectId=CurPage.getParameter("SubjectId");//获取主体ID - + if(null==contractNo ||"null".equals(contractNo) ){ contractNo=FlowKey; } @@ -40,7 +40,7 @@ String leasform = CurPage.getParameter("leasform"); if(sPrevUrl == null) sPrevUrl = ""; String sTempletNo = "BaseFileTemplateSelect";//--模板号-- - + String product_id = Sqlca.getString("select PRODUCT_ID from lb_project_info where id='"+projectId+"'"); //获取盖章模式 String sealType = Sqlca.getString("select sealType from PRD_SPECIFIC_LIBRARY where productid='"+product_id+"'"); @@ -101,7 +101,7 @@ Netaddress = address; } } - + ASObjectModel doTemp = new ASObjectModel(sTempletNo); String a="false";//融资租赁 String b="false";//保理 @@ -129,7 +129,7 @@ }else{ LeaseType="NoBusiness"; } */ - + doTemp.setHtmlEvent("ONECLASSIFY","onchange","initTwoClass"); doTemp.setHtmlEvent("TWOCLASSIFY","onchange","initThreeClass"); doTemp.setHtmlEvent("THREECLASSIFY","onchange","initFourClass"); @@ -157,10 +157,10 @@ {phaseno.equals("0010")&&(!RightType.equals("ReadOnly"))?"true":"false","","Button","生成合同","生成合同","createContractByTemplate()","","","","btn_icon_up",""} }; } - dwTemp.replaceColumn("contracttemplate", "
请稍等。。。。。。
", CurPage.getObjectWindowOutput()); + dwTemp.replaceColumn("contracttemplate", "
请稍等。。。。。。
", CurPage.getObjectWindowOutput()); %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>