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

29109 学生退费/退费管理/学生退费统计;学生退费/退伍生学费退费管理/退伍生退学费管理、退伍生退住宿费管理,缺少“确认打印“提示信息

上级 42706bd1
...@@ -119,6 +119,14 @@ export default class ExportCurrentInfo extends React.Component { ...@@ -119,6 +119,14 @@ export default class ExportCurrentInfo extends React.Component {
}); });
} }
checkDownload = () => {
if(this.props.beforeDownloadFile){
this.props.beforeDownloadFile(this.exportData);
}else{
this.exportData();
}
}
render() { render() {
const btn = { const btn = {
name: '导出', name: '导出',
...@@ -130,7 +138,7 @@ export default class ExportCurrentInfo extends React.Component { ...@@ -130,7 +138,7 @@ export default class ExportCurrentInfo extends React.Component {
const { showSelectModal } = this.state; const { showSelectModal } = this.state;
return ( return (
<span> <span>
<ButtonDiy {...btn} loading={this.state.confirmLoading} handleClick={this.exportData} /> <ButtonDiy {...btn} loading={this.state.confirmLoading} handleClick={this.checkDownload} />
{ {
openSelectFieldsModal && openSelectFieldsModal &&
<SelectModal custom={custom} <SelectModal custom={custom}
......
...@@ -158,12 +158,12 @@ export async function requestFileInfo(url, datas) { ...@@ -158,12 +158,12 @@ export async function requestFileInfo(url, datas) {
return false; return false;
} }
if (test) { // if (test) {
console.log({ // console.log({
url, // url,
res, // res,
}); // });
} // }
return res; return res;
}); });
......
...@@ -73,6 +73,7 @@ export function FormListButtons(props) { ...@@ -73,6 +73,7 @@ export function FormListButtons(props) {
/>); />);
} else if (r.ButtonType === 'export') { } else if (r.ButtonType === 'export') {
return <ExportCurrentInfo return <ExportCurrentInfo
{...r}
objId={objId} objId={objId}
key={r.children || '到处'} key={r.children || '到处'}
query={query} query={query}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论