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