diff --git a/pc4mobx/hrmSalary/index.js b/pc4mobx/hrmSalary/index.js index 509c24a1..216abdee 100644 --- a/pc4mobx/hrmSalary/index.js +++ b/pc4mobx/hrmSalary/index.js @@ -52,6 +52,7 @@ import ExternalPersonManage from "./pages/externalPersonManage"; import AdjustSalaryManage from "./pages/adjustSalaryManage"; import TopologyMap from "./pages/topologyMap"; import SupplementaryCalc from "./pages/supplementaryCalc"; +import SalaryManage from "./pages/custom-pages/gangwan/salaryManage" import stores from "./stores"; import "./style/index"; @@ -188,6 +189,7 @@ const Routes = ( + ); diff --git a/pc4mobx/hrmSalary/pages/custom-pages/gangwan/salaryManage/index.js b/pc4mobx/hrmSalary/pages/custom-pages/gangwan/salaryManage/index.js new file mode 100644 index 00000000..771baab7 --- /dev/null +++ b/pc4mobx/hrmSalary/pages/custom-pages/gangwan/salaryManage/index.js @@ -0,0 +1,77 @@ +/* + * 港湾二开 + * 薪酬管理页面-社保档案、薪资档案、薪资账套、个税扣缴义务人 + * @Author: 黎永顺 + * @Date: 2024/6/13 + * @Wechat: + * @Email: 971387674@qq.com + * @description: +*/ +import React, { Component } from "react"; +import { WeaLocaleProvider, WeaTab } from "ecCom"; + +const getLabel = WeaLocaleProvider.getLabel; + +class Index extends Component { + constructor(props) { + super(props); + this.state = { + selectedKey: "welfare" + }; + } + + renderContent = () => { + const { selectedKey } = this.state; + let dom = null; + switch (selectedKey) { + case "welfare": + dom =