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

📄 domark.jsp

📁 财务说明的管理
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %><%@ include file="/IncludeBegin.jsp" %><%@ page import="com.hexiesoft.are.sql.ASResultSet" %><%@ page import="com.hexiesoft.utils.Consts" %><%@ page import="org.apache.poi.hssf.usermodel.HSSFCell" %><%@ page import="org.apache.poi.hssf.usermodel.HSSFRow" %><%@ page import="org.apache.poi.hssf.usermodel.HSSFSheet" %><%@ page import="org.apache.poi.hssf.usermodel.HSSFWorkbook" %><%@ page import="com.hexiesoft.utils.StringUtils" %><%    String account = DataConvert.toRealString(iPostChange, CurPage.getParameter("account"));    String caseno = DataConvert.toRealString(iPostChange, CurPage.getParameter("caseno"));    String blno = DataConvert.toRealString(iPostChange, CurPage.getParameter("blno"));    String sNpaid = DataConvert.toRealString(iPostChange, CurPage.getParameter("npaid"));          String dpaid = DataConvert.toRealString(iPostChange, CurPage.getParameter("dpaid"));    String sNvalue = DataConvert.toRealString(iPostChange, CurPage.getParameter("nvalue"));    float npaid = Float.parseFloat(sNpaid);    float nvalue = Float.parseFloat(sNvalue);    String sql = "update packnote set dpaid='" + dpaid + "' , npaid='" + npaid + "', nvalue='" + nvalue + "'  where caseno='" + caseno + "'  and account='" + account + "'";    Sqlca.executeSQL(sql);    sql = "update invoice set paydate='" + dpaid + "' where blno='" + blno + "'";    Sqlca.executeSQL(sql);%><script type="text/javascript">    alert("success!");    OpenPage('/Blank.jsp?TextToShow=blank', 'right', '');    self.close();</script><body></body><%@ include file="/IncludeEnd.jsp" %>

⌨️ 快捷键说明

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