From 214deec00adcde785d80c86226c74803857dc3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 30 Oct 2016 12:38:23 +0800 Subject: [PATCH] --- WebRoot/pages/visit/visitAccount.jsp | 533 +++++++++++++++++++++++++++ 1 file changed, 533 insertions(+) create mode 100644 WebRoot/pages/visit/visitAccount.jsp diff --git a/WebRoot/pages/visit/visitAccount.jsp b/WebRoot/pages/visit/visitAccount.jsp new file mode 100644 index 00000000..2f7a215a --- /dev/null +++ b/WebRoot/pages/visit/visitAccount.jsp @@ -0,0 +1,533 @@ +<%@page import="com.jsh.util.common.Tools"%> +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<% + String path = request.getContextPath(); + String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; + String clientIp = Tools.getCurrentUserIP(); +%> + + + + 回访管理 + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
店面: + + 楼号: + +     + 查询   + 重置 +
+
+ + +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
店面 + +
楼号
户号
回访情况
落实情况
住户姓名
电话
+ +
+
+
+ 保存 + 取消 +
+ + + + \ No newline at end of file