|
|
@@ -8,24 +8,29 @@
|
|
|
<h5>可选标段</h5>
|
|
|
<div id="sf-spread" style="height: 300px"></div>
|
|
|
</div>
|
|
|
- <div class="modal-footer">
|
|
|
- <div class="form-check form-check-inline">汇总条件:</div>
|
|
|
- <div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="radio" name="final_type" id="inlineRadio2" value="code" <%if (ctx.budget.final_type === 'code') {%> checked <% }%>>
|
|
|
- <label class="form-check-label" for="inlineRadio2">编号</label>
|
|
|
- </div>
|
|
|
- <div class="form-check form-check-inline" style="margin-right: 136px">
|
|
|
- <input class="form-check-input" type="radio" name="final_type" id="inlineRadio3" value="code_name" <%if (ctx.budget.final_type === 'code_name') {%> checked <% }%>>
|
|
|
- <label class="form-check-label" for="inlineRadio3">编号+名称</label>
|
|
|
- </div>
|
|
|
- <div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="sf-select-all">
|
|
|
- <label class="form-check-label" for="sr-select-all">全选</label>
|
|
|
+ <div class="modal-footer" style="justify-content: space-between">
|
|
|
+ <div class="d-flex">
|
|
|
+ <div class="form-check form-check-inline">汇总条件:</div>
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input" type="radio" name="final_type" id="inlineRadio2" value="code" <%if (ctx.budget.final_type === 'code') {%> checked <% }%>>
|
|
|
+ <label class="form-check-label" for="inlineRadio2">编号</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input" type="radio" name="final_type" id="inlineRadio3" value="code_name" <%if (ctx.budget.final_type === 'code_name') {%> checked <% }%>>
|
|
|
+ <label class="form-check-label" for="inlineRadio3">编号+名称</label>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div>
|
|
|
- <button type="button" class="btn btn-sm btn-secondary" data-dismiss="modal">取消</button>
|
|
|
- <button type="button" class="btn btn-sm btn-primary" id="select-final-ok">确定</button>
|
|
|
+ <div class="d-flex">
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input" type="checkbox" id="sf-select-all">
|
|
|
+ <label class="form-check-label" for="sr-select-all">全选</label>
|
|
|
+ </div>
|
|
|
+ <div class="d-inline-flex">
|
|
|
+ <button type="button" class="btn btn-sm btn-secondary" data-dismiss="modal">取消</button>
|
|
|
+ <button type="button" class="btn btn-sm btn-primary ml-1" id="select-final-ok">确定</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+ </div>iv>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|