diff --git a/WebContent/Tenwa/Core/FlowInstanceTrack/BusinessApplicationEnquiry.jsp b/WebContent/Tenwa/Core/FlowInstanceTrack/BusinessApplicationEnquiry.jsp
new file mode 100644
index 000000000..27341107b
--- /dev/null
+++ b/WebContent/Tenwa/Core/FlowInstanceTrack/BusinessApplicationEnquiry.jsp
@@ -0,0 +1,82 @@
+<%@ page contentType="text/html; charset=GBK"%>
+<%@ include file="/Frame/resources/include/include_begin_list.jspf"%>
+<%@include file="/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf" %>
+
+
+
+<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List00;Describe=注释区;]~*/%>
+<%
+/*
+ Author:lzb 2017-05-12
+ Tester:
+ Content: 本方信息
+ Input Param:
+ Output param:
+ History Log:
+ */
+%>
+<%/*~END~*/%>
+
+
+
+<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List01;Describe=定义页面属性;]~*/%>
+<%
+ String PG_TITLE = "业务申请查询"; // 浏览器窗口标题
PG_TITLE
+%>
+<%/*~END~*/%>
+
+<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List02;Describe=定义变量,获取参数;]~*/%>
+
+
+<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List03;Describe=定义数据对象;]~*/%>
+<%
+ ASObjectModel doTemp = new ASObjectModel("FlowInstanceTrack2");
+ doTemp.appendJboWhere(" and O.flowno='BusinessApplyFlow'");
+ ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
+ dwTemp.Style="1"; //--设置为Grid风格--
+ dwTemp.ReadOnly = "1"; //只读模式
+ dwTemp.setPageSize(15);
+ dwTemp.genHTMLObjectWindow("");
+%>
+<%/*~END~*/%>
+
+
+<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List04;Describe=定义按钮;]~*/%>
+<%
+ String sButtons[][] = {};
+%>
+<%/*~END~*/%>
+
+
+
+
+<%/*~BEGIN~不可编辑区~[Editable=false;CodeAreaID=List05;Describe=主体页面;]~*/%>
+<%@include file="/Frame/resources/include/ui/include_list.jspf"%>
+<%/*~END~*/%>
+
+
+<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List06;Describe=定义按钮事件;]~*/%>
+
+<%/*~END~*/%>
+<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List08;Describe=页面装载时,进行初始化;]~*/%>
+
+<%/*~END~*/%>
+<%@ include file="/Frame/resources/include/include_end.jspf"%>
\ No newline at end of file