diff --git a/WebContent/Tenwa/Comm/DocList/contractDocListMain.jsp b/WebContent/Tenwa/Comm/DocList/contractDocListMain.jsp
new file mode 100644
index 000000000..8d53567de
--- /dev/null
+++ b/WebContent/Tenwa/Comm/DocList/contractDocListMain.jsp
@@ -0,0 +1,58 @@
+<%@ page contentType="text/html; charset=GBK"%>
+<%@ include file="/Frame/resources/include/include_begin.jspf"%>
+<%@ page import="com.amarsoft.app.lc.workflow.action.GetFlowAction" %>
+<%@ page import="java.util.List" %>
+<%@ page import="java.util.Map" %>
+<%@ page import="com.amarsoft.app.util.ProductParamUtil" %>
+<%
+ /*
+ 页面说明:隐藏左侧区域的Main页面
+ */
+ String PG_TITLE = ""; // 浏览器窗口标题
PG_TITLE
+ String PG_CONTENT_TITLE = ""; //默认的内容区标题
+ String PG_CONTNET_TEXT = "";//默认的内容区文字
+ String PG_LEFT_WIDTH = "0";//默认的treeview宽度
+
+
+ String RightType= CurPage.getParameter("RightType");
+ String sFlowunid = CurPage.getParameter("FlowUnid");
+ String sFlowNo= CurPage.getParameter("FlowNo");
+ BizObject flow=GetFlowAction.getFlowBussinessObject(sFlowunid);
+ String product=CurPage.getParameter("productId");
+ List