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