budgetInstTask-tab.jsp 937 B

1234567891011
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <t:base type="jquery,tools,easyui,DatePicker"></t:base>
  4. <link id="easyuiTheme" rel="stylesheet" href="plug-in/easyui/themes/metrole/main.css" type="text/css"></link>
  5. <c:set var="goTaskFunctionName">${param.history=='true'?"goHistoryTask":"goTask"}</c:set>
  6. <t:tabs id="tt" iframe="true" tabPosition="top">
  7. <t:tab href="budgetInstController.do?${goTaskFunctionName}&taskId=${param.taskId}" icon="fa fa-building" title="预算表单" id="formPage"></t:tab>
  8. <t:tab href="budgetInstController.do?goProcTaskHistoryList&taskId=${param.taskId }" icon="fa fa-user" title="流程历史" id="taskOperate"></t:tab>
  9. <%--<t:tab href="activitiController.do?viewProcessInstanceHistory&processInstanceId=${processInstanceId }" icon="fa fa-sitemap" title="common.process.chart" id="processPicture"></t:tab>--%>
  10. </t:tabs>