|
|
@@ -7,22 +7,22 @@
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-4">样品:</label>
|
|
|
<div class="col-xs-12 col-sm-5">
|
|
|
- <input id="c-name" data-rule="required" class="form-control" name="row[name]" type="text" value="{$gather['name']}">
|
|
|
+ <input id="c-name" data-rule="required" disabled class="form-control" name="row[name]" type="text" value="{$gather['name']}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-3">数据文件:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input id="c-bach" data-rule="required" class="form-control" name="row[bach]" type="text" value="{$gather['data_txt_name']}">
|
|
|
+ <input id="c-bach" data-rule="required" disabled class="form-control" name="row[bach]" type="text" value="{$gather['data_txt_name']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-2"></label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input data-rule="required" class="form-control" name="row[sell_bach]" type="text" value="{$gather['remak']}">
|
|
|
+ <input data-rule="required" disabled class="form-control" name="row[sell_bach]" type="text" value="{$gather['remak']}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2"></label>
|
|
|
- <table class="col-xs-12 col-sm-8 gridtable">
|
|
|
+ <table class="col-xs-12 col-sm-8 gridtable" style="text-align: center">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th class="col-xs-12 col-sm-2"></th>
|
|
|
@@ -56,12 +56,26 @@
|
|
|
<td>{$row['ben']}</td>
|
|
|
<td>{$row['unit']}</td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ {if $row['judge'] == '0'}
|
|
|
+ <td style="font-weight: 700; text-align: center">
|
|
|
+ 判定
|
|
|
+
|
|
|
+ 不合格</td>
|
|
|
+ {else if}
|
|
|
+ <td style="font-weight: 700; text-align: center">
|
|
|
+ 判定
|
|
|
+
|
|
|
+ 合格</td>
|
|
|
+ {/if}
|
|
|
+ <td colspan="3">{$row['remark']}</td>
|
|
|
+ </tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2"></label>
|
|
|
- <table class="col-xs-12 col-sm-8 gridtable" id="check_child">
|
|
|
+ <table class="col-xs-12 col-sm-8 gridtable" id="check_child" style="text-align: center">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th class="col-xs-12 col-sm-1">序号</th>
|
|
|
@@ -95,81 +109,81 @@
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">操作者:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input data-rule="required" class="form-control" name="row[sell_bach]" type="text" value="{$gather['author']}">
|
|
|
+ <input data-rule="required" disabled class="form-control" name="row[sell_bach]" type="text" value="{$gather['author']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-1">序列行:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input data-rule="required" class="form-control" name="row[sell_bach]" type="text" value="{$gather['line']}">
|
|
|
+ <input data-rule="required" disabled class="form-control" name="row[sell_bach]" type="text" value="{$gather['line']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-1">仪器:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input data-rule="required" class="form-control" name="row[sample_no]" type="text" value="{$gather['instrument']}">
|
|
|
+ <input data-rule="required" disabled class="form-control" name="row[sample_no]" type="text" value="{$gather['instrument']}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">位置:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input data-rule="required" class="form-control" name="row[sample_no]" type="text" value="{$gather['position']}">
|
|
|
+ <input data-rule="required" disabled class="form-control" name="row[sample_no]" type="text" value="{$gather['position']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-1">进样日期:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input id="c-sample_no" data-rule="required" class="form-control" name="row[sample_no]" type="text" value="{$gather['in_date']}">
|
|
|
+ <input id="c-sample_no" data-rule="required" disabled class="form-control" name="row[sample_no]" type="text" value="{$gather['in_date']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-1">进样次数:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input id="" data-rule="required" class="form-control" name="row[sample_no]" type="text" value="{$gather['in_times']}">
|
|
|
+ <input id="" data-rule="required" disabled class="form-control" name="row[sample_no]" type="text" value="{$gather['in_times']}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">进样量:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input id="c-no" data-rule="required" class="form-control" name="row[no]" type="text" value="{$gather['in_type']}">
|
|
|
+ <input id="c-no" data-rule="required" disabled class="form-control" name="row[no]" type="text" value="{$gather['in_type']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-1">采集方法:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input id="c-sample_status" data-rule="required" class="form-control" name="row[sample_status]" type="text" value="{$gather['gather_method']}">
|
|
|
+ <input id="c-sample_status" disabled data-rule="required" class="form-control" name="row[sample_status]" type="text" value="{$gather['gather_method']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-1">最后修改:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input data-rule="required" class="form-control" name="row[sample_status]" type="text" value="{$gather['update_date_one']}">
|
|
|
+ <input data-rule="required" disabled class="form-control" name="row[sample_status]" type="text" value="{$gather['update_date_one']}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">分析方法:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input data-rule="required" class="form-control" name="row[sample_status]" type="text" value="{$gather['analysis_method']}">
|
|
|
+ <input data-rule="required" disabled class="form-control" name="row[sample_status]" type="text" value="{$gather['analysis_method']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-1">最后修改:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input class="form-control" name="row[remark]" type="text" value="{$gather['update_date_two']}">
|
|
|
+ <input class="form-control" disabled name="row[remark]" type="text" value="{$gather['update_date_two']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-1">方法信息:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input class="form-control" name="row[remark]" type="text" value="{$gather['method_info']}">
|
|
|
+ <input class="form-control" disabled name="row[remark]" type="text" value="{$gather['method_info']}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">排序:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input class="form-control" name="row[remark]" type="text" value="{$gather['sort']}">
|
|
|
+ <input class="form-control" disabled name="row[remark]" type="text" value="{$gather['sort']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-1">校正数据修改时间:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input class="form-control" name="row[remark]" type="text" value="{$gather['check_data_time']}">
|
|
|
+ <input class="form-control" disabled name="row[remark]" type="text" value="{$gather['check_data_time']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-1">乘积因子:</label>
|
|
|
<div class="col-xs-12 col-sm-2">
|
|
|
- <input class="form-control" name="row[remark]" type="text" value="{$gather['sample_product_factor']}">
|
|
|
+ <input class="form-control" disabled name="row[remark]" type="text" value="{$gather['sample_product_factor']}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">稀释因子:</label>
|
|
|
<div class="col-xs-12 col-sm-3">
|
|
|
- <input class="form-control" name="row[remark]" type="text" value="{$gather['dilution_factor']}">
|
|
|
+ <input class="form-control" disabled name="row[remark]" type="text" value="{$gather['dilution_factor']}">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-2">信号 1:</label>
|
|
|
<div class="col-xs-12 col-sm-3">
|
|
|
- <input class="form-control" name="row[remark]" type="text" value="{$gather['signal_one']}">
|
|
|
+ <input class="form-control" disabled name="row[remark]" type="text" value="{$gather['signal_one']}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<input type="hidden" id="id" value="{$id}">
|
|
|
@@ -228,12 +242,18 @@
|
|
|
<td>{$row['unit']}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td style="font-weight: 700; text-align: center">判断</td>
|
|
|
{if $row['judge'] == '0'}
|
|
|
- <td colspan="3">不合格</td>
|
|
|
+ <td style="font-weight: 700; text-align: center">
|
|
|
+ 判定
|
|
|
+
|
|
|
+ 不合格</td>
|
|
|
{else if}
|
|
|
- <td colspan="3">合格</td>
|
|
|
+ <td style="font-weight: 700; text-align: center">
|
|
|
+ 判定
|
|
|
+
|
|
|
+ 合格</td>
|
|
|
{/if}
|
|
|
+ <td colspan="3">{$row['remark']}</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|