diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSlide.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSlide.js index 6f2c8379..9ceedb56 100644 --- a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSlide.js +++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSlide.js @@ -373,39 +373,21 @@ class LedgerSlide extends Component { children: }, { - key: 4, title: getLabel(111, "累计字段对应"), + key: 7, title: getLabel(543469, "调薪计薪规则"), createBtns: [ - , , - + ], - editBtns: [], - children: this.setState({ - addupruleFields, addupruleKeys: selectedKey - })}/> + editBtns: [ + + ], + children: this.setState({ adjustRules })}/> }, { - key: 5, title: getLabel(111, "个税字段对应"), - createBtns: [ - , - , - - ], - editBtns: [], - children: this.setState({ - taxruleFields, taxruleKeys: selectedKey - })}/> - }, - { - key: 6, title: getLabel(111, "个税申报字段对应"), + key: 6, title: getLabel(111, "个税申报配置"), createBtns: [ , , , - - ], - editBtns: [ + onClick={() => this.setState({ current: current + 1 }, () => this.taxRuleSave())}>{getLabel(111, "保存并进入下一步")} ], - children: this.setState({ adjustRules })}/> + editBtns: [], + children: this.setState({ + taxruleFields, taxruleKeys: selectedKey + })}/> + }, + { + key: 4, title: getLabel(111, "累计字段对应"), + createBtns: [ + , + , + + ], + editBtns: [], + children: this.setState({ + addupruleFields, addupruleKeys: selectedKey + })}/> } ]; (taxableItems && taxableItems.toString() !== "1" && taxableItems.toString() !== "489") &&