diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js
index ce32f1ea..fcfcfcc8 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js
@@ -55,7 +55,8 @@ export default class NormalIndex extends Component {
visible: false
},
showSum: false,
- siaccountSum: {}
+ siaccountSum: {},
+ showSearchAd: false
};
this.timer = null;
this.timerDelete = null;
@@ -438,10 +439,14 @@ export default class NormalIndex extends Component {
}
});
};
+ getSearchs=()=> {
+ let group = [];
+ return group;
+ }
render() {
const { remarks, billMonth, selectedKey, paymentOrganization, standingBookStore } = this.props;
- const { addProps, adjustSlide, importParams, returnEditPersonSlide } = this.state;
+ const { addProps, adjustSlide, importParams, returnEditPersonSlide, showSearchAd } = this.state;
const { loading } = standingBookStore;
return (
@@ -467,125 +472,130 @@ export default class NormalIndex extends Component {
}
-
- {this.props.type !== "detail" && this.props.selectedKey == "3"
- ?
-
-
-
-
-
-
-
- :
}
-
{
- this.setState({
- addProps: {
- ...addProps,
- visible: false
- }
- }, () => {
- isRefresh && this.getSupplementaryList({
- billMonth,
- current: this.state.current,
- paymentOrganization
- });
- });
- }}
- />
- {
- selectedKey === "1" && this.props.type !== "detail" &&
-
-
-
-
- }
- {
- selectedKey === "1" &&
-
-
-
- }
- {/*核算进度条*/}
- {
- this.setState({ progressVisible: false, progress: 0 });
- }}
- progress={this.state.progress}
- />
- {
- this.props.type !== "detail" &&
-
- this.setState({ importParams: { ...importParams, visible: true } })}
- />
-
- }
- {/*导入弹框*/}
- {
- importParams.visible &&
- {
- this.setState({
- fieldData
- });
- }}
- onCancel={() => {
- this.setState({ importParams: { ...importParams, visible: false }, fieldData: {} }, () => {
- const { billMonth, selectedKey, paymentOrganization } = this.props;
- const { current } = this.state;
- selectedKey === "1"
- ? this.getNormalList({ billMonth, current, paymentOrganization })
- : this.getSupplementaryList({ billMonth, current, paymentOrganization });
- });
- }}
- isStandingBook
- standingBookTabKey={selectedKey}
- />
- }
+ this.setState({ showSearchAd: bool })}
+ />
+ {/**/}
+ {/* {this.props.type !== "detail" && this.props.selectedKey == "3"*/}
+ {/* ?
*/}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* :
}*/}
+ {/*
{*/}
+ {/* this.setState({*/}
+ {/* addProps: {*/}
+ {/* ...addProps,*/}
+ {/* visible: false*/}
+ {/* }*/}
+ {/* }, () => {*/}
+ {/* isRefresh && this.getSupplementaryList({*/}
+ {/* billMonth,*/}
+ {/* current: this.state.current,*/}
+ {/* paymentOrganization*/}
+ {/* });*/}
+ {/* });*/}
+ {/* }}*/}
+ {/* />*/}
+ {/* {*/}
+ {/* selectedKey === "1" && this.props.type !== "detail" &&*/}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* }*/}
+ {/* {*/}
+ {/* selectedKey === "1" &&*/}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* }*/}
+ {/* /!*核算进度条*!/*/}
+ {/* {*/}
+ {/* this.setState({ progressVisible: false, progress: 0 });*/}
+ {/* }}*/}
+ {/* progress={this.state.progress}*/}
+ {/* />*/}
+ {/* {*/}
+ {/* this.props.type !== "detail" &&*/}
+ {/* */}
+ {/* this.setState({ importParams: { ...importParams, visible: true } })}*/}
+ {/* />*/}
+ {/* */}
+ {/* }*/}
+ {/* /!*导入弹框*!/*/}
+ {/* {*/}
+ {/* importParams.visible &&*/}
+ {/* {*/}
+ {/* this.setState({*/}
+ {/* fieldData*/}
+ {/* });*/}
+ {/* }}*/}
+ {/* onCancel={() => {*/}
+ {/* this.setState({ importParams: { ...importParams, visible: false }, fieldData: {} }, () => {*/}
+ {/* const { billMonth, selectedKey, paymentOrganization } = this.props;*/}
+ {/* const { current } = this.state;*/}
+ {/* selectedKey === "1"*/}
+ {/* ? this.getNormalList({ billMonth, current, paymentOrganization })*/}
+ {/* : this.getSupplementaryList({ billMonth, current, paymentOrganization });*/}
+ {/* });*/}
+ {/* }}*/}
+ {/* isStandingBook*/}
+ {/* standingBookTabKey={selectedKey}*/}
+ {/* />*/}
+ {/* }*/}
-
-
-
- {
- this.setState({ searchValue: value });
- }}
- placeholder={"请输入姓名"}
- onSearch={value => {
- this.handleSearch(value);
- }}
- />
-
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* {*/}
+ {/* this.setState({ searchValue: value });*/}
+ {/* }}*/}
+ {/* placeholder={"请输入姓名"}*/}
+ {/* onSearch={value => {*/}
+ {/* this.handleSearch(value);*/}
+ {/* }}*/}
+ {/* />*/}
+ {/* */}
{/* table */}