|
@@ -49,56 +49,39 @@
|
|
|
<th>编号</th>
|
|
|
<th>名称</th>
|
|
|
<th>内容</th>
|
|
|
- <th>操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr>
|
|
|
+ <tr class="table-active">
|
|
|
<td>1</td>
|
|
|
<td>1</td>
|
|
|
<td>挖湿土时</td>
|
|
|
<td>人工×1.18</td>
|
|
|
- <td>
|
|
|
- <div class="form-check"><label class="form-check-label"><input type="radio" class="form-check-input" name="optionsRadios1" id="optionsRadios1" value="option1" checked>工料机整体调整</label> <label class="form-check-label"><input type="radio" class="form-check-input" name="optionsRadios1" id="optionsRadios2" value="option2">单个工料机调整</label>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>2</td>
|
|
|
<td>2</td>
|
|
|
<td>深2m以内</td>
|
|
|
<td>人工×2.63</td>
|
|
|
- <td>
|
|
|
- <div class="form-check"><label class="form-check-label"><input type="radio" class="form-check-input" name="optionsRadios2" id="optionsRadios1" value="option1">工料机整体调整</label> <label class="form-check-label"><input type="radio" class="form-check-input" name="optionsRadios2" id="optionsRadios2" value="option2" checked>单个工料机调整</label>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>3</td>
|
|
|
<td>3</td>
|
|
|
<td>深4m以内</td>
|
|
|
<td>人工×14.71</td>
|
|
|
- <td>
|
|
|
- <div class="form-check"><label class="form-check-label"><input type="radio" class="form-check-input" name="optionsRadios13" id="optionsRadios1" value="option1" checked>工料机整体调整</label> <label class="form-check-label"><input type="radio" class="form-check-input" name="optionsRadios3" id="optionsRadios2" value="option2">单个工料机调整</label>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>4</td>
|
|
|
<td>4</td>
|
|
|
<td>深6m以内</td>
|
|
|
<td>人工×26.72</td>
|
|
|
- <td>
|
|
|
- <div class="form-check"><label class="form-check-label"><input type="radio" class="form-check-input" name="optionsRadios4" id="optionsRadios1" value="option1" checked>工料机整体调整</label> <label class="form-check-label"><input type="radio" class="form-check-input" name="optionsRadios4" id="optionsRadios2" value="option2">单个工料机调整</label>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="main-content col-lg-5 p-0">
|
|
|
<div class="m-2">
|
|
|
- <p>工料机整体调整</p>
|
|
|
+ <p><div class="form-check"><label class="form-check-label"><input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios1" value="option1" checked> 工料机整体调整</label></div></p>
|
|
|
</div>
|
|
|
<table class="table table-sm table-bordered m-0">
|
|
|
<thead>
|
|
@@ -131,7 +114,7 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<div class="m-2">
|
|
|
- <p>单个工料机调整</p>
|
|
|
+ <p><div class="form-check"><label class="form-check-label"><input type="radio" class="form-check-input" name="optionsRadios1" id="optionsRadios" value="option1" checked> 单个工料机调整</label></div></p>
|
|
|
</div>
|
|
|
<table class="table table-sm table-bordered m-0">
|
|
|
<thead>
|
|
@@ -155,12 +138,50 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
+ <div class="m-2"><a href="javacript:void(0);" data-toggle="modal" data-target="#add" class="btn btn-primary btn-sm">添加</a></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <!--弹出添加-->
|
|
|
+ <div class="modal fade" id="add" data-backdrop="static" style="display: none;" aria-hidden="true">
|
|
|
+ <div class="modal-dialog" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title">添加单个工料机</h5>
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
+ <span aria-hidden="true">×</span>
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <form>
|
|
|
+ <div class="form-group">
|
|
|
+ <label>编码</label>
|
|
|
+ <input class="form-control" placeholder="输入编码" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label>名称</label>
|
|
|
+ <input class="form-control" placeholder="输入名称" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label>操作符</label>
|
|
|
+ <select class="form-control"><option>选择操作符</option><option>*</option></select>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label>数量</label>
|
|
|
+ <input class="form-control" placeholder="输入数量" type="number">
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">取消</button>
|
|
|
+ <a href="" class="btn btn-primary">确定</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!--弹出编辑-->
|
|
|
<div class="modal fade" id="editZgl" data-backdrop="static" style="display: none;" aria-hidden="true">
|
|
|
<div class="modal-dialog" role="document">
|