You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
640 B

<%@ include file="GetF1AppURL.jsp"%>
<%
//新保险法相关需求,柜面打印时增加回收套打单证
//如果是柜面打印调用本界面,则会传入EasyPrintFlag=1,其余的界面不会传
String tEasyPrintFlag = (String)session.getAttribute("EasyPrintFlag");
if(tEasyPrintFlag==null){
tEasyPrintFlag = "";
}
String kernel = "/API/f1print/F1PrintKernelJ1/Print";
String oper = "/API/ind_print/operPrintTable/Print";
String isNeedExcel = "true";
String url = getF1AppURL(request,kernel,oper,isNeedExcel,tEasyPrintFlag,null,null,null);
%>
<%@ include file="GetF1PrintJ1Main.jsp"%>