Accept Merge Request #2235: (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/2235
This commit is contained in:
@@ -202,7 +202,20 @@
|
||||
</div> -->
|
||||
|
||||
<div class="footer">
|
||||
<!-- <div style="border-top: 2px solid black;"></div> -->
|
||||
<div style="border-top: 2px solid black;"></div>
|
||||
<t t-if="loop.last">
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<p>售后服务: <span t-field="o.company_id.phone"/></p>
|
||||
<p>公司名称: <span t-field="o.company_id.name"/></p>
|
||||
<p>加工工厂: <span t-field="o.company_id.factory_name"/></p>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<p>公司网址: <span t-field="o.company_id.website"/></p>
|
||||
<p>公司邮箱: <span t-field="o.company_id.email"/></p>
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
<div class="text-center">
|
||||
<span>第<span class="page"/> 页/共 <span class="topage"/>页</span>
|
||||
</div>
|
||||
@@ -216,18 +229,6 @@
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
<div style="border-top: 3px solid black;"></div>
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<p>售后服务: <span t-field="docs[0].company_id.phone"/></p>
|
||||
<p>公司名称: <span t-field="docs[0].company_id.name"/></p>
|
||||
<p>加工工厂: <span t-field="docs[0].company_id.factory_name"/></p>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<p>公司网址: <span t-field="docs[0].company_id.website"/></p>
|
||||
<p>公司邮箱: <span t-field="docs[0].company_id.email"/></p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template id="html_report_quality_inspection">
|
||||
|
||||
Reference in New Issue
Block a user