{
+ this.handleReset();
+ onCancel();
+ }}>
+ {getSearchs(personScopeForm, conditions, 1, false)}
+ {/**/}
+ {/* */}
+ {/* */}
+ {/* this.setState({ targetType })}*/}
+ {/* />*/}
+ {/* {this.renderBrowser()}*/}
+ {/*
*/}
+ {/* */}
+ {/* {*/}
+ {/* SelectWithAll({*/}
+ {/* label: "选择员工状态",*/}
+ {/* options: employeeStatus,*/}
+ {/* detailtype: 2,*/}
+ {/* valueAll: statusAll,*/}
+ {/* value: status,*/}
+ {/* onChangeAll: ({ selected }) => {*/}
+ {/* if (selected) {*/}
+ {/* this.setState({*/}
+ {/* status: _.map(employeeStatus, it => it.key).join(","),*/}
+ {/* statusAll: selected*/}
+ {/* });*/}
+ {/* } else {*/}
+ {/* this.setState({*/}
+ {/* status: "",*/}
+ {/* statusAll: selected*/}
+ {/* });*/}
+ {/* }*/}
+ {/* },*/}
+ {/* onChange: ({ selected }) => {*/}
+ {/* const bool = _.every(_.map(employeeStatus, it => it.key), item => selected.split(",").includes(item));*/}
+ {/* if (bool) {*/}
+ {/* this.setState({*/}
+ {/* status: selected,*/}
+ {/* statusAll: "0"*/}
+ {/* });*/}
+ {/* } else {*/}
+ {/* this.setState({*/}
+ {/* status: selected,*/}
+ {/* statusAll: ""*/}
+ {/* });*/}
+ {/* }*/}
+ {/* }*/}
+ {/* })*/}
+ {/* }*/}
+ {/**/}
);
}
diff --git a/pc4mobx/hrmSalary/stores/taxAgent.js b/pc4mobx/hrmSalary/stores/taxAgent.js
index d4e25ec5..45fe8041 100644
--- a/pc4mobx/hrmSalary/stores/taxAgent.js
+++ b/pc4mobx/hrmSalary/stores/taxAgent.js
@@ -12,6 +12,8 @@ export class TaxAgentStore {
@observable salarytaxAgentForm = new WeaForm(); //新版个税扣缴义务人表单实体
@observable taxfillInfoForm = new WeaForm(); //报税信息查看form
@action setTaxfillInfoForm = () => this.taxfillInfoForm = new WeaForm(); //报税信息form初始化
+ @observable personScopeForm = new WeaForm(); //个税扣缴义务人新增人员form
+ @action initPersonScopeForm = () => this.personScopeForm = new WeaForm(); //个税扣缴义务人新增人员form初始化
@observable deptfillInfoForm = new WeaForm(); //报税信息部门备案form
@action initDeptfillInfoForm = () => this.deptfillInfoForm = new WeaForm(); //报税信息部门备案form初始化
@observable advanceForm = new WeaForm(); //权限-角色高级搜索form表单