|
@@ -431,11 +431,13 @@
|
|
|
<div class="tab-pane fade" id="v-pills-3" role="tabpanel" >
|
|
|
<!--操作-->
|
|
|
<div class="d-flex justify-content-end mt-3">
|
|
|
- <button type="button" class="btn btn-sm btn-outline-primary" id="edit-3">编辑</button>
|
|
|
- </div>
|
|
|
- <div class="d-flex justify-content-end mt-3">
|
|
|
- <button type="button" class="btn btn-sm btn-outline-success" id="post-3"><i class="fa fa-check"></i> 提交</button>
|
|
|
- <button type="button" class="btn btn-sm btn-outline-danger" id="cancel-3"><i class="fa fa-close"></i> 取消</button>
|
|
|
+ <div>
|
|
|
+ <button type="button" class="btn btn-sm btn-outline-primary" id="edit-3"> 编辑</button>
|
|
|
+ </div>
|
|
|
+ <div style="display: none">
|
|
|
+ <button type="button" class="btn btn-sm btn-outline-success" id="post-3"><i class="fa fa-check"></i> 提交</button>
|
|
|
+ <button type="button" class="btn btn-sm btn-outline-danger" id="cancel-3"><i class="fa fa-close"></i> 取消</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<legend class="mt-3">清单精度</legend>
|
|
|
<!--默认显示-->
|
|
@@ -556,8 +558,16 @@
|
|
|
</div>
|
|
|
<div class="tab-pane fade" id="v-pills-4" role="tabpanel" >
|
|
|
<!--操作-->
|
|
|
- <div class="d-flex justify-content-end mt-3"><button type="button" class="btn btn-sm btn-outline-primary">编辑</button></div>
|
|
|
- <div class="d-flex justify-content-end mt-3"><button type="button" class="btn btn-sm btn-outline-success"><i class="fa fa-check"></i> 提交</button> <button type="button" class="btn btn-sm btn-outline-danger"><i class="fa fa-close"></i> 取消</button></div>
|
|
|
+ <!--操作-->
|
|
|
+ <div class="d-flex justify-content-end mt-3">
|
|
|
+ <div>
|
|
|
+ <button type="button" class="btn btn-sm btn-outline-primary" id="edit-4"> 编辑</button>
|
|
|
+ </div>
|
|
|
+ <div style="display: none">
|
|
|
+ <button type="button" class="btn btn-sm btn-outline-success" id="post-4"><i class="fa fa-check"></i> 提交</button>
|
|
|
+ <button type="button" class="btn btn-sm btn-outline-danger" id="cancel-4"><i class="fa fa-close"></i> 取消</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<legend class="mt-3">合同参数</legend>
|
|
|
<!--默认显示-->
|
|
|
<div class="form-group">
|