|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
xmlns="http://www.w3.org/TR/REC-html40">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<th:block th:include="include :: header('离职登记表')" />
|
|
|
|
|
<th:block th:include="include :: header('离职离岗登记表')" />
|
|
|
|
|
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
|
|
|
|
|
<meta name=ProgId content=Excel.Sheet>
|
|
|
|
|
<meta name=Generator content="Aspose.Cell ">
|
|
|
|
@ -609,7 +609,7 @@
|
|
|
|
|
collapse;table-layout:fixed;width:499pt;margin: 0 auto;'>
|
|
|
|
|
<col width=111 span=6 style='mso-width-source:userset;width:83.25pt'>
|
|
|
|
|
<tr height=38 style='mso-height-source:userset;height:28.5pt' id='r0'>
|
|
|
|
|
<td colspan=6 height=38 class=x26 width=666 style='height:28.5pt;'>人员离职登记表</td>
|
|
|
|
|
<td colspan=6 height=38 class=x26 width=666 style='height:28.5pt;'>人员离职离岗登记表</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr height=37 style='mso-height-source:userset;height:28pt' id='r1'>
|
|
|
|
|
<td colspan=6 height=36 class=x27 style='border-bottom:1px solid windowtext;height:27.25pt;'>申请日期:</td>
|
|
|
|
@ -623,7 +623,7 @@
|
|
|
|
|
<td class=x25 id="entryDate">[[${user.startdate}]]</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr height=75 style='mso-height-source:userset;height:56.5pt' id='r3'>
|
|
|
|
|
<td height=73 class=x21 style='height:55pt;'>离职原因</td>
|
|
|
|
|
<td height=73 class=x21 style='height:55pt;'>离职离岗原因</td>
|
|
|
|
|
<td colspan=5 class=x22 style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>[[${leaveuser.leavereason}]]</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr height=84 style='mso-height-source:userset;height:63.5pt' id='r4'>
|
|
|
|
@ -669,7 +669,7 @@
|
|
|
|
|
return year + '-' + month + '-' + day
|
|
|
|
|
}
|
|
|
|
|
document.querySelector('#entryDate').innerHTML =conversionDate(new Date(document.querySelector('#entryDate').innerHTML))
|
|
|
|
|
document.querySelector('.liquidate').innerHTML ='离职日期:' + conversionDate(new Date(document.querySelector('.liquidate').innerHTML))
|
|
|
|
|
document.querySelector('.liquidate').innerHTML ='离职离岗日期:' + conversionDate(new Date(document.querySelector('.liquidate').innerHTML))
|
|
|
|
|
//领导意见
|
|
|
|
|
var examinestateDatas = [[${@dict.getType('sys_examine_state')}]];
|
|
|
|
|
var examinestateToFind = document.querySelector('#examinestate').innerHTML;
|
|
|
|
|