|
|
|
@ -6,6 +6,7 @@
@@ -6,6 +6,7 @@
|
|
|
|
|
<h3 class="subtitle">出厂检验报告</h3> |
|
|
|
|
|
|
|
|
|
<table class="table"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td>产品名称</td> |
|
|
|
|
<td>边缘控制器</td> |
|
|
|
@ -24,6 +25,7 @@
@@ -24,6 +25,7 @@
|
|
|
|
|
<td>设备编号</td> |
|
|
|
|
<td>CCU-M-01-2403-020026</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
<h4 class="result">检查结果</h4> |
|
|
|
@ -201,16 +203,18 @@
@@ -201,16 +203,18 @@
|
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<table class="table res-table"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td class="conclusion" rowspan="2">建议结论</td> |
|
|
|
|
<td colspan="4">边缘控制器</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="inspector">检验员</td> |
|
|
|
|
<td class="value">xs</td> |
|
|
|
|
<td class="value"></td> |
|
|
|
|
<td class="data">检验日期</td> |
|
|
|
|
<td class="value">2024.12.2</td> |
|
|
|
|
<td class="value"></td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
<div class="footer"> |
|
|
|
@ -405,7 +409,7 @@ async function generateAndPrintPDF() {
@@ -405,7 +409,7 @@ async function generateAndPrintPDF() {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.remark { |
|
|
|
|
min-width: 120px; |
|
|
|
|
min-width: 140px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|