diff --git a/pc4mobx/hrmSalary/pages/payroll/payrollGrant/index.js b/pc4mobx/hrmSalary/pages/payroll/payrollGrant/index.js index 68dad7a7..a90c108b 100644 --- a/pc4mobx/hrmSalary/pages/payroll/payrollGrant/index.js +++ b/pc4mobx/hrmSalary/pages/payroll/payrollGrant/index.js @@ -216,7 +216,7 @@ export default class PayrollGrant extends React.Component { getColumns = () => { const { payrollStore } = this.props; - const { salaryGrantTableStore: columns,salarySendDetailBaseInfo } = payrollStore; + const { salaryGrantTableStore: columns, salarySendDetailBaseInfo } = payrollStore; const notShowGrantOrWithdraw = salarySendDetailBaseInfo.haveBackCalc === 1 && salarySendDetailBaseInfo.salaryAcctType === "0"; return [ ...toJS(columns), @@ -234,7 +234,7 @@ export default class PayrollGrant extends React.Component { 撤回 ); - } else if(!notShowGrantOrWithdraw) { + } else if (!notShowGrantOrWithdraw) { return ( , ...btnDom ]; - } else if(selectedKey === "1" && !notShowGrantOrWithdraw) { + } else if (selectedKey === "1" && !notShowGrantOrWithdraw) { btnDom = [
- 薪资所属月:{salarySendDetailBaseInfo.salaryMonth && - salarySendDetailBaseInfo.salaryMonth - .year}-{salarySendDetailBaseInfo.salaryMonth && - salarySendDetailBaseInfo.salaryMonth.monthValue} + 薪资所属月:{salarySendDetailBaseInfo.salaryMonth}