From 9befc1d863d5a813540a11caafe9446e2d793ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Sun, 7 Apr 2024 14:10:20 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.12.1.2403.02-=E4=B8=AA=E7=A8=8E-?= =?UTF-8?q?=E5=A4=96=E7=B1=8D=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF=E6=8A=A5?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/declareDetail/components/taxDeclarationInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];