diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/CustomerDistributorApprovalApplyList.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/CustomerDistributorApprovalApplyList.jsp
index 0cc74f142..01cb3ddac 100644
--- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/CustomerDistributorApprovalApplyList.jsp
+++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/CustomerDistributorApprovalApplyList.jsp
@@ -15,8 +15,8 @@
var distributorId ="<%=distributorId%>";
var projectName = "<%=distributorId%>";
var sParams = "ApplyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>";
- sParams = sParams+",FlowKey="+distributorId+",distributorId=<%=distributorId%>";
-
+ <%-- sParams = sParams+",FlowKey="+distributorId+",distributorId=<%=distributorId%>"; --%>
+ sParams=sParams+",FlowKey="+distributorId+",ProjectName="+projectName+",distributorId=<%=distributorId%>";
var sReturnInfo = RunJavaMethodTrans("com.tenwa.flow.action.comm.BaseFlowStartAction","initFLow",sParams);
if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return;
var sReturnInfos=sReturnInfo.split("@");
diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorIncludeBandA.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorIncludeBandA.jsp
new file mode 100644
index 000000000..3dddc48fe
--- /dev/null
+++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorIncludeBandA.jsp
@@ -0,0 +1,30 @@
+<%@ page contentType="text/html; charset=GBK"%>
+<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
+ /*
+ Author: undefined 2017-10-11
+ Content: 示例详情页面
+ History Log:
+ */
+ String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号
+ if(sFlowUnid == null) sFlowUnid="";
+ String sTempletNo ="LDistributorIncludeBandA";
+ BizObject flow=JBOFactory.createBizObjectQuery("jbo.com.tenwa.entity.comm.flow.FLOW_BUSSINESS_OBJECT","flow_unid=:flowunid").setParameter("flowunid", sFlowUnid).getSingleResult(false);
+ String DISTRIBUTOR_NO=flow.getAttribute("Flow_Key").getString();
+ ASObjectModel doTemp = new ASObjectModel(sTempletNo);
+ //doTemp.setColTips("", "测试");
+ ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
+ dwTemp.Style = "2";//freeform
+ //dwTemp.ReadOnly = "1";//只读模式
+ ASDataObject ado = dwTemp.getDataObject();
+ dwTemp.genHTMLObjectWindow(sFlowUnid);
+
+ String compClientID = request.getParameter("CompClientID");
+ dwTemp.replaceColumn("beforechange", "", CurPage.getObjectWindowOutput());
+ dwTemp.replaceColumn("afterchange", "", CurPage.getObjectWindowOutput());
+
+ String sButtons[][] = {};
+ sButtonPosition = "north";
+%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
+
+<%@ include file="/Frame/resources/include/include_end.jspf"%>
\ No newline at end of file