hotfix/2.9.9.2312.02-个税

This commit is contained in:
黎永顺 2024-01-02 15:56:29 +08:00
parent ce63d26457
commit 611a0834ac
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class Calculate extends Component {
taxAgentName: "",
dateRange: [
moment(new Date()).startOf("year").format("YYYY-MM"),
moment(new Date()).startOf("month").format("YYYY-MM")
moment(new Date()).endOf("month").format("YYYY-MM")
]
}, isRefresh: false,
declareDaialog: { visible: false, title: "" }

View File

@ -82,7 +82,7 @@ class PaymentBtn extends Component {
const { taxCycle: taxYearMonth, taxAgentId } = this.props.declareInfo;
const payload = {
taxDeclareRecordId: getQueryString("id"),
taxAgentId, taxYearMonth
taxAgentId, taxYearMonth: taxYearMonth + "-01"
};
this.setState({
paymentDialog: {