From 36f277c4908622a38679e8983b64bb5ef280008d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Thu, 13 Jun 2024 14:55:57 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E4=B8=8A=E6=B5=B7=E6=B8=AF=E6=B9=BE?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/index.js | 2 + .../gangwan/salaryManage/index.js | 77 +++++++++++++++++++ pc4mobx/hrmSalary/pages/custom-pages/index.js | 0 .../components/salaryFileList/index.js | 2 +- 4 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 pc4mobx/hrmSalary/pages/custom-pages/gangwan/salaryManage/index.js create mode 100644 pc4mobx/hrmSalary/pages/custom-pages/index.js 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 =