custom/陕西万众-薪资账套薪资核算配置

This commit is contained in:
黎永顺 2024-07-10 14:53:51 +08:00
parent 4f5aa85c73
commit 45a1eb6ccf
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ export class calculateStore {
@observable calculateForm = new WeaForm(); //薪资核算重构-核算form
@observable batchUpdateForm = new WeaForm(); //批量更新薪资项目-批量更新form
@action initBatchUpdateForm = () => this.batchUpdateForm = new WeaForm();
@observable tempForm = new WeaForm(); //导出模板设置-模板form
@action initTempForm = () => this.tempForm = new WeaForm();
@observable tmplForm = new WeaForm(); //陕西万众项目-创建薪资核算模板form
@action initTmplForm = () => this.tmplForm = new WeaForm();