release/2.19.1.2501.01

This commit is contained in:
lys 2025-04-23 16:31:40 +08:00
parent 1a4416f668
commit 33a093229a
1 changed files with 1 additions and 1 deletions

View File

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