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.
		
		
		
		
		
			
		
			
				
					
					
						
							107 lines
						
					
					
						
							3.1 KiB
						
					
					
				
			
		
		
	
	
							107 lines
						
					
					
						
							3.1 KiB
						
					
					
				<%@include file="/auth.jsp"%>
 | 
						|
<%@ page language="java" pageEncoding="utf-8" %>
 | 
						|
 | 
						|
<%
 | 
						|
	String tradeid = request.getParameter("tradeid");
 | 
						|
	String svcnum = request.getParameter("svcnum");
 | 
						|
	String message = request.getParameter("message");
 | 
						|
%>
 | 
						|
 | 
						|
<html>
 | 
						|
<link href="../css/font.css" rel="stylesheet" type="text/css">
 | 
						|
<script src="../js/date.js"></script>
 | 
						|
<script src="../js/check.js"></script>
 | 
						|
<style type="text/css">
 | 
						|
<!--
 | 
						|
body {
 | 
						|
	margin-left: 0px;
 | 
						|
	margin-top: 0px;
 | 
						|
	margin-right: 0px;
 | 
						|
	margin-bottom: 0px;
 | 
						|
}
 | 
						|
.tbHead {	background-color: #98C5EC;
 | 
						|
	font-size: 12px;
 | 
						|
	color: #333333;
 | 
						|
	padding: 3px;
 | 
						|
	text-align: center;
 | 
						|
}
 | 
						|
.tbHead2 {	background-color: #F6FBFF;
 | 
						|
	font-size: 12px;
 | 
						|
	color: #333333;
 | 
						|
	padding: 1px;
 | 
						|
	text-align: center;
 | 
						|
}
 | 
						|
.tbListWhite {	background-color: #FFFFFF;
 | 
						|
	font-size: 12px;
 | 
						|
	color: #333333;
 | 
						|
	padding: 1px;
 | 
						|
}
 | 
						|
-->
 | 
						|
</style>
 | 
						|
<script>
 | 
						|
    function printForm(formtype)
 | 
						|
	{
 | 
						|
		//openwin = window.open('in_dan1.jsp','newwindow');
 | 
						|
		var openwin = window.open("/servlet/PrintForm?formtype=" + formtype + "&tradeid=<%=tradeid%>",'newwindow');
 | 
						|
		return true; 
 | 
						|
	}
 | 
						|
 | 
						|
</script>
 | 
						|
<body>
 | 
						|
<table width="99%" height="82"  border="0" cellpadding="0" cellspacing="0">
 | 
						|
<table width="99%"  border="0" align="center" cellpadding="0" cellspacing="1" class="box">
 | 
						|
  <tr>
 | 
						|
    <td valign="top"><table width="100%" height="23"  border="0" cellpadding="0" cellspacing="0">
 | 
						|
        <tr>
 | 
						|
          <td width="25%" background="/images/tab_search_01.jpg"><table width="80%" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
 | 
						|
              <tr>
 | 
						|
                <td width="3%"><img src="/images/little_red.jpg" width="12" height="12"></td>
 | 
						|
                <td width="97%" class="font12b"> 操作成功</td>
 | 
						|
              </tr>
 | 
						|
          </table>
 | 
						|
          </td>
 | 
						|
          <td width="82%" background="/images/tab_search_03.jpg"><img src="/images/tab_search_02.jpg" width="12" height="23"></td>
 | 
						|
        </tr>
 | 
						|
      </table> 
 | 
						|
          
 | 
						|
    <br><br>        
 | 
						|
   <table width="99%"  border="0"  cellpadding="1" cellspacing="1" bgcolor="d8e9fe" class="table02">
 | 
						|
      	<tr bgcolor="#FFFFFF">
 | 
						|
				<td align="center"  style="color: red;" > 
 | 
						|
				<font size="4"><B>
 | 
						|
				业务受理成功!	<br></br></B>
 | 
						|
				</font>
 | 
						|
				<td >
 | 
						|
		</tr>
 | 
						|
	
 | 
						|
		<%
 | 
						|
	if (message != null) {
 | 
						|
		out.print("<tr bgcolor=\"#FFFFFF\"><td align=\"center\" style=\"color: red;\" colspan=\"2\"><h3>" + message + "</h3></td></tr>");
 | 
						|
		out.print("<tr bgcolor=\"#FFFFFF\"><td align=\"center\" colspan=\"2\">	 <a href=\"javascript:history.go(-1)\"><img src=\"../../images1/gb.png\" alt=\"关闭\" border=\"0\" /></a></td></tr>");
 | 
						|
	}
 | 
						|
	if (tradeid!=null) {	
 | 
						|
		out.print("<tr bgcolor=\"#FFFFFF\"><td>业务流水:" + tradeid + "</td></tr>");
 | 
						|
	}	
 | 
						|
	if (svcnum!=null) {
 | 
						|
		out.print("<tr bgcolor=\"#FFFFFF\"><td>业务号码:" + svcnum + "</td></tr>");
 | 
						|
	}
 | 
						|
%>		
 | 
						|
	</table>
 | 
						|
<%
 | 
						|
	String formtype = request.getParameter("formtype");
 | 
						|
	if (formtype != null) {
 | 
						|
%>           
 | 
						|
<p align='center'>
 | 
						|
  <INPUT class="box_button" type="button" value="打印单据" method="post" name="submit" onclick ="return printForm('<%=formtype%>');">
 | 
						|
</p>               
 | 
						|
              
 | 
						|
<%
 | 
						|
	}
 | 
						|
%>              
 | 
						|
	 </td>
 | 
						|
  </tr>
 | 
						|
</table>  
 | 
						|
	
 | 
						|
<%@include file="/foot.jsp"%>
 | 
						|
</body>
 | 
						|
</html> |