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

📄 enterreason.jsp

📁 财务说明的管理
💻 JSP
字号:
<%@ include file="/IncludeBeginMD.jsp" %><%@ page import="com.hexiesoft.config.language.Configure" %><%    String alert4 = (String) Configure.getConfigure(sIe_Language, "BillingcancelBOL").get("ALERT_4");    String lable22 = (String) Configure.getConfigure(sIe_Language, "BillingcancelBOL").get("LABLE22");    String blno = DataConvert.toRealString(iPostChange, CurPage.getParameter("blno"));%><head><title></title></head><script language="javascript">    function Che_acc()    {        var blno='<%=blno%>';        var reason=document.all.reason.value;        if (document.all.reason.value.length < 1)        {            alert('<%=alert4%>');            document.all.reason.focus();            return;        }        else {            OpenComp("ExistOrder", "/Billing/cancelBOL/DoCancel.jsp", "blno=" + blno + "&reason=" + reason + "&rand=" + randomNumber(), "right", "");            self.close();        }    }</script><body bgcolor="#DCDCDC"><table border="1" width=100% align="center" bordercolor='#999999' bordercolordark='#FFFFFF'>    <tr>        <td nowarp align="right" bgcolor="#D8D8AF" width=35%><%= lable22 %>        </td>        <td bgcolor="#F0F1DE"><textarea  NAME="reason" ></textarea></td>    </tr>    <TR>        <TD colspan="2"><input type="button" name="next"                               value="<%=(String)Configure.getConfigure(sIe_Language,"Common").get("SUBMIT")%>"                               onclick="javascript:Che_acc();"                               style="font-size:9pt;padding-top:3;padding-left:5;padding-right:5;background-image:url(../../Resources/functionbg.gif); border: #DCDCDC;  border-style: outset; border-top-width: 1px; border-right-width: 1px;  border-bottom-width: 1px; border-left-width: 1px"                               border='1'                >            <input type="button" name="Cancel"                   value="<%=(String)Configure.getConfigure(sIe_Language,"Common").get("CANCEL")%>"                   onClick="javascript:self.returnValue='_none_';self.close();"                   style="font-size:9pt;padding-top:3;padding-left:5;padding-right:5;background-image:url(../../Resources/functionbg.gif); border: #DCDCDC;  border-style: outset; border-top-width: 1px; border-right-width: 1px;  border-bottom-width: 1px; border-left-width: 1px"                   border='1'>        </TD>    </TR></table></body><%@ include file="/IncludeEnd.jsp" %>

⌨️ 快捷键说明

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