hotfix/2.9.9.2312.02-个税
This commit is contained in:
parent
ce63d26457
commit
611a0834ac
|
|
@ -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: "" }
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue