|
@@ -522,7 +522,7 @@ export const FORECAST_SUMMARY_FORM_RULES = {
|
|
|
*/
|
|
|
export const DEFAULT_FORECAST_SUMMARY_FORM = {
|
|
|
id: null,
|
|
|
- year: new Date().getFullYear(),
|
|
|
+ year: new Date().getFullYear().toString(),
|
|
|
month: new Date().getMonth() + 1,
|
|
|
customerId: null,
|
|
|
customerCode: '',
|