数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

169 lines
3.2 KiB

export default {
/**
* 假期日期
*/
Holidays: [
'20181230',
'20181231',
'20190101',
'20190204',
'20190205',
'20190206',
'20190207',
'20190208',
'20190209',
'20190210',
'20190405',
'20190406',
'20190407',
'20190501',
'20190502',
'20190503',
'20190504',
'20190607',
'20190608',
'20190609',
'20190913',
'20190914',
'20190915',
'20191001',
'20191002',
'20191003',
'20191004',
'20191005',
'20191006',
'20191007',
'20200101',
'20200124',
'20200125',
'20200126',
'20200127',
'20200128',
'20200129',
'20200130',
'20200404',
'20200405',
'20200406',
'20200501',
'20200502',
'20200503',
'20200504',
'20200505',
'20200625',
'20200626',
'20200627',
'20201001',
'20201002',
'20201003',
'20201004',
'20201005',
'20201006',
'20201007',
'20201008',
'20210101',
'20210102',
'20210103',
'20210211',
'20210212',
'20210213',
'20210214',
'20210215',
'20210216',
'20210217',
'20210403',
'20210404',
'20210405',
'20210501',
'20210502',
'20210503',
'20210504',
'20210505',
'20210612',
'20210613',
'20210614',
'20210919',
'20210920',
'20210921',
'20211001',
'20211002',
'20211003',
'20211004',
'20211005',
'20211006',
'20211007',
'20220101',
'20220102',
'20220103',
'20220131',
'20220201',
'20220202',
'20220203',
'20220204',
'20220205',
'20220206',
'20220403',
'20220404',
'20220405',
'20220430',
'20220501',
'20220502',
'20220503',
'20220504',
'20220603',
'20220604',
'20220605',
'20220910',
'20220911',
'20220912',
'20221001',
'20221002',
'20221003',
'20221004',
'20221005',
'20221006',
'20221007',
'20221231',
'20230101',
'20230102',
'20230121',
'20230122',
'20230123',
'20230124',
'20230125',
'20230126',
'20230127',
],
/**
* 补休日期
*/
Works: [
'20181229',
'20190202',
'20190203',
'20190428',
'20190505',
'20190929',
'20191012',
'20200119',
'20200201',
'20200426',
'20200509',
'20200628',
'20200927',
'20201010',
'20210207',
'20210220',
'20210425',
'20210508',
'20210918',
'20210926',
'20211009',
'20220129',
'20220130',
'20220402',
'20220424',
'20220507',
'20221008',
'20221009',
],
};