hailu
2022-03-25 bf0d1916eaa966886f9503b7db16ce3902b8fff8
融资租赁20220325zfw
7个文件已修改
442 ■■■■ 已修改文件
dist.rar 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/AssetManagementFinancing.vue 107 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/MovablePropertyRegistration.vue 57 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/PledgeMovableProperty.vue 57 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/receivablesMarket.vue 46 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/rentMarket.vue 133 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/trustMarket.vue 42 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.rar
Binary files differ
src/view/diligenceTools/AssetManagementFinancing.vue
@@ -120,6 +120,7 @@
                  @on-change="changePageIndex"
                  show-elevator
                  @on-page-size-change="pagesizechange"
                  ref="pagesChange1"
            />
          </div>
        </div>
@@ -373,6 +374,9 @@
      TotalItems:0,
      seniorSearchBackup:{},
      searchChange:1,
       confirmSeniorFirst:0,
      searchClickFirst:0,
      getRentListFirst:0,
      seniorSearch:{
        finance:'',
        organization:'',
@@ -489,6 +493,14 @@
    //高级搜索确定
    confirmSenior(seniorSearchValidate){
      this.searchChange=2
        this.searchChange=2
      this.searchClickFirst=1
      this.getRentListFirst=1
       if(this.confirmSeniorFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      // this.$refs[seniorSearchValidate].validate((valid) => {
      //   if (valid) {
      //     alert('success')
@@ -636,31 +648,63 @@
        this.optionsList = []
      }
    },
    changePageIndex(page){
      // console.log(page,this.TotalPages,page>this.TotalPages)
      if(page>this.TotalPages){
        this.pageIndex=1
        // console.log(page,this.TotalPages,page>this.TotalPages)
        this.$nextTick(()=>{
          this.pageIndex=1
          // this.getManageFinancingList()
           if(this.searchChange===1){
        this.getManageFinancingList()
        }else if(this.searchChange===2){
         this.confirmSenior()
      }
        })
      }else{
        this.pageIndex=page
        // this.getManageFinancingList()
         if(this.searchChange===1){
        this.getManageFinancingList()
      }else if(this.searchChange===2){
         this.confirmSenior()
      }
    // changePageIndex(page){
    //   if(page>this.TotalPages){
    //     this.pageIndex=1
    //     this.$nextTick(()=>{
    //     //   this.pageIndex=1
    //     //   // this.getManageFinancingList()
    //     //    if(this.searchChange===1){
    //     // this.getManageFinancingList()
    //     // }else if(this.searchChange===2){
    //     //  this.confirmSenior()
    //   // }
    //     if(this.searchChange===1){
    //     this.getRentList()
    //   }else if(this.searchChange===2){
    //    console.log(this.confirmSeniorFirst,this.searchClickFirst);
    //       this.confirmSenior()
    //   } else if(this.searchChange===3){
    //       this.searchClick()
    //   }
    //     }
    //     )
    //   }else{
    //   //   this.pageIndex=page
    //   //   // this.getManageFinancingList()
    //   //    if(this.searchChange===1){
    //   //   this.getManageFinancingList()
    //   // }else if(this.searchChange===2){
    //   //    this.confirmSenior()
    //   // }
    //     if(this.searchChange===1){
    //     this.getManageFinancingList()
    //   }else if(this.searchChange===2){
    //    console.log(this.confirmSeniorFirst,this.searchClickFirst);
    //       this.confirmSenior()
    //   } else if(this.searchChange===3){
    //       this.searchClick()
    //   }
    //   }
    //   $('.ManageFinancingScrollOut .ivu-table-body').animate({scrollTop: 0}, 'slow')
    //   this.pageIndex=1
    // },
     changePageIndex (page) {
      if (page > this.TotalPages) {
        this.pageIndex = 1
      } else {
        this.pageIndex = page
      }
      $('.ManageFinancingScrollOut .ivu-table-body').animate({scrollTop: 0}, 'slow')
      this.pageIndex=1
      if(this.searchChange===1){
        this.getManageFinancingList()
      }else if(this.searchChange===2){
       console.log(this.confirmSeniorFirst,this.searchClickFirst);
          this.confirmSenior()
      } else if(this.searchChange===3){
          this.searchClick()
      }
      this.pageIndex=1
    },
    /**
     * 查看点击事件
@@ -687,6 +731,13 @@
     **/
    getManageFinancingList(){
      this.searchChange=1
        this.confirmSeniorFirst=1
      this.searchClickFirst=1
      if(this.getRentListFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      this.loadingManageFinancing=true
      let data={
        PageSize:30,
@@ -764,10 +815,18 @@
     * 搜索事件
     **/
    searchClick(){
       this.searchChange=3
       this.confirmSeniorFirst=1
       this.getRentListFirst=1
        if(this.searchClickFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.searchClickFirst=0
        }
      this.loadingManageFinancing=true
      let data={
        PageSize:30,
        PageIndex:1,
        PageIndex:this.pageIndex,
        Name:this.ManageFinancingSearch,
        SelState:parseInt(this.ManageFinancing),
        // ProjectType:this.productSize,
src/view/diligenceTools/MovablePropertyRegistration.vue
@@ -243,6 +243,7 @@
                style="text-align: right"
                @on-change="changePageIndex"
                show-elevator
                ref="pagesChange1"
          />
        </div>
      </div>
@@ -2047,6 +2048,9 @@
      pageIndex: 1,
      TotalItems: 0,
      searchChange:1,
      confirmSeniorFirst:0,
      searchClickFirst:0,
      getRentListFirst:0,
      seniorSearchBackup:{},
      seniorSearch: {
        finance: '',
@@ -2097,7 +2101,8 @@
      diffList: [],
      loading_in: false,
      arrlength: 9,
      pageChange:0
      pageChange:0,
    }
  },
  created () {
@@ -2235,6 +2240,13 @@
    },
    confirmSenior (seniorSearchValidate) {
      this.searchChange=2
       this.searchClickFirst=1
      this.getRentListFirst=1
       if(this.confirmSeniorFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      // if(this.pageIndex===1){
      //   this.pageIndex=1
      // }
@@ -2250,8 +2262,8 @@
        DateOfRegistration: this.seniorSearchModal.debtEnd,
        PriContractAmount: this.seniorSearchModal.MasterContractAmount
      }
      this.$refs[seniorSearchValidate].validate((valid) => {
        if (valid) {
      // this.$refs[seniorSearchValidate].validate((valid) => {
        // if (valid) {
          this.AssetsSeniorSearch = false
          this.loadingManageFinancing = true
          axios.request({
@@ -2275,11 +2287,11 @@
            this.optionsList2 = []
            this.loadingManageFinancing = false
          })
        } else {
          this.AssetsSeniorSearch = false
          this.$Message.error('请填写相关信息')
        }
      })
        // } else {
        //   this.AssetsSeniorSearch = false
        //   this.$Message.error('请填写相关信息')
        // }
      // })
    },
    debounce2 (func, delay) {
@@ -2392,11 +2404,13 @@
        // this.pageChange=1
      }
        if(this.searchChange===1){
          this.getManageFinancingList()
       }else if(this.searchChange===2){
          this.confirmSenior('seniorSearchModal')
      }
      // this.pageIndex=1
        this.getManageFinancingList()
      }else if(this.searchChange===2){
          this.confirmSenior()
      } else if(this.searchChange===3){
          this.searchClick()
      }
      this.pageIndex=1
    },
    /**
     * 查看点击事件
@@ -2438,6 +2452,13 @@
     **/
    getManageFinancingList () {
      this.searchChange=1
       this.confirmSeniorFirst=1
      this.searchClickFirst=1
      if(this.getRentListFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      this.loadingManageFinancing = true
      let data = {
        PageSize: 30,
@@ -2511,10 +2532,18 @@
     * 搜索事件
     **/
    searchClick () {
       this.searchChange=3
       this.confirmSeniorFirst=1
       this.getRentListFirst=1
        if(this.searchClickFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.searchClickFirst=0
        }
      this.loadingManageFinancing = true
      let data = {
        PageSize: 30,
        PageIndex: 1,
        PageIndex: this.pageIndex,
        Name: this.ManageFinancingSearch,
        SelState: parseInt(this.ManageFinancing),
        TypeId: 0,
src/view/diligenceTools/PledgeMovableProperty.vue
@@ -131,6 +131,7 @@
                style="text-align: right"
                @on-change="changePageIndex"
                show-elevator
                ref="pagesChange1"
          />
        </div>
      </div>
@@ -3130,6 +3131,9 @@
      pageIndex: 1,
      TotalItems: 0,
      searchChange:1,
      confirmSeniorFirst:0,
      searchClickFirst:0,
      getRentListFirst:0,
      seniorSearchBackup:{},
      seniorSearch: {
        finance: '',
@@ -3288,7 +3292,14 @@
      this.getManageFinancingList()
    },
    confirmSenior (seniorSearchValidate) {
      this.searchChange=2
       this.searchChange=2
        this.searchClickFirst=1
      this.getRentListFirst=1
       if(this.confirmSeniorFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      this.AssetsSeniorSearch = false
      this.loadingManageFinancing = true
      let data = {
@@ -3302,6 +3313,7 @@
        RegistrationTime: this.seniorSearch.debtStarts,
        DateOfRegistration: this.seniorSearch.debtEnd
      }
      this.seniorSearchBackup=this.seniorSearch
      axios.request({
        url: '/MkPledgeRev/GetPledgeRevList',
        data,
@@ -3436,10 +3448,13 @@
      // this.getManageFinancingList()
       if(this.searchChange===1){
       this.getManageFinancingList()
      }else if(this.searchChange===2){
         this.confirmSenior()
       }else if(this.searchChange===2){
       console.log(this.confirmSeniorFirst,this.searchClickFirst);
          this.confirmSenior()
      } else if(this.searchChange===3){
          this.searchClick()
      }
      this.pageIndex=1
      this.pageIndex=1
    },
    /**
     * 查看点击事件
@@ -3502,7 +3517,14 @@
     * 获取table数据
     **/
    getManageFinancingList () {
      this.searchChange=1
        this.searchChange=1
       this.confirmSeniorFirst=1
      this.searchClickFirst=1
      if(this.getRentListFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      this.loadingManageFinancing = true
      let data = {
        PageSize: 30,
@@ -3572,10 +3594,18 @@
     * 搜索事件
     **/
    searchClick () {
       this.searchChange=3
       this.confirmSeniorFirst=1
       this.getRentListFirst=1
        if(this.searchClickFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.searchClickFirst=0
        }
      this.loadingManageFinancing = true
      let data = {
        PageSize: 30,
        PageIndex: 1,
        PageIndex: this.pageIndex,
        SelState: this.ManageFinancing,
        // TypeId:parseInt(this.productSize),
        Name: this.ManageFinancingSearch,
@@ -3610,7 +3640,6 @@
      this.AssetsSeniorSearch = true
       if(this.seniorSearchBackup===""){ 
      this.seniorSearch = {
          finance: '',
          organization: '',
          productSize: '',
@@ -3625,20 +3654,6 @@
    }else{
      this.seniorSearch=this.seniorSearchBackup
    }
      this.seniorSearch = {
        seniorSearch: {
          finance: '',
          organization: '',
          productSize: '',
          issueScale: '',
          placeIssue: '',
          financeSize: '',
          registerSize: '',
          MasterContractAmount: '',
          debtStarts: '',
          debtEnd: ''
        }
      }
    }
  },
  computed: {
src/view/diligenceTools/receivablesMarket.vue
@@ -139,6 +139,7 @@
                :page-size="30"
                style="text-align: right"
                @on-change="changePageIndex"
                 ref="pagesChange1"
                show-elevator
          />
        </div>
@@ -1722,7 +1723,10 @@
      diffList: [],
      diffarr: [],
      loading_in: false,
      searchChange:1
      searchChange:1,
      confirmSeniorFirst:0,
      searchClickFirst:0,
      getRentListFirst:0
    }
  },
  watch: {
@@ -2395,6 +2399,13 @@
    getRentList () {
      // this.rentList=[]
      this.searchChange=1
       this.confirmSeniorFirst=1
      this.searchClickFirst=1
      if(this.getRentListFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      this.loadingRent = true
      let data = {
        Name: this.rentSearch,
@@ -2437,12 +2448,14 @@
      $('.receivablesScrollOut .ivu-table-body').animate({scrollTop: 0}, 'slow')
      // this.$nextTick(() => {
        if(this.searchChange===1){
          this.getRentList()
        }else if(this.searchChange===2){
          // console.log(this.pageIndex);
        this.getRentList()
      }else if(this.searchChange===2){
       console.log(this.confirmSeniorFirst,this.searchClickFirst);
          this.confirmSenior()
          // console.log(this.pageIndex);
        }
      } else if(this.searchChange===3){
          this.searchClick()
      }
      this.pageIndex=1
      // })
    },
@@ -2451,11 +2464,17 @@
     **/
    confirmSenior (seniorSearchValidate) {
      this.searchChange=2
        this.searchClickFirst=1
      this.getRentListFirst=1
       if(this.confirmSeniorFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      this.rentList = []
      this.$nextTick(() => {
      // this.$nextTick(() => {
        this.rentSeniorSearch = false
        this.loadingRent = true
          console.log(this.pageIndex);
        let data = {
          NameOfTransferor: this.seniorSearch.NameOfTransferor,
          NameOfPledgor: this.seniorSearch.NameOfPledgor,
@@ -2467,7 +2486,6 @@
          DateOfRegistration: this.seniorSearch.DateOfRegistration,
          LoanTypeInfo: this.seniorSearch.LoanTypeInfo
        }
          console.log(this.pageIndex);
        this.seniorSearchBackup=this.seniorSearch
        axios.request({
          url: '/MkReceivablesPledge/GetMkReceivablesPledgeList',
@@ -2485,9 +2503,17 @@
        }, res => {
          this.loadingRent = false
        })
      })
      // })
    },
    searchClick () {
        this.searchChange=3
       this.confirmSeniorFirst=1
       this.getRentListFirst=1
        if(this.searchClickFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.searchClickFirst=0
        }
      this.rentList = []
      this.pageIndex = 1
      this.loadingRent = true
src/view/diligenceTools/rentMarket.vue
@@ -8,7 +8,7 @@
    </Card>
    <Card style="margin-top: 12px">
      <div v-if="topInput==='1'" class="lists_readAndEdit2" style="margin-top: 0;padding-top: 0px;font-weight:600;" >
          {{`承租人:${rentSearch}`}}
          {{`出租人:${rentSearch}`}}
      </div>
      <div class="lists_readAndEdit2" style="margin-top: 0;padding-top: 0px" v-else>
        <Select  v-model="rentPeople" style="width:100px;padding-right: 12px" size="large">
@@ -248,6 +248,32 @@
              <ul slot="content" style="width: 400px;">
                <!-- <li v-if="optionsList4 && optionsList4.length == 0">无匹配结果</li> -->
                <li v-for="(item, index) in optionsList4" :key="index" @click="tenantAbodeChange(item)"
                    class="clearfix"
                    style="cursor:pointer;padding: 4px 2px;">
                  <span style="float: left;">{{ item.Name }}</span>
                  <span
                    style="float: right;display: inline-block;border-radius: 4px;background-color: #e5f7fa;padding: 1px 4px;color: #05b6d0;">{{
                      item.IsOriginalNameMatch ? '历史名称匹配' : '名称匹配'
                    }}</span>
                </li>
              </ul>
            </Poptip>
          </FormItem>
        </div>
          <div style="display: flex;align-items: center;margin-bottom: 12px">
          <label
            style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">登记证明编号</label>
          <FormItem prop="tenantAbode" style="width:calc(100% - 100px)!important;" class="rentmanClass">
            <!--              <Input size="large"  v-model="seniorSearch.leaser" placeholder="请输入承租人住所" class="ipt_width" />-->
            <Poptip trigger="focus" placement="bottom-start" disabled transfer>
              <Input v-model="seniorSearch.regCerNumber"
                     size="large"
                     class="ipt_width"
                     placeholder="请输入登记证明编号"
              ></Input>
              <ul slot="content" style="width: 400px;">
                <!-- <li v-if="optionsList4 && optionsList4.length == 0">无匹配结果</li> -->
                <li v-for="(item, index) in optionsList5" :key="index" @click="tenantAbodeChange(item)"
                    class="clearfix"
                    style="cursor:pointer;padding: 4px 2px;">
                  <span style="float: left;">{{ item.Name }}</span>
@@ -1322,6 +1348,7 @@
      optionsList2: [],
      optionsList3: [],
      optionsList4: [],
      optionsList5: [],
      rentCheckDetail: false,
      defaultassetsmode: false,
      pageIndex: 1, // 当前页
@@ -1350,7 +1377,8 @@
        boardingTime: '',
        expirationTime: '',
        boardingTime2: '',
        expirationTime2: ''
        expirationTime2: '',
        regCerNumber:''
      },
      checkTableLists: [],
      seniorSearchValidate: {
@@ -1361,6 +1389,9 @@
          {required: true, trigger: 'change'}
        ],
         tenantAbode: [
          {required: true, trigger: 'change'}
        ],
         regCerNumber: [
          {required: true, trigger: 'change'}
        ],
        boardingSize: [
@@ -1374,7 +1405,8 @@
        ],
        expirationTime: [
          {required: true, trigger: 'change', type: 'date'}
        ]
        ],
      },
      checkId: 0,
      arrLength1: false,
@@ -1395,7 +1427,7 @@
      searchChange:1,
      confirmSeniorFirst:0,
      searchClickFirst:0,
      getRentListFirst:0
      getRentListFirst:0,
    }
  },
  mounted () {
@@ -1446,6 +1478,11 @@
      // newQuery为输入的值
      this.seniorSearch.tenantAbode = newQuery
      this.tenantsResidence()
    }, 200))
     this.$watch('seniorSearch.regCerNumber', this.debounce4((newQuery) => {
      // newQuery为输入的值
      this.seniorSearch.regCerNumber = newQuery
      this.regCerNumber()
    }, 200))
  },
  methods: {
@@ -1558,6 +1595,34 @@
        this.optionsList3 = []
      }
    },
     regCerNumber () {
      if (this.componentsType == 'noTitle' && this.firstBool) {
        console.log('只执行一次')
        this.firstBool = false
        return false
      }
      if (this.seniorSearch.regCerNumber !== '') {
        let data = {keyword: this.seniorSearch.regCerNumber}
        axios.request({
          url: '/qichacha/FuzzySearch',
          data,
          method: 'post'
        }).then(res => {
          if (res.data.Check) {
            this.optionsList5 = JSON.parse(JSON.stringify(res.data.Data))
          } else {
            this.optionsList5 = []
          }
        }, res => {
          this.optionsList5 = []
        })
      } else {
        this.optionsList5 = []
      }
    },
    regCerNumberChange(item){
 this.seniorSearch.regCerNumber = item.Name
    },
    rentLeaserChange (item) {
     console.log();
      this.seniorSearch.leaser = item.Name
@@ -1603,6 +1668,17 @@
      }
    },
    debounce4 (func, delay) {
      let timer
      return (...args) => {
        if (timer) {
          clearTimeout(timer)
        }
        timer = setTimeout(() => {
          func.apply(this, args)
        }, delay)
      }
    },
     debounce5 (func, delay) {
      let timer
      return (...args) => {
        if (timer) {
@@ -1950,7 +2026,8 @@
    /**
     *  获取租赁数据
     **/
    getRentList () {
    getRentList () {
        this.searchChange=1
      this.confirmSeniorFirst=1
      this.searchClickFirst=1
      if(this.getRentListFirst===1){
@@ -1958,7 +2035,7 @@
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      this.searchChange=1
      this.loadingRent = true
      let data = {
        Name: this.rentSearch,
@@ -2011,43 +2088,29 @@
      if(this.searchChange===1){
        this.getRentList()
      }else if(this.searchChange===2){  
       console.log(this.confirmSeniorFirst,this.searchClickFirst);
      //   if(this.confirmSeniorFirst===1){
      //     this.pageIndex=1
      //     this.$refs['pagesChange1'].currentPage = 1;
      //     this.confirmSenior()
      //     this.confirmSeniorFirst=0
      //   }else{
      //  console.log(this.confirmSeniorFirst,this.searchClickFirst);
        // console.log(this.pageIndex);
          this.confirmSenior()
        // }
      } else if(this.searchChange===3){
       console.log(this.confirmSeniorFirst,this.searchClickFirst);
        //  if(this.searchClickFirst===1){
        //   this.pageIndex=1
        //   this.$refs['pagesChange1'].currentPage = 1;
        //   this.searchClick()
        //   this.searchClickFirst=0
        // }else{
          this.searchClick()
        // }
          this.searchClick()
      }
      // this.pageIndex=1
      // this.$refs['pagesChange1'].currentPage = 1;
      this.pageIndex=1
    },
    /**
     *  高级搜索确认
     **/
    confirmSenior (seniorSearchValidate) {
      // this.confirmSeniorFirst=0
      this.searchChange=2
      this.searchClickFirst=1
      this.getRentListFirst=1
       if(this.confirmSeniorFirst===1){
      console.log(this.pageIndex);
      if(this.confirmSeniorFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
          console.log(this.pageIndex);
      // this.$refs[seniorSearchValidate].validate((valid) => {
      //   if (valid) {
      //     alert('success')
@@ -2055,10 +2118,8 @@
      //     alert('error')
      //   }
      // })
      this.searchChange=2
      this.rentList = []
      this.$nextTick(() => {
      // this.$nextTick(() => {
        this.rentSeniorSearch = false
        this.loadingRent = true
        let data = {
@@ -2072,8 +2133,10 @@
          boardingTime: this.seniorSearch.boardingTime,
          expirationTime: this.seniorSearch.expirationTime,
          boardingTime2: this.seniorSearch.boardingTime2,
          expirationTime2: this.seniorSearch.expirationTime2
          expirationTime2: this.seniorSearch.expirationTime2,
          regCerNumber:this.seniorSearch.regCerNumber
        }
        // console.log(this.pageIndex);
        if (this.componentsType == 'noTitle') {
          data.FilterLtd = 1
        }
@@ -2094,9 +2157,10 @@
        }, res => {
          this.loadingRent = false
        })
      })
      // })
    },
    searchClick () {
       this.searchChange=3
       this.confirmSeniorFirst=1
       this.getRentListFirst=1
        if(this.searchClickFirst===1){
@@ -2105,7 +2169,6 @@
          this.searchClickFirst=0
        }
      // this.searchClickFirst=0
      this.searchChange=3
      this.loadingRent = true
      this.rentList = []
      // this.pageIndex = 1
src/view/diligenceTools/trustMarket.vue
@@ -121,6 +121,7 @@
                style="text-align: right"
                @on-change="changePageIndex"
                show-elevator
                ref="pagesChange1"
          />
        </div>
      </div>
@@ -647,7 +648,10 @@
        expirationTime2:'',
        Surety:''
      },
       searchChange:1,
      searchChange:1,
      confirmSeniorFirst:0,
      searchClickFirst:0,
      getRentListFirst:0,
      checkTableList:"",
      seniorSearchValidate:{
        rentMan:[
@@ -1007,6 +1011,13 @@
     **/
    getRentList(){
      this.searchChange=1
      this.confirmSeniorFirst=1
      this.searchClickFirst=1
      if(this.getRentListFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      this.loadingRent=true
      let data={
        Name:this.rentSearch,
@@ -1051,10 +1062,13 @@
        this.pageIndex=page
      }
      $('.trustScrollOut .ivu-table-body').animate({scrollTop: 0}, 'slow')
       if(this.searchChange===1){
        if(this.searchChange===1){
        this.getRentList()
      }else if(this.searchChange===2){
         this.confirmSenior()
      }else if(this.searchChange===2){
       console.log(this.confirmSeniorFirst,this.searchClickFirst);
          this.confirmSenior()
      } else if(this.searchChange===3){
          this.searchClick()
      }
      this.pageIndex=1     
    },
@@ -1063,8 +1077,15 @@
     **/
    confirmSenior(seniorSearchValidate){
      this.searchChange=2
      this.searchClickFirst=1
      this.getRentListFirst=1
       if(this.confirmSeniorFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.confirmSeniorFirst=0
          }
      this.rentList=[]
      this.$nextTick(()=>{
      // this.$nextTick(()=>{
        this.rentSeniorSearch=false
        this.loadingRent=true
        let data={
@@ -1103,12 +1124,19 @@
        }, res => {
          this.loadingRent=false
        })
      })
      // })
    },
    searchClick(){
      this.searchChange=3
       this.confirmSeniorFirst=1
       this.getRentListFirst=1
        if(this.searchClickFirst===1){
          this.pageIndex=1
          this.$refs['pagesChange1'].currentPage = 1;
          this.searchClickFirst=0
        }
      this.loadingRent=true
      this.rentList=[]
      this.pageIndex=1
      // this.clearAway()
      let data={
        Name:this.rentSearch,