所有项目or带我审核,顶部默认只展示一行

master
suhang_max@163.com 2022-12-06 16:45:50 +08:00
parent fd955ccd27
commit 6486567b80
2 changed files with 267 additions and 264 deletions

View File

@ -3,7 +3,7 @@
<@defaultLayout.layout>
<link rel="stylesheet" href="../assets/css/amazeui.switch.css"/>
<style type="text/css">
<style type="text/css">
.huanhang{
// 表格自动换行
table-layout:fixed;
@ -65,7 +65,8 @@
width: 100%;
}
</style>
</style>
<div class="admin-content">
<div class="am-cf am-padding" style="padding:1rem 1.6rem 1.6rem 1rem;margin:0px;">
<!-- padding:1px 2px 3px 4px;上、右、下,和左 -->
@ -160,6 +161,7 @@
}
</style>
<div class="search-table">
<#--第一行默认展示-->
<div class="flex-row st-row">
<div class="st-col">
<div class="st-col-title">项目编号</div>
@ -205,6 +207,9 @@
</div>
</div>
</div>
<!-- 扩展区域 -->
<div class="expand-section <#if extend='1'> fold</#if>">
<!-- 第二行 -->
<div class="flex-row st-row">
<div class="st-col">
@ -233,7 +238,7 @@
<select data-am-selected="{btnSize: 'sm',btnWidth: '100%',maxHeight: 500,searchBox: 1}" id="underwrittenMode" name="underwrittenMode">
<option value="-1">全部</option>
<option value="1" <#if underwrittenMode?? && underwrittenMode='1'>selected</#if>>A类-不垫资</option>
<#-- <option value="2" <#if underwrittenMode?? && underwrittenMode='2'>selected</#if>>B类-不垫资(背靠背)</option>-->
<#-- <option value="2" <#if underwrittenMode?? && underwrittenMode='2'>selected</#if>>B类-不垫资(背靠背)</option>-->
<option value="3" <#if underwrittenMode?? && underwrittenMode='3'>selected</#if>>B类-垫资(账期覆盖)</option>
<option value="4" <#if underwrittenMode?? && underwrittenMode='4'>selected</#if>>C类-垫资(账期不覆盖)</option>
</select>
@ -304,8 +309,6 @@
</div>
</div>
</div>
<!-- 扩展区域 -->
<div class="expand-section <#if extend='1'> fold</#if>">
<!-- 第四行 -->
<div class="flex-row st-row">
<div class="st-col expand-section <#if extend='1'> fold</#if>">
@ -390,9 +393,6 @@
</div>
</div>
</div>
</div>
<!-- 扩展区域 -->
<div class="expand-section <#if extend='1'> fold</#if>">
<!-- 第五行 -->
<div class="flex-row st-row">
<div class="st-col st-col-4">
@ -453,6 +453,7 @@
</div>
</div>
</div>
<#-- 按钮 -->
<div class="flex-row tools-row">
<button type="button" class="am-btn am-btn-default am-btn-sm am-text-secondary"
id="extend" value="${extend!}">扩展筛选项
@ -1153,6 +1154,7 @@
</@defaultLayout.layout>
<script type="text/javascript" src="../modal/js/modal.js"></script>
<script src="../assets/js/amazeui.switch.js"></script>
<script src="${base}/assets/js/project_common.js"></script>

View File

@ -157,6 +157,7 @@
}
</style>
<div class="search-table">
<#--第一行默认展示-->
<div class="flex-row st-row">
<div class="st-col">
<div class="st-col-title">项目编号</div>
@ -202,6 +203,9 @@
</div>
</div>
</div>
<!-- 扩展区域 -->
<div class="expand-section <#if extend='1'> fold</#if>">
<!-- 第二行 -->
<div class="flex-row st-row">
<div class="st-col">
@ -230,7 +234,7 @@
<select data-am-selected="{btnSize: 'sm',btnWidth: '100%',maxHeight: 500,searchBox: 1}" id="underwrittenMode" name="underwrittenMode">
<option value="-1">全部</option>
<option value="1" <#if underwrittenMode?? && underwrittenMode='1'>selected</#if>>A类-不垫资(战略合作)</option>
<#-- <option value="2" <#if underwrittenMode?? && underwrittenMode='2'>selected</#if>>B类-不垫资(背靠背)</option>-->
<#-- <option value="2" <#if underwrittenMode?? && underwrittenMode='2'>selected</#if>>B类-不垫资(背靠背)</option>-->
<option value="3" <#if underwrittenMode?? && underwrittenMode='3'>selected</#if>>B类-垫资(账期覆盖)</option>
<option value="4" <#if underwrittenMode?? && underwrittenMode='4'>selected</#if>>C类-垫资(账期不覆盖)</option>
</select>
@ -301,8 +305,6 @@
</div>
</div>
</div>
<!-- 扩展区域 -->
<div class="expand-section <#if extend='1'> fold</#if>">
<!-- 第四行 -->
<div class="flex-row st-row">
<div class="st-col expand-section <#if extend='1'> fold</#if>">
@ -387,9 +389,6 @@
</div>
</div>
</div>
</div>
<!-- 扩展区域 -->
<div class="expand-section <#if extend='1'> fold</#if>">
<!-- 第五行 -->
<div class="flex-row st-row">
<div class="st-col st-col-4">
@ -450,6 +449,8 @@
</div>
</div>
</div>
<!-- 按钮 -->
<div class="flex-row tools-row">
<button type="button" class="am-btn am-btn-default am-btn-sm am-text-secondary"
id="extend" value="${extend!}">扩展筛选项