From 28c50dc56334a92133be4329954dbb7d0cefc8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 13 Nov 2023 11:03:19 +0800 Subject: [PATCH 1/3] hotfix/2.9.42311.02 --- pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js b/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js index e7c1fbbb..95140f16 100644 --- a/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js +++ b/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js @@ -13,9 +13,8 @@ export const loginCondition = [ fieldcol: 18, label: getLabel(388431, "登录密码"), labelcol: 6, - detailtype: 3, + detailtype: 1, rules: "required|string", - type: "password", viewAttr: 3 } ], @@ -35,10 +34,9 @@ export const condition = [ fieldcol: 18, label: getLabel(409, "密码"), labelcol: 6, - detailtype: 3, + detailtype: 1, rules: "required|string", - viewAttr: 3, - type: "password" + viewAttr: 3 }, { colSpan: 1, @@ -49,7 +47,7 @@ export const condition = [ labelcol: 6, rules: "required|string", viewAttr: 3, - type: "password" + detailtype: 1 }, { colSpan: 1, From 9f114e9867a271efbba035466bd064bc89774d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 13 Nov 2023 11:17:38 +0800 Subject: [PATCH 2/3] hotfix/2.9.42311.02 --- .../hrmSalary/pages/mobilePayroll/pwdCondtion.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js b/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js index 95140f16..5cb571e6 100644 --- a/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js +++ b/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js @@ -15,7 +15,10 @@ export const loginCondition = [ labelcol: 6, detailtype: 1, rules: "required|string", - viewAttr: 3 + viewAttr: 3, + otherParams: { + type: "password" + } } ], title: "", @@ -36,7 +39,10 @@ export const condition = [ labelcol: 6, detailtype: 1, rules: "required|string", - viewAttr: 3 + viewAttr: 3, + otherParams: { + type: "password" + } }, { colSpan: 1, @@ -47,7 +53,10 @@ export const condition = [ labelcol: 6, rules: "required|string", viewAttr: 3, - detailtype: 1 + detailtype: 1, + otherParams: { + type: "password" + } }, { colSpan: 1, From 0798d2bf965508c2aff10bca7a5975810fe50262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 13 Nov 2023 14:15:49 +0800 Subject: [PATCH 3/3] hotfix/2.9.42311.02 --- .../standingBookDetail/components/inputPaymentAmount.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js index ea62431c..634e6b30 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js @@ -19,7 +19,7 @@ class InputPaymentAmount extends Component { render: (text, record) => { return ( this.handleChangeBaseItem(record, val, type, "per")} /> ); @@ -30,7 +30,7 @@ class InputPaymentAmount extends Component { render: (text, record) => { return ( this.handleChangeBaseItem(record, val, type, "com")} /> );