Accept Merge Request #2228: (feature/出厂检验报告模版 -> develop)

Merge Request: 出厂检验报告模版优化

Created By: @禹翔辉
Reviewed By: @胡尧
Approved By: @胡尧 
Accepted By: @禹翔辉
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/2228
This commit is contained in:
禹翔辉
2025-06-20 14:07:56 +08:00
committed by Coding

View File

@@ -202,13 +202,10 @@
</div> -->
<!-- 页脚固定在底部 -->
<!-- <div style="position: absolute; bottom: 0; left: 0; right: 0;"> -->
<!-- <t t-call="sf_quality.report_quality_footer"/>-->
<!-- </div> -->
<t t-if="o._index == len(docs) - 1">
<div style="position: absolute; bottom: 0; left: 0; right: 0;">
<t t-call="sf_quality.report_quality_footer"/>
</div>
<t t-if="loop.index == len(docs) - 1">
<!-- <div style="position: absolute; bottom: 0; left: 0; right: 0;"> -->
<t t-call="sf_quality.report_quality_footer"/>
<!-- </div> -->
</t>
</div>
</t>
@@ -334,13 +331,10 @@
</div> -->
<!-- 页脚固定在底部 -->
<!-- <div style="position: absolute; bottom: 0; left: 0; right: 0;"> -->
<!-- <t t-call="sf_quality.html_report_quality_footer"/>-->
<!-- </div> -->
<t t-if="o._index == len(docs) - 1">
<div style="position: absolute; bottom: 0; left: 0; right: 0;">
<t t-call="sf_quality.report_quality_footer"/>
</div>
<t t-if="loop.index == len(docs) - 1">
<!-- <div style="position: absolute; bottom: 0; left: 0; right: 0;"> -->
<t t-call="sf_quality.html_report_quality_footer"/>
<!-- </div> -->
</t>
</div>
</t>