⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 checkcode.jsp

📁 财务说明的管理
💻 JSP
字号:
<%
/* Copyright 2006-2009 Hexiesoft, Inc. All Rights Reserved.
 * This software is the proprietary information of Hexiesoft, Inc.  
 * Use is subject to license terms.
 * Author:sfcll 2006-04
 * Tester:
 *
 * Content:    
 * Input Param:
 *				
 *
 *
 * Output param:
 *
 */
%>
<%@page contentType="text/html;charset=GBK"%>
<%@ include file="/IncludeBeginMD.jsp"%>
<%
	boolean isEmpty = false;	
	String sCode = DataConvert.toRealString(iPostChange,request.getParameter("Code"));
	ASResultSet rs = Sqlca.getASResultSet("select * from invoice a join customer b on a.account=b.account and a.subacct=b.subacct where a.blno = "+sCode+" and b.country not in ('C','U')");
    isEmpty = !rs.next();
%>
<script language=javascript>
	self.returnValue = "<%=isEmpty%>";
    self.close();
</script>
<%@ include file="/IncludeEnd.jsp"%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -