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

📄 edit.jsp

📁 管理公司合同
💻 JSP
字号:
<%@ page contentType = "text/html;charset=GBK"%><%@ taglib uri="/WEB-INF/tag.tld" prefix="tag" %><%@ page import="cn.com.juneng.system.common.COMMON"%><%@ page import="cn.com.juneng.receivedetail.vo.ReceivedetailVOImpl"%><link href="<%=request.getContextPath()%>/css/commonPage.css" rel="stylesheet" type="text/css"><script type='text/javascript' language='JavaScript' src='<%=request.getContextPath()%>/js/COMMON.js'></script><script type='text/javascript' language='JavaScript' src='<%=request.getContextPath()%>/js/calendar.js'></script><%	ReceivedetailVOImpl vo = (ReceivedetailVOImpl)request.getAttribute("VO");%><table ><tr><td class="tHeading"><div align='center'><b>合同实际支付<%=vo.isReadonly()?"":".编辑"%></b></div></td></tr><%if(request.getAttribute("Error")!=null){%><tr><td ><font color='red'><%=request.getAttribute("Error")%></font></td></tr><%}%></table><center><%	String info = (String)request.getAttribute("info");	if(info!=null){%><script>	alert("<%=info%>");	window.parent.location.reload();</script><%		}%></center><form name="form1" action="<tag:attr source="ActionUrl" />" method="post" onsubmit="return CheckForm(this)"><input type="hidden" name="readonly" value="<tag:attr source="VO" attr="readonly" />"><input type="hidden" name="currentPage" value="<tag:attr source="VO" attr="currentPage" />"><input type="hidden" name="actionType" value="<tag:attr source="VO" attr="actionType" />"><input type="hidden" name="rid" value="<tag:attr source="VO" attr="rid" />"><input type="hidden" name="tmp1" value="2"><input type="hidden" name="contractid" value="<tag:attr source="VO" attr="contractid" />"><table <%=COMMON.TABLE_STYLE %> >	<tr>		<td class="list_condition_td_title" width="25%">合同编号</td>		<td class="list_condition_td_input" width="20%"><input type="text"  name="contractno" value="<tag:attr source="VO" attr="contractno" />" required='true'></td>		<td class="list_condition_td_title" width="10%">合同名称</td>		<td class="list_condition_td_input" width="45%" ><input type="text" size=30  name="contractname" value="<tag:attr source="VO" attr="contractname" />"></td>				</tr>	<tr>	   <td class="list_condition_td_title">支付批次</td>		<td class="list_condition_td_input" ><input type="text"  name="batchno" value="<tag:attr source="VO" attr="batchno" />" required='true'></td>		<td class="list_condition_td_title"></td>		<td class="list_condition_td_input" ></td>			</tr>	<tr>		<td class="list_condition_td_title">比例</td>		<td class="list_condition_td_input" ><input type="text"  name="percenge" value="<tag:attr source="VO" attr="percenge" />"></td>		<td class="list_condition_td_title">金额</td>		<td class="list_condition_td_input" ><input type="text" required='true' name="paysum" value="<tag:attr source="VO" attr="paysum" />" check="isFloat('0+')"></td>			</tr>	<tr>		<td class="list_condition_td_title">支付方式</td>		<td class="list_condition_td_input" ><input type="text"  name="paytype" value="<tag:attr source="VO" attr="paytype" />"></td>		<td class="list_condition_td_title">支付日期</td>		<td class="list_condition_td_input" ><input type="text" required='true' readonly onfocus="setday(this)" name="plandate" value="<tag:attr source="VO" attr="plandate" />"></td>	</tr>	<tr>		<td class="list_condition_td_title">支付人</td>		<td class="list_condition_td_input" ><input type="text"  name="receiver" value="<tag:attr source="VO" attr="receiver" />"></td>		<td class="list_condition_td_title"></td>		<td class="list_condition_td_input" ></td>	</tr>	<tr>		<td class="list_condition_td_title">备注信息</td>		<td class="list_condition_td_input" colspan="3">		   <textarea id="content" rows="4" cols="80" name="tmp2"><tag:attr source="VO" attr="tmp2"></tag:attr></textarea>		</td>	</tr></table><br><%if(!vo.isReadonly()){%><input type=submit value="保存"><%}%>&nbsp;&nbsp;<input type=button value="返回" onclick='back()'></form>

⌨️ 快捷键说明

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