调整报告逻辑
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<!-- 使用公开访问URL的二维码 -->
|
||||
<img t-att-src="'/report/barcode/QR/%s?width=100&height=100' % o.get_report_url()" style="width:80px;height:80px"/>
|
||||
<div style="font-size: 14px;">
|
||||
<strong>报告编号: </strong><span t-field="o.name"/>
|
||||
<strong>报告编号: </strong><span t-if="o.report_number_id" t-field="o.report_number_id"/> <span t-else="">ceshi</span>
|
||||
</div>
|
||||
<!-- 添加扫码提示 -->
|
||||
<div style="font-size: 12px;">
|
||||
|
||||
Reference in New Issue
Block a user