|
|
@ -703,7 +703,7 @@
|
|
|
|
<body link=blue vlink=purple >
|
|
|
|
<body link=blue vlink=purple >
|
|
|
|
|
|
|
|
|
|
|
|
<table border=0 cellpadding=0 cellspacing=0 width=1027 style='border-collapse:
|
|
|
|
<table border=0 cellpadding=0 cellspacing=0 width=1027 style='border-collapse:
|
|
|
|
collapse;table-layout:fixed;width:770pt;margin: auto'>
|
|
|
|
collapse;table-layout:fixed;width:770pt;margin: auto' id="app">
|
|
|
|
<col width=180 style='mso-width-source:userset;width:135pt'>
|
|
|
|
<col width=180 style='mso-width-source:userset;width:135pt'>
|
|
|
|
<col width=113 span=2 style='mso-width-source:userset;width:84.75pt'>
|
|
|
|
<col width=113 span=2 style='mso-width-source:userset;width:84.75pt'>
|
|
|
|
<col width=105 style='mso-width-source:userset;width:78.75pt'>
|
|
|
|
<col width=105 style='mso-width-source:userset;width:78.75pt'>
|
|
|
@ -728,10 +728,10 @@
|
|
|
|
<td class=x32 style="font-weight:bold;">文件数量</td>
|
|
|
|
<td class=x32 style="font-weight:bold;">文件数量</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr height=34 style='mso-height-source:userset;height:26pt' id='r3'>
|
|
|
|
<tr height=34 style='mso-height-source:userset;height:26pt' id='r3'>
|
|
|
|
<td colspan=2 height=32 class=x28 style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;height:24.5pt;'>
|
|
|
|
<td colspan=2 height=32 class='x28 frameworkId' style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;height:24.5pt;'>
|
|
|
|
[[${tdFileProvide.frameworkId}]]
|
|
|
|
[[${tdFileProvide.frameworkId}]]
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td colspan=2 class=x28 style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>
|
|
|
|
<td colspan=2 class='x28 areaid' style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>
|
|
|
|
[[${tdFileProvide.areaid}]]
|
|
|
|
[[${tdFileProvide.areaid}]]
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td colspan=2 class=x28 style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>
|
|
|
|
<td colspan=2 class=x28 style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>
|
|
|
@ -770,6 +770,15 @@
|
|
|
|
function printPage() {
|
|
|
|
function printPage() {
|
|
|
|
window.print();
|
|
|
|
window.print();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
$.ajax({
|
|
|
|
|
|
|
|
url: ctx + "system/area/getAllList",
|
|
|
|
|
|
|
|
type: 'GET',
|
|
|
|
|
|
|
|
data:{parentId:''} ,
|
|
|
|
|
|
|
|
success:((res)=>{
|
|
|
|
|
|
|
|
document.querySelector('.frameworkId').innerHTML = getCity(res.data,[[${tdFileProvide.frameworkId}]])
|
|
|
|
|
|
|
|
document.querySelector('.areaid').innerHTML = getCity(res.data,[[${tdFileProvide.areaid}]])
|
|
|
|
|
|
|
|
}) ,
|
|
|
|
|
|
|
|
});
|
|
|
|
function conversionDate(date){
|
|
|
|
function conversionDate(date){
|
|
|
|
var year = date.getFullYear();
|
|
|
|
var year = date.getFullYear();
|
|
|
|
var month = String(date.getMonth() + 1).padStart(2, '0'); // 月份从 0 开始,需要加 1
|
|
|
|
var month = String(date.getMonth() + 1).padStart(2, '0'); // 月份从 0 开始,需要加 1
|
|
|
|