提交 6298624e authored 作者: 133's avatar 133

[模版修改] zjm

上级 72b32891
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
<p class="title" style="margin-bottom:20px"> <p class="title" style="margin-bottom:20px">
<div class="main-title"> <div class="main-title">
<span> <span>
${title} ${title!}
</span> </span>
</div> </div>
</p> </p>
...@@ -199,11 +199,11 @@ ...@@ -199,11 +199,11 @@
<td> <td>
${dev.code!} ${dev.code!}
</td> </td>
<td>${dev.model}</td> <td>${dev.model!}</td>
<td>${dev.category}</td> <td>${dev.category!}</td>
<td>${dev.securityClassification}</td> <td>${dev.securityClassification!}</td>
<td>${dev.applicationField}</td> <td>${dev.applicationField!}</td>
<td>${dev.deviceSerialNumber}</td> <td>${dev.deviceSerialNumber!}</td>
</tr> </tr>
</#list> </#list>
</table> </table>
......
...@@ -307,12 +307,12 @@ ...@@ -307,12 +307,12 @@
<div class="title"> <div class="title">
<div class="main-title"> <div class="main-title">
<span> <span>
工作交接单2 工作交接单
</span> </span>
</div> </div>
<div style="width:100%;text-align:left;font-size: 1px;margin-bottom:20px"> <div style="width:100%;text-align:left;font-size: 1px;margin-bottom:20px">
<div style="text-align:left;display: inline-block; width: 49%" class="number"> <div style="text-align:left;display: inline-block; width: 49%" class="number">
<span class="number">时间:${time}</span> <span class="number">时间:${time!}</span>
</div> </div>
<!-- <div style="text-align:center;display: inline-block; width: 34%" class="number"> <!-- <div style="text-align:center;display: inline-block; width: 34%" class="number">
<span></span> <span></span>
...@@ -341,14 +341,14 @@ ...@@ -341,14 +341,14 @@
<td> <td>
${dev.code!} ${dev.code!}
</td> </td>
<td>${dev.model}</td> <td>${dev.model!}</td>
<td>${dev.name}</td> <td>${dev.name!}</td>
<td>${dev.inLibraryNum}</td> <td>${dev.inLibraryNum!}</td>
<td>${dev.repairNum}</td> <td>${dev.repairNum!}</td>
<td>${dev.scrappedNum}</td> <td>${dev.scrappedNum!}</td>
<td>${dev.retiredNum}</td> <td>${dev.retiredNum!}</td>
<td>${dev.otherNum}</td> <td>${dev.otherNum!}</td>
<td>${dev.seqs}</td> <td>${dev.seqs!}</td>
</tr> </tr>
</#list> </#list>
</table> </table>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论