|
|
@@ -144,20 +144,20 @@
|
|
|
<div class="form-group layer-footer">
|
|
|
<label class="control-label col-xs-12 col-sm-2"></label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
- <button type="button" class="btn btn-default btn-embossed print-link">打印</button>
|
|
|
+ <button type="button" style="background-color: #18bc9c;color: white" class="btn btn-default btn-embossed print-link">打印</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
</form>
|
|
|
<!--===================打印数据===============-->
|
|
|
<div id="print" style="display: none;">
|
|
|
- <h1 style="text-align: center">{$gather['name']}</h1>
|
|
|
- <h3 style="text-align: center">
|
|
|
+ <p style="text-align: center;font-size: 18px">{$gather['name']} {$gather['bach']} </p>
|
|
|
+ <p style="text-align: center">
|
|
|
数据文件:
|
|
|
{$gather['data_txt_name']}
|
|
|
|
|
|
采集: {$gather['gather_time']}
|
|
|
- </h3>
|
|
|
+ </p>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2"></label>
|
|
|
<table style="text-align: center" border="1">
|
|
|
@@ -191,6 +191,14 @@
|
|
|
<td>{$row['ben']}</td>
|
|
|
<td>{$row['unit']}</td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ <td style="font-weight: 700; text-align: center">判断</td>
|
|
|
+ {if $row['judge'] == '0'}
|
|
|
+ <td colspan="3">不合格</td>
|
|
|
+ {else if}
|
|
|
+ <td colspan="3">合格</td>
|
|
|
+ {/if}
|
|
|
+ </tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|