|
@@ -13,7 +13,7 @@
|
|
|
<div class="form-group">
|
|
|
<h6>项目列表默认显示</h6>
|
|
|
<div class="card w-50">
|
|
|
- <ul class="list-group list-group-flush">
|
|
|
+ <ul class="list-group list-group-flush" id="tenderList">
|
|
|
<% showList.forEach(function(item, idx) { %>
|
|
|
<li class="list-group-item">
|
|
|
<%= item.label_name %>
|
|
@@ -69,43 +69,6 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!--<div class="form-group">-->
|
|
|
- <!--<label>台账列显示</label>-->
|
|
|
- <!--<table class="table table-hover table-bordered">-->
|
|
|
- <!--<thead><tr><th>名称</th><th>是否显示</th><th>别名</th><th>位置</th></tr></thead>-->
|
|
|
- <!--<tbody id="ledger_col_list">-->
|
|
|
- <!--<% for (const sl of sjsRela.ledgerCol) { %>-->
|
|
|
- <!--<tr>-->
|
|
|
- <!--<td><%- sl.name %></td>-->
|
|
|
- <!--<td>-->
|
|
|
- <!--<div class="form-check form-check-inline">-->
|
|
|
- <!--<input class="form-check-input" type="checkbox" id="inlineCheckbox-<%- sl.field %>" <% if (sl.show) { %>checked<% } %> onchange="updateColShow('ledgerCol', '<%- sl.field %>', this);">-->
|
|
|
- <!--<label class="form-check-label" for="inlineCheckbox-<%- sl.field %>"></label>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--</td>-->
|
|
|
- <!--<td>-->
|
|
|
- <!--<div class="input-group input-group-sm" style="width:90px">-->
|
|
|
- <!--<input type="text" class="form-control" value="<%- sl.alias %>" onchange="updateColAlias('ledgerCol', '<%- sl.field%>', this);">-->
|
|
|
- <!--</div>-->
|
|
|
- <!--</td>-->
|
|
|
- <!--<td>-->
|
|
|
- <!--<% if (sl.pos) { %>-->
|
|
|
- <!--<div class="input-group input-group-sm">-->
|
|
|
- <!--<select class="form-control form-control-sm" onchange="updateColPos('ledgerCol', '<%- sl.field%>', this)" value="<%- sl.pos %>" org="<%- sl.pos %>">-->
|
|
|
- <!--<% for (const r of settingConst.exMemoPosRange[sl.field]) { %>-->
|
|
|
- <!--<option value="<%- r.key %>" <% if (sl.pos === r.key) {%>selected<% } %>><%- r.hint %></option>-->
|
|
|
- <!--<% } %>-->
|
|
|
- <!--</select>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--<% } else { %>-->
|
|
|
- <!--<span class="form-control-sm text-warning"><%- sl.hint || '' %></span>-->
|
|
|
- <!--<% } %>-->
|
|
|
- <!--</td>-->
|
|
|
- <!--</tr>-->
|
|
|
- <!--<% } %>-->
|
|
|
- <!--</tbody>-->
|
|
|
- <!--</table>-->
|
|
|
- <!--</div>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|