|
@@ -6,25 +6,30 @@
|
|
|
<y-page-list-layout :get-page-list="getMajorStat" :page-list="majorStat" :page-para="listQuery1" :pageSizes="[10, 20, 30, 50, 100, 200, 500, 1000]">
|
|
|
<template slot="left">
|
|
|
<el-input v-model="listQuery1.keyword" placeholder="项目编号、产品号、人员、金额" clearable
|
|
|
- style="width: 300px;float: left;">
|
|
|
+ style="width: 250px;float: left;">
|
|
|
</el-input>
|
|
|
- <el-select clearable v-model="listQuery1.ifSaveFile" placeholder="归档状态" style="margin-left: 20px;width: 150px;float: left;">
|
|
|
+ <el-select clearable v-model="listQuery1.ifSaveFile" placeholder="归档状态" style="margin-left: 10px;width: 100px;float: left;">
|
|
|
<el-option :value="false" label="未归档">未归档</el-option>
|
|
|
<el-option :value="true" label="已归档">已归档</el-option>
|
|
|
- </el-select>
|
|
|
- <el-select clearable v-model="listQuery1.financial" placeholder="分类" style="width: 150px;float: left;margin-left:20px;">
|
|
|
- <el-option :value="true" label="金融">金融</el-option>
|
|
|
- <el-option :value="false" label="非金融">非金融</el-option>
|
|
|
- </el-select>
|
|
|
- <el-date-picker clearable v-model="claimDate" type="daterange" align="center" unlink-panels
|
|
|
+ </el-select>
|
|
|
+ <el-select clearable v-model="listQuery1.financial" placeholder="分类" style="width: 100px;float: left;margin-left:10px;">
|
|
|
+ <el-option :value="true" label="金融">金融</el-option>
|
|
|
+ <el-option :value="false" label="非金融">非金融</el-option>
|
|
|
+ </el-select>
|
|
|
+ <el-select clearable v-model="listQuery1.evaluateDepartmentName" placeholder="评估部" style="width: 100px;float: left;margin-left:10px;">
|
|
|
+ <el-option value="评估一部" label="评估一部">评估一部</el-option>
|
|
|
+ <el-option value="评估二部" label="评估二部">评估二部</el-option>
|
|
|
+ <el-option value="评估三部" label="评估三部">评估三部</el-option>
|
|
|
+ </el-select>
|
|
|
+ <el-date-picker clearable v-model="claimDate" type="daterange" align="center" unlink-panels
|
|
|
range-separator="至" start-placeholder="认领日期(开始)" end-placeholder="认领日期(结束)" :picker-options="pickerOptions"
|
|
|
- value-format="yyyy-MM-dd" style="margin-left: 20px;float: left;">
|
|
|
- </el-date-picker>
|
|
|
- <el-date-picker clearable v-model="paymentDate" type="daterange" align="center" unlink-panels
|
|
|
+ value-format="yyyy-MM-dd" style="margin-left: 10px;float: left;">
|
|
|
+ </el-date-picker>
|
|
|
+ <el-date-picker clearable v-model="paymentDate" type="daterange" align="center" unlink-panels
|
|
|
range-separator="至" start-placeholder="到账日期(开始)" end-placeholder="到账日期(结束)" :picker-options="pickerOptions"
|
|
|
- value-format="yyyy-MM-dd" style="margin-left: 20px;float: left;">
|
|
|
+ value-format="yyyy-MM-dd" style="margin-left: 10px;float: left;">
|
|
|
</el-date-picker>
|
|
|
- <el-button class="filter-item" style="margin-left:20px;float: left;" type="primary" @click="searchList1" round>搜索
|
|
|
+ <el-button class="filter-item" style="margin-left:10px;float: left;" type="primary" @click="searchList1" round>搜索
|
|
|
</el-button>
|
|
|
<el-button class="filter-item" style="float: left;" round type="success" @click="resetSearch1()">重置
|
|
|
</el-button>
|
|
@@ -189,6 +194,7 @@
|
|
|
keyword:null,
|
|
|
startDate: '',
|
|
|
endDate: '',
|
|
|
+ evaluateDepartmentName:null
|
|
|
},
|
|
|
majorStat:{
|
|
|
records:[]
|