|
|
@ -181,7 +181,7 @@ const Rest = (props) => { |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
console.log('textdate',textdate); |
|
|
|
console.log('textdate', textdate); |
|
|
|
for (let l = 0; l < textdate.length; l++) { |
|
|
|
if (textdate[l].compensate == '调休') { |
|
|
|
showdate.push([textdate[l].time, textdate[l].num]) |
|
|
@ -682,7 +682,7 @@ const Rest = (props) => { |
|
|
|
试用期: |
|
|
|
</div> |
|
|
|
<div style={{ color: '#4A4A4A', fontSize: 13 }}> |
|
|
|
{pepObj.regularDate ? moment(pepObj.regularDate).diff(pepObj.hiredate, 'months', true) + '个月' : '暂无'} |
|
|
|
{pepObj.regularDate ? moment(pepObj.regularDate).diff(pepObj.hiredate, 'months', true).toFixed(1) + '个月' : '暂无'} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{ |
|
|
@ -701,7 +701,7 @@ const Rest = (props) => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div style={{ borderRight: '1px solid #DCDEE0', margin: '-16px 0px -20px 0px' }}></div> |
|
|
|
<div style={{ marginLeft: 30, marginTop: 8, paddingRight: 30 }}> |
|
|
|
<div style={{ marginLeft: 30, marginTop: 8, paddingRight: 30, width: '38%' }}> |
|
|
|
<div style={{ color: '#4A4A4A', fontSize: 14 }}> |
|
|
|
他/她的历史工作经历与职务 |
|
|
|
</div> |
|
|
|