@ -4,7 +4,7 @@
xmlns="http://www.w3.org/TR/REC-html40">
xmlns="http://www.w3.org/TR/REC-html40">
< head >
< 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 http-equiv = Content-Type content = "text/html; charset=utf-8" >
< meta name = ProgId content = Excel.Sheet >
< meta name = ProgId content = Excel.Sheet >
< meta name = Generator content = "Aspose.Cell " >
< meta name = Generator content = "Aspose.Cell " >
@ -609,7 +609,7 @@
collapse;table-layout:fixed;width:499pt;margin: 0 auto;'>
collapse;table-layout:fixed;width:499pt;margin: 0 auto;'>
< col width = 111 span = 6 style = 'mso-width-source:userset;width:83.25pt' >
< 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' >
< 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 >
< tr height = 37 style = 'mso-height-source:userset;height:28pt' id = 'r1' >
< 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 >
< 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 >
< td class = x25 id = "entryDate" > [[${user.startdate}]]< / td >
< / tr >
< / tr >
< tr height = 75 style = 'mso-height-source:userset;height:56.5pt' id = 'r3' >
< 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 >
< td colspan = 5 class = x22 style = 'border-right:1px solid windowtext;border-bottom:1px solid windowtext;' > [[${leaveuser.leavereason}]]< / td >
< / tr >
< / tr >
< tr height = 84 style = 'mso-height-source:userset;height:63.5pt' id = 'r4' >
< tr height = 84 style = 'mso-height-source:userset;height:63.5pt' id = 'r4' >
@ -669,7 +669,7 @@
return year + '-' + month + '-' + day
return year + '-' + month + '-' + day
}
}
document.querySelector('#entryDate').innerHTML =conversionDate(new Date(document.querySelector('#entryDate').innerHTML))
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 examinestateDatas = [[${@dict.getType('sys_examine_state')}]];
var examinestateToFind = document.querySelector('#examinestate').innerHTML;
var examinestateToFind = document.querySelector('#examinestate').innerHTML;