2.把贷款统计、融资统计中的交易记录,单独做个菜单(只要结果数据/放款和驳回)
This commit is contained in:
		| @@ -52,39 +52,39 @@ | ||||
|       </p> | ||||
|       <div id="columnChart"></div> | ||||
|     </div> | ||||
|     <div class="table-content chart-content"> | ||||
|       <div class="title">交易记录</div> | ||||
|       <ai-search-bar style="padding:20px 20px 0 20px;"> | ||||
|         <template #left> | ||||
|           <ai-select v-model="search.status" placeholder="状态" clearable | ||||
|                      :selectList="dict.getDict('financingDemandStatus')" @change="getList()"></ai-select> | ||||
|           <ai-search label="申请时间"> | ||||
|             <el-date-picker size="small" placeholder="请选择" type="daterange" | ||||
|                             start-placeholder="开始日期" | ||||
|                             end-placeholder="结束日期" | ||||
|                             style="width: 258px;" | ||||
|                             value-format="yyyy-MM-dd" | ||||
|                             v-model="stuTime" | ||||
|                             @change="changeTime"/> | ||||
|           </ai-search> | ||||
|         </template> | ||||
|         <template #right> | ||||
|           <el-input size="small" placeholder="联系人/身份证号/企业主体/贷款银行" v-model="search.name" clearable @change="getList()"/> | ||||
|           <ai-download :instance="instance" url="appfinancingdemand/export" :params="search" | ||||
|             fileName="交易记录"> | ||||
|             <el-button icon="iconfont iconExported">导出</el-button> | ||||
|           </ai-download>         | ||||
|         </template> | ||||
|       </ai-search-bar> | ||||
|       <ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size" | ||||
|                 @getList="getList" :col-configs="colConfigs" :dict="dict" style="padding:0 20px 20px 20px;"> | ||||
|         <el-table-column slot="options" label="状态" fixed="right" width="100" align="center"> | ||||
|           <template slot-scope="{row}"> | ||||
|             <span :class="`status${row.status}`">{{ dict.getLabel('financingDemandStatus', row.status) }}</span> | ||||
|           </template> | ||||
|         </el-table-column> | ||||
|       </ai-table> | ||||
|     </div> | ||||
| <!--    <div class="table-content chart-content">--> | ||||
| <!--      <div class="title">交易记录</div>--> | ||||
| <!--      <ai-search-bar style="padding:20px 20px 0 20px;">--> | ||||
| <!--        <template #left>--> | ||||
| <!--          <ai-select v-model="search.status" placeholder="状态" clearable--> | ||||
| <!--                     :selectList="dict.getDict('financingDemandStatus')" @change="getList()"></ai-select>--> | ||||
| <!--          <ai-search label="申请时间">--> | ||||
| <!--            <el-date-picker size="small" placeholder="请选择" type="daterange"--> | ||||
| <!--                            start-placeholder="开始日期"--> | ||||
| <!--                            end-placeholder="结束日期"--> | ||||
| <!--                            style="width: 258px;"--> | ||||
| <!--                            value-format="yyyy-MM-dd"--> | ||||
| <!--                            v-model="stuTime"--> | ||||
| <!--                            @change="changeTime"/>--> | ||||
| <!--          </ai-search>--> | ||||
| <!--        </template>--> | ||||
| <!--        <template #right>--> | ||||
| <!--          <el-input size="small" placeholder="联系人/身份证号/企业主体/贷款银行" v-model="search.name" clearable @change="getList()"/>--> | ||||
| <!--          <ai-download :instance="instance" url="appfinancingdemand/export" :params="search"--> | ||||
| <!--            fileName="交易记录">--> | ||||
| <!--            <el-button icon="iconfont iconExported">导出</el-button>--> | ||||
| <!--          </ai-download>        --> | ||||
| <!--        </template>--> | ||||
| <!--      </ai-search-bar>--> | ||||
| <!--      <ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size"--> | ||||
| <!--                @getList="getList" :col-configs="colConfigs" :dict="dict" style="padding:0 20px 20px 20px;">--> | ||||
| <!--        <el-table-column slot="options" label="状态" fixed="right" width="100" align="center">--> | ||||
| <!--          <template slot-scope="{row}">--> | ||||
| <!--            <span :class="`status${row.status}`">{{ dict.getLabel('financingDemandStatus', row.status) }}</span>--> | ||||
| <!--          </template>--> | ||||
| <!--        </el-table-column>--> | ||||
| <!--      </ai-table>--> | ||||
| <!--    </div>--> | ||||
|   </section> | ||||
| </template> | ||||
|  | ||||
| @@ -170,7 +170,7 @@ export default { | ||||
|           this.lineChartInit(monthList, applyList, auditList) | ||||
|         } | ||||
|       }) | ||||
|       this.getList() | ||||
|       // this.getList() | ||||
|     }, | ||||
|     getList() { | ||||
|       let status = this.search.status || 999 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user