diff --git a/WebContent/Tenwa/Core/FlowInstanceTrack/FlowInstanceTrack.jsp b/WebContent/Tenwa/Core/FlowInstanceTrack/FlowInstanceTrack.jsp index e03a984cc..ecfe93157 100644 --- a/WebContent/Tenwa/Core/FlowInstanceTrack/FlowInstanceTrack.jsp +++ b/WebContent/Tenwa/Core/FlowInstanceTrack/FlowInstanceTrack.jsp @@ -30,7 +30,17 @@ <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List03;Describe=定义数据对象;]~*/%> <% + String soft = CurPage.getParameter("soft"); ASObjectModel doTemp = new ASObjectModel("FlowInstanceTrack"); + String ros = "true"; + if("业务申请分担".equals(soft)){ + ros = "false"; + doTemp.appendJboWhere(" FB.flow_name='业务申请流程' and O.PHASENAME='信审专员初审'"); + }; + if("付款业务分担".equals(soft)){ + ros = "false"; + doTemp.appendJboWhere(" FB.flow_name='付款申请(汽车)' and O.PHASENAME='运营部初审'"); + }; ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; //只读模式 @@ -42,9 +52,10 @@ <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List04;Describe=定义按钮;]~*/%> <% + String sButtons[][] = { {"true","All","Button","重新分配人员","重新分配人员","changeFlowOperator()","","","","btn_icon_resetuser",""}, - {"true","All","Button","重新路由","重新路由","flowChangeRoute()","","","","btn_icon_resetrouting",""} + {ros,"All","Button","重新路由","重新路由","flowChangeRoute()","","","","btn_icon_resetrouting",""} }; %> <%/*~END~*/%> @@ -60,6 +71,7 @@ <%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List06;Describe=定义按钮事件;]~*/%>