diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js b/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js index e7c1fbbb..5cb571e6 100644 --- a/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js +++ b/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js @@ -13,10 +13,12 @@ export const loginCondition = [ fieldcol: 18, label: getLabel(388431, "登录密码"), labelcol: 6, - detailtype: 3, + detailtype: 1, rules: "required|string", - type: "password", - viewAttr: 3 + viewAttr: 3, + otherParams: { + type: "password" + } } ], title: "", @@ -35,10 +37,12 @@ export const condition = [ fieldcol: 18, label: getLabel(409, "密码"), labelcol: 6, - detailtype: 3, + detailtype: 1, rules: "required|string", viewAttr: 3, - type: "password" + otherParams: { + type: "password" + } }, { colSpan: 1, @@ -49,7 +53,10 @@ export const condition = [ labelcol: 6, rules: "required|string", viewAttr: 3, - type: "password" + detailtype: 1, + otherParams: { + type: "password" + } }, { colSpan: 1, 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")} /> );