);
+ });
+ return group;
+ };
renderTitle = () => {
const { title, buttons } = this.props;
return
@@ -51,7 +90,8 @@ export default class CustomSalaryItemSlide extends React.Component {
const { valueType, dataType, formulaId } = request;
const { formalModalVisible, salaryItemName } = this.state;
return (
}/>
diff --git a/pc4mobx/hrmSalary/stores/salaryItem.js b/pc4mobx/hrmSalary/stores/salaryItem.js
index cc3a0214..45f30171 100644
--- a/pc4mobx/hrmSalary/stores/salaryItem.js
+++ b/pc4mobx/hrmSalary/stores/salaryItem.js
@@ -9,6 +9,9 @@ const { TableStore } = WeaTableNew;
export class SalaryItemStore {
@observable salarySetform = new WeaForm(); //同步薪资账套form
+ @observable itemsForm = new WeaForm(); //自定义薪资项目form
+ @action initItemsForm = () => this.itemsForm = new WeaForm();
+
@observable tableStore = new TableStore(); // new table
@observable sysListTableStore = new TableStore();