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

📄 lost_confirm.jsp

📁 crm系统 有源码 及相关文档sql2005 数据库 客户反馈模块
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK" %>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="/WEB-INF/jb-common.tld" prefix="jb"  %>
<script src="validate.js" ></script>
<script src="icommon.js" ></script>
<html:errors/>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
  <head>
    <title>确认流失</title>
	<link rel="stylesheet" type="text/css" href="styles.css" >
  </head>

  <body class="main">
  <html:form action="lost" method="post">
  	<html:hidden property="o" value="doAdd" />
  	<html:hidden property="item.lstId" />
  		<span class="page_title">确认流失</span>
		<div class="button_bar">
			<button class="common_button" onclick="javascript:help('');">帮助</button>
			<button class="common_button" onclick="javascript:history.go(-1);">返回</button>
			<button class="common_button" onclick="window.location.href='lost.do?o=toRelay&id=${param.id }';">确认流失</button>
			<button class="common_button" onclick="javascript:doSubmit('doConfirm');">保存</button>
		</div>
		<table class="query_form_table" border="0" cellPadding="3" cellSpacing="0">
			<tr>
								<th>编号</th>
				<td>${lostForm.item.lstId }&nbsp;</td>
								<th>客户</th>
				<td>${lostForm.item.lstCustName }&nbsp;</td>
			</tr>
			<tr>
								<th>客户经理</th>
				<td>${lostForm.item.lstCustManagerName }&nbsp;</td>
								<th>上次下单时间</th>
				<td><bean:write name="lostForm" property="item.lstLastOrderDate" format="yyyy年MM月dd日" />&nbsp;</td>

			</tr>
			<tr>
								<th>暂缓措施</th>
				<td colspan="3">${lostForm.item.lstDelay }&nbsp;</td>
								
			</tr>
			<tr>
								<th>流失原因</th>

				<td colspan="3"><textarea name="item.lstReason" cols="50" rows="6"></textarea>&nbsp;</td>
								
			</tr>
		</table>
		<script>
		//build_validate("item.lstId","编号不能为空","Limit","1","8");
		//build_validate("item.lstCustName","客户名称不能为空","Limit","1","100");
		//build_validate("item.lstCustManagerId","客户经理编号不能为空","Limit","1","8");
		//build_validate("item.lstCustManagerName","客户经理不能为空","Limit","1","50");
		//build_validate("item.lstLastOrderDate","上次下单时间不能为空","Limit","1","8");
		//build_validate("item.lstLostDate","确认流失时间不能为空","Limit","1","8");
		//build_validate("item.lstDelay","暂缓措施不能为空","Limit","1","4000");
		build_validate("item.lstReason","流失原因不能为空","Limit","1","2000");/
		//build_validate("item.lstStatus","状态不能为空","Limit","1","10");/
		</script>
	</html:form>	
  </body>
</html:html>

⌨️ 快捷键说明

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