release/2.19.1.2501.01

This commit is contained in:
lys 2025-04-23 16:45:02 +08:00
parent 867a0dc58c
commit 9016fa3fe9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Index extends Component {
...o, options: _.map(data, g => ({ key: g.id, showname: g.content })) ...o, options: _.map(data, g => ({ key: g.id, showname: g.content }))
// helpfulTitle: getLabel(563420, "提示:可选择单个个税扣缴义务人进行申报,若不选择,则批量对管理下的所有个税扣缴义务人进行申报;") // helpfulTitle: getLabel(563420, "提示:可选择单个个税扣缴义务人进行申报,若不选择,则批量对管理下的所有个税扣缴义务人进行申报;")
}; };
} else if (getKey(o) === "salaryMonthStr") { } else if (getKey(o) === "salaryMonth") {
return { return {
...o, ...o,
label: sysinfo["TAX_DECLARATION_DATE_TYPE"] === "1" ? getLabel(111, "税款所属期") : getLabel(111, "薪资所属月") label: sysinfo["TAX_DECLARATION_DATE_TYPE"] === "1" ? getLabel(111, "税款所属期") : getLabel(111, "薪资所属月")