|
|
@@ -8,7 +8,7 @@
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('No')}:</label>
|
|
|
<div class="col-xs-12 col-sm-3">
|
|
|
- <input id="c-no" class="form-control" name="row[no]" type="text">
|
|
|
+ <input id="c-no" class="form-control" name="row[no]" type="text" value="Q/ZM 001-2022">
|
|
|
</div>
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Name')}:</label>
|
|
|
<div class="col-xs-12 col-sm-3">
|
|
|
@@ -16,10 +16,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--<div class="form-group">-->
|
|
|
- <!--<label class="control-label col-xs-12 col-sm-2">{:__('List_name')}:</label>-->
|
|
|
- <!--<div class="col-xs-12 col-sm-8">-->
|
|
|
- <!--<input id="c-list_name" class="form-control" name="row[list_name]" type="text">-->
|
|
|
- <!--</div>-->
|
|
|
+ <!--<label class="control-label col-xs-12 col-sm-2">{:__('List_name')}:</label>-->
|
|
|
+ <!--<div class="col-xs-12 col-sm-8">-->
|
|
|
+ <!--<input id="c-list_name" class="form-control" name="row[list_name]" type="text">-->
|
|
|
+ <!--</div>-->
|
|
|
<!--</div>-->
|
|
|
<div class="form-group" style="display:none;">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Userid')}:</label>
|
|
|
@@ -51,35 +51,35 @@
|
|
|
<div id="detail">
|
|
|
<label class="control-label col-xs-12 col-sm-2">检测项目集:</label>
|
|
|
<div class="col-xs-12 col-sm-8" style="">
|
|
|
- <table class="col-xs-12 col-sm-12 gridtable" id="check_child" border="1">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th style="text-align: center" class="col-xs-12 col-sm-2">项目名称</th>
|
|
|
- <th style="text-align: center" class="col-xs-12 col-sm-2">参数名称</th>
|
|
|
- <th style="text-align: center" class="col-xs-12 col-sm-2">标准值类型</th>
|
|
|
- <th style="text-align: center" class="col-xs-12 col-sm-1">上限数学符号</th>
|
|
|
- <th style="text-align: center" class="col-xs-12 col-sm-1">上限值</th>
|
|
|
- <th style="text-align: center" class="col-xs-12 col-sm-1">下限数学符号</th>
|
|
|
- <th style="text-align: center" class="col-xs-12 col-sm-1">下限值</th>
|
|
|
- <th style="text-align: center" class="col-xs-12 col-sm-2">操作</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <td><input class="form-control pro_name" name="row[remark]" type="text"></td>
|
|
|
- <td><input class="form-control params" name="row[remark]" type="text"></td>
|
|
|
- <td><input class="form-control standard" name="row[remark]" type="text" value="数值型"></td>
|
|
|
- <td><input class="form-control max_character" name="row[remark]" type="text" value="<"></td>
|
|
|
- <td><input class="form-control max" name="row[remark]" type="text"></td>
|
|
|
- <td><input class="form-control min_character" name="row[remark]" type="text" value=">"></td>
|
|
|
- <td><input class="form-control min" name="row[remark]" type="text"></td>
|
|
|
- <td style="text-align: center">
|
|
|
- <button type="button" class="btn btn-success add">添加</button>
|
|
|
- <button type="button" class="btn btn-danger del">删除</button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+ <table class="col-xs-12 col-sm-12 gridtable" id="check_child" border="1">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th style="text-align: center" class="col-xs-12 col-sm-2">项目名称</th>
|
|
|
+ <th style="text-align: center" class="col-xs-12 col-sm-2">参数名称</th>
|
|
|
+ <th style="text-align: center" class="col-xs-12 col-sm-2">标准值类型</th>
|
|
|
+ <th style="text-align: center" class="col-xs-12 col-sm-1">上限数学符号</th>
|
|
|
+ <th style="text-align: center" class="col-xs-12 col-sm-1">上限值</th>
|
|
|
+ <th style="text-align: center" class="col-xs-12 col-sm-1">下限数学符号</th>
|
|
|
+ <th style="text-align: center" class="col-xs-12 col-sm-1">下限值</th>
|
|
|
+ <th style="text-align: center" class="col-xs-12 col-sm-2">操作</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><input class="form-control pro_name" name="row[remark]" type="text" value=""></td>
|
|
|
+ <td><input class="form-control params" name="row[remark]" type="text" value=""></td>
|
|
|
+ <td><input class="form-control standard" name="row[remark]" type="text" value="数值型"></td>
|
|
|
+ <td><input class="form-control max_character" name="row[remark]" type="text" value="≤"></td>
|
|
|
+ <td><input class="form-control max" name="row[remark]" type="text"></td>
|
|
|
+ <td><input class="form-control min_character" name="row[remark]" type="text" value="≥"></td>
|
|
|
+ <td><input class="form-control min" name="row[remark]" type="text" value=""></td>
|
|
|
+ <td style="text-align: center">
|
|
|
+ <button type="button" class="btn btn-success add">添加</button>
|
|
|
+ <button type="button" class="btn btn-danger del">删除</button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
</div>
|
|
|
|