apzl_leasing/WebContent/Common/WorkFlow/SignTaskOpinion_Collect.jsp
2018-06-03 22:26:41 +08:00

17 lines
809 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/IncludeBegin.jsp"%><%
String sTaskNo = CurComp.getParameter("TaskNo");
String sObjectType = CurComp.getParameter("ObjectType");
String sObjectNo = CurComp.getParameter("ObjectNo");
String sFlowNo = CurComp.getParameter("FlowNo");
String sPhaseNo = CurComp.getParameter("PhaseNo");
//参数0.是否显示, 1.标题2.URL3参数串
String sTabStrip[][] = {
{"true", "秘书汇总意见 ", "/Common/WorkFlow/SignTaskOpinionInfo.jsp", "TaskNo="+sTaskNo+"&ObjectType="+sObjectType+"&ObjectNo="+sObjectNo},
{"true", "贷审会委员意见 ", "/Common/WorkFlow/ViewMeetingOpinions.jsp", "TaskNo="+sTaskNo+"&ObjectType="+sObjectType+"&ObjectNo="+sObjectNo},
};
%><%@ include file="/Resources/CodeParts/Tab01.jsp"%>
<%@ include file="/IncludeEnd.jsp"%>