From 459ec32c68a48e158588138af530269bc3f3e8ad Mon Sep 17 00:00:00 2001 From: 18652063575 Date: Thu, 3 Nov 2022 21:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=96=AA=E8=B5=84=E6=A1=A3=E6=A1=88=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E9=98=B2=E6=8A=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../archives/accumulationFundForm.js | 19 ++++++++---------- .../archives/otherForm.js | 16 +++++++-------- .../archives/socialSecurityForm.js | 20 ++++++------------- 3 files changed, 22 insertions(+), 33 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js index a7465898..c3ba2ac6 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js @@ -120,17 +120,14 @@ export default class AccumulationFundForm extends React.Component { 公积金个人实际承担方: - + { + this.handleFormChange({ underTake: value }); + }} + /> {/**/} diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/otherForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/otherForm.js index c698478d..7b2a5c1f 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/otherForm.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/otherForm.js @@ -111,14 +111,14 @@ export default class OtherForm extends React.Component { 其他福利个人实际承担方: - + { + this.handleFormChange({ underTake: value }); + }} + /> {/**/} diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js index 5007ef86..4712540f 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js @@ -132,22 +132,14 @@ export default class SocialSecurityForm extends React.Component { {/**/} 社保个人实际承担方: - + onChange={(value) => { + this.handleFormChange({ underTake: value }); + }} + />