feature/2.12.1.2403.02-个税-外籍人员信息报送

This commit is contained in:
黎永顺 2024-04-07 14:10:20 +08:00
parent d4d873a59d
commit 9befc1d863
1 changed files with 1 additions and 1 deletions

View File

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