提交 51b98175 authored 作者: 钟是志's avatar 钟是志

30031 黔南就业求职创业补贴审核已处理界面需要新增一个导出功能

上级 64811197
......@@ -14,5 +14,5 @@ export default function BatchAudit(props) {
noNeedForm = true;
}
return <AuditPage {...props} hasBatchAudit={!getIsBei_Dian() && true} noNeedForm={true} />;
return <AuditPage {...props} hasBatchAudit={!getIsBei_Dian() && true} noNeedForm={noNeedForm} />;
}
......@@ -76,6 +76,9 @@ function ActiveMenuComponent({ routerConfig, ...otherProps }) {
Res = <Apply workId={appId} {...otherProps} />;
break;
case 'Audit': // 审批类
Res = <Audit workId={appId} {...otherProps} />;
break;
case 'BatchAudit': // 批量审批
if(appId === '1492048888356405248' && getIsQian_Nan() || process.env.NODE_ENV === 'development'){
// 禅道30031
otherProps.tab2Buttons = [
......@@ -93,9 +96,6 @@ function ActiveMenuComponent({ routerConfig, ...otherProps }) {
},
];
}
Res = <Audit workId={appId} {...otherProps} />;
break;
case 'BatchAudit': // 批量审批
Res = <BatchAudit workId={appId} {...otherProps} />;
break;
case 'Detail': // 详情
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论