diff --git a/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js b/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js index bfc15a46..ec5edc9c 100644 --- a/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js +++ b/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js @@ -46,11 +46,11 @@ class TaxDeclarationInfo extends Component { const { declareInfo, onOperate } = this.props; const { abnormalSize, declareFailSize } = declareInfo; const infoItem = [ + { key: "taxCycle", label: getLabel(542240, "税款所属期") }, { key: "salaryMonth", label: getLabel(542604, "薪资所属月") }, { key: "taxAgentName", label: getLabel(537996, "个税扣缴义务人") }, { key: "declareTypeDesc", label: getLabel(111, "申报类型") }, { key: "declareStatusDesc", label: getLabel(111, "申报状态") }, - { key: "taxCycle", label: getLabel(542240, "税款所属期") }, { key: "taxPaidAmount", label: getLabel(111, "已缴金额") } ]; let dropMenuDatas = [];