劳动法对女职工在经期、孕期、产期、哺乳期所享受的特殊保护有哪些规定?

在这里插入图片描述
法律咨询
小晨是某学校的大学毕业生,由于在学校成绩优秀,因此,毕业后很快便找到了工作。因为小晨经常听女性说在就业时受到歧视,所以,很想了解下《劳动法》对女职工在经期、孕期、产期、哺乳期所享受的特殊保护有哪些规定?
律师解答
《劳动法》第58-63条规定,国家对女职工和未成年工实行特殊劳动保护:
(1)不得安排女职工在经期从事高处、低温、冷水作业和国家规定的第三级体力劳动强度的劳动。
(2)不得安排女职工在怀孕期间、哺乳未满1周岁的婴儿期间从事国家规定的第三级体力劳动强度的劳动和孕期、哺乳期禁忌从事的劳动。
(3)对怀孕7个月以上的女职工和哺乳未满1周岁婴儿的女职工,不得安排其延长工作时间和夜班劳动。
(4)女职工生育享受不少于90天的产假。
(5)劳动者生育,依法享受社会保险待遇。

下面是一个使用 Okr 日历插件来记录月经时间、预测月经时间和排卵期的微信小程序代码示例: 1. 在 app.json 文件中引入 Okr 日历插件: ``` "plugins": { "myPlugin": { "version": "1.0.0", "provider": "wxid_xxxxxx" // 插件的开发者微信号 } } ``` 2. 在 wxml 文件中添加 Okr 日历插件: ``` <myPlugin-calendar id="calendar" /> ``` 3. 在 js 文件中获取 Okr 日历插件实例并设置相关事件: ``` // 获取 Okr 日历插件实例 const calendar = this.selectComponent("#calendar"); // 设置选中日期事件 calendar.setSelectDate((date) => { // date 格式为 yyyy-mm-dd,记录月经时间 console.log("记录月经时间:" + date); }); // 设置预测月经时间和排卵期事件 calendar.setPredictDate((menstrualCycle, menstrualPeriod, lastMenstrualDate) => { // menstrualCycle 为月经周期,单位为天 // menstrualPeriod 为月经持续时间,单位为天 // lastMenstrualDate 上次月经时间,格式为 yyyy-mm-dd const ovulationDate = new Date(lastMenstrualDate).getTime() + (menstrualCycle - 14) * 24 * 60 * 60 * 1000; const menstrualForecastDate = new Date(lastMenstrualDate).getTime() + menstrualCycle * 24 * 60 * 60 * 1000; // 输出预测月经时间和排卵期 console.log("预测月经时间:" + new Date(menstrualForecastDate).getFullYear() + "-" + (new Date(menstrualForecastDate).getMonth() + 1) + "-" + new Date(menstrualForecastDate).getDate()); console.log("排卵期:" + new Date(ovulationDate).getFullYear() + "-" + (new Date(ovulationDate).getMonth() + 1) + "-" + new Date(ovulationDate).getDate()); }); ``` 通过以上代码,你就可以在微信小程序中使用 Okr 日历插件来记录月经时间、预测月经时间和排卵期了。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值