提交 736022d4 authored 作者: 钟是志's avatar 钟是志

禅道 32366 二级学院审核,所有二级学院审核后在已处理中加导出功能 103152

上级 adf21efd
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
import { apiRequest } from '../request'; import { apiRequest } from '../request';
import { getOneStopConfig, isJSON } from '@/baseComponent/utils'; import { getOneStopConfig, isJSON } from '@/baseComponent/utils';
import { getHistoryFormDetail } from '@/webPublic/Services'; import { getHistoryFormDetail } from '@/webPublic/Services';
import prepareShow from '@/webPublic/one_stop_public/Table/prepareShow';
const giveValue = (x) => { const giveValue = (x) => {
if (x && x.rows) { if (x && x.rows) {
...@@ -141,7 +142,9 @@ const getFormDetail = (id) => { ...@@ -141,7 +142,9 @@ const getFormDetail = (id) => {
} else { } else {
return {}; return {};
} }
}); }).then((res) => {
return prepareShow(res);
});
}; };
/** /**
......
...@@ -88,24 +88,26 @@ function ActiveMenuComponent({ routerConfig, ...otherProps }) { ...@@ -88,24 +88,26 @@ function ActiveMenuComponent({ routerConfig, ...otherProps }) {
Res = <Audit workId={appId} {...otherProps} />; Res = <Audit workId={appId} {...otherProps} />;
break; break;
case 'BatchAudit': // 批量审批 case 'BatchAudit': // 批量审批
if(appId === '1492048888356405248' && getIsQian_Nan() || process.env.NODE_ENV === 'development'){ // if(appId === '1492048888356405248' && getIsQian_Nan() || process.env.NODE_ENV === 'development'){
// 禅道30031 // // 禅道30031
otherProps.tab2Buttons = [ // otherProps.tab2Buttons = [
{ // {
type: 'export', // type: 'export',
name: '导出', // name: '导出',
component: 'Normal', // component: 'Normal',
handleClick: (selectRows, formValues, getPage, search, columns) => { // handleClick: (selectRows, formValues, getPage, search, columns) => {
exportHandledInfo({ // exportHandledInfo({
columns, // columns,
appId, // appId,
handled: 'handled', // handled: 'handled',
}); // });
}, // },
}, // },
]; // ];
} // }
Res = <BatchAudit workId={appId} {...otherProps} />; Res = <BatchAudit workId={appId} {...otherProps}
workId={'1492048888356405248'}
/>;
break; break;
case 'AuditMerage': // 审核页面聚合 多个流程的审核页面放在一起 case 'AuditMerage': // 审核页面聚合 多个流程的审核页面放在一起
Res = <AuditMerge {...otherProps} routerConfig={routerConfig}/>; Res = <AuditMerge {...otherProps} routerConfig={routerConfig}/>;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论