diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/print.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/print.html
index 1405cb2..57d007b 100644
--- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/print.html
+++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/print.html
@@ -729,33 +729,33 @@
- [[${tdFileProvide.frameworkId}]]
+ [[${tdCarrier.areaCity}]]
|
- [[${tdFileProvide.areaid}]]
+ [[${tdCarrier.areaDistrict}]]
|
- [[${tdFileReceives[0].fileName}]]
+ [[${tdCarrier.carrierName}]]
|
- [[${tdFileProvide.provideCount}]] |
+ [[${tdCarrier.carrierCount}]] |
接收单位 |
编号 |
- 下发人员 |
- 下发日期 |
+ 发放人员 |
+ 发放时间 |
-
+
- [[${propertynum.receiveDepartid}]]
+ [[${tdCarrier.receivingUnits}]]
|
- [[${tdFileProvide.fileNum}]]
+ [[${tdCarrier.carrierNumber}]]
|
- [[${tdFileProvide.provideUserid}]]
+ [[${tdCarrier.issuingUser}]]
|
- [[${tdFileProvide.provideDate}]] |
+ [[${tdCarrier.issuingTime}]] |
@@ -775,8 +775,8 @@
type: 'GET',
data:{parentId:''} ,
success:((res)=>{
- document.querySelector('.frameworkId').innerHTML = getCity(res.data,[[${tdFileProvide.frameworkId}]])
- document.querySelector('.areaid').innerHTML = getCity(res.data,[[${tdFileProvide.areaid}]])
+ document.querySelector('.frameworkId').innerHTML = getCity(res.data,[[${tdCarrier.areaCity}]])
+ document.querySelector('.areaid').innerHTML = getCity(res.data,[[${tdCarrier.areaDistrict}]])
}) ,
});
function conversionDate(date){