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

📄 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 blno = DataConvert.toRealString(iPostChange, CurPage.getParameter("blno"));
    String agentblno = DataConvert.toRealString(iPostChange, CurPage.getParameter("agentblno"));
    String payrecord = DataConvert.toRealString(iPostChange, CurPage.getParameter("payrecord"));

    String sql = "update invoice set paydate='" + payrecord + "' where blno='" + blno + "'";
    Sqlca.executeSQL(sql);
    sql = "update shipment set paydate='" + payrecord + "' where blno='" + blno + "'";
    Sqlca.executeSQL(sql);
    if(agentblno!=null){
   // Sqlca.executeSQL("update packnote set agentblno='" + agentblno + "' where blno='" + blno + "'");
    }
%>
<script type="text/javascript">
    alert("success!");
   PopPage( "/Billing/MarkAgencyInvoices/EnterCode.jsp",  "","dialogWidth=30;dialogHeight=8;center:yes;status:no;statusbar:no");
    self.close();
</script>
<body>

</body>
<%@ include file="/IncludeEnd.jsp" %>

⌨️ 快捷键说明

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