hailu
2023-03-23 b85f21d6b3d24854cbd4738302164f16b5013ac0
抵质押情况
12个文件已修改
15910 ■■■■■ 已修改文件
dist.rar 补丁 | 查看 | 原始文档 | blame | 历史
src/components/main/components/header-bar/header-bar.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/routers.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/AccountsReceivable.vue 101 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/AssetManagementPrivateFunding.vue 3514 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/Mortgagepledge.vue 12014 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/Trustfinancing.vue 52 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/bankCreditNo.vue 47 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/bankMarket.vue 94 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/leasefinancing.vue 46 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/rentMarket.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/trustMarket.vue 32 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.rar
Binary files differ
src/components/main/components/header-bar/header-bar.vue
@@ -135,7 +135,7 @@
      this.showBoolean = false
    }else if (a === 'rentExchangeZF' || a === 'rentExchangeCompanyZF') {
      this.title2 = '企业评估'
      this.title3 = '政信公司'
      this.title3 = '城投平台'
      this.showBoolean = false
    }  else if (a === 'enterpriseRelationshipMining') {
      this.title1 = '企业挖掘'
@@ -183,7 +183,7 @@
          this.showBoolean = false
        } else if (data === 'rentExchangeZF') {
          this.title2 = '企业评估'
          this.title3 = '政信公司'
          this.title3 = '城投平台'
          this.showBoolean = false
        } else if (data === 'zijinjiankong') {
          this.title1 = '实时监控中心'
src/router/routers.js
@@ -374,7 +374,7 @@
                notCache: true,
                access: ['no_admin', 'rentExchangeZF'],
                icon: 'custom custom-yinhangliushuifenxi_b',
                title: '政信公司'
                title: '城投平台'
            },
            component: () =>
                import ('@/view/rentExchangeZF/rentExchangeCompanyZF.vue')
src/view/diligenceTools/AccountsReceivable.vue
@@ -1517,7 +1517,7 @@
          <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">融资类型</label>
          <FormItem prop="LoanTypeInfo" style="width:calc(100% - 150px)!important;">
            <!--            <Input size="large"  v-model="seniorSearch.LoanTypeInfo" placeholder="请输入融资类型" class="ipt_width" />-->
            <Select v-model="seniorSearch.LoanTypeInfo"  class="ipt_width"  size="large"  placeholder="请选择融资类型">
            <Select v-model="seniorSearch.LoanTypeInfo"   class="ipt_width"  size="large"  placeholder="请选择融资类型">
              <Option value="全部">全部</Option>
              <Option value="应收账款质押">应收账款质押</Option>
              <Option value="应收账款转让">应收账款转让</Option>
@@ -1527,7 +1527,7 @@
        <div style="display: flex;align-items: center;margin-bottom: 12px">
          <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">登记类型</label>
          <FormItem prop="boardingSize" style="width:calc(100% - 150px)!important;">
            <Select v-model="seniorSearch.boardingSize" class="ipt_width" size="large" placeholder="请输入登记类型">
            <Select v-model="seniorSearch.boardingSize" @on-select="chooseBoardingSize" multiple class="ipt_width" size="large" placeholder="请输入登记类型">
              <Option value="全部">全部</Option>
              <Option value="初始登记">初始登记</Option>
              <Option value="变更登记">变更登记</Option>
@@ -1540,28 +1540,44 @@
          <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">主合同金额/融资金额</label>
          <FormItem prop="PriContractAmount" style="width:calc(100% - 150px)!important;">
            <!--              <Input size="large"  v-model="CustomMethods.numTo$(seniorSearch.financingAmount)" placeholder="请输入融资金额" class="ipt_width" />-->
            <cashInput v-model="seniorSearch.PriContractAmount"
            <!-- <cashInput v-model="seniorSearch.PriContractAmount"
                       size="large"
                       :rule="/^(-?\d+)(\.\d+)?$/"
                       placeholder="请输入合同金额/融资金额(元)"
                       class="ipt_width"
            >
              <Icon :custom="CustomMethods.cashIcon(seniorSearch.PriContractAmount)" slot="suffix"/>
            </cashInput>
            </cashInput> -->
            <Select v-model="seniorSearch.PriContractAmount" size="large" class="ipt_width" multiple placeholder="请输入融资金额(元)" @on-select="choosePriContractAmount">
              <Option value="全部">全部</Option>
              <Option value="100万以下">100万以下</Option>
              <Option value="100万~1000万">100万~1000万</Option>
              <Option value="1000万~5000万">1000万~5000万</Option>
              <Option value="5000万~1亿">5000万~1亿</Option>
              <Option value="1亿以上">1亿以上</Option>
            </Select>
          </FormItem>
        </div>
        <div style="display: flex;align-items: center;margin-bottom: 12px">
          <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">质押/转让财产价值</label>
          <FormItem prop="ValueOfPledgedPro" style="width:calc(100% - 150px)!important;">
            <!--              <Input size="large"  v-model="CustomMethods.numTo$(seniorSearch.financingAmount)" placeholder="请输入融资金额" class="ipt_width" />-->
            <cashInput v-model="seniorSearch.ValueOfPledgedPro"
            <!-- <cashInput v-model="seniorSearch.ValueOfPledgedPro"
                       size="large"
                       :rule="/^(-?\d+)(\.\d+)?$/"
                       placeholder="请输入质押/转让财产价值(元)"
                       class="ipt_width"
            >
              <Icon :custom="CustomMethods.cashIcon(seniorSearch.ValueOfPledgedPro)" slot="suffix"/>
            </cashInput>
            </cashInput> -->
            <Select v-model="seniorSearch.ValueOfPledgedPro" size="large" class="ipt_width" multiple placeholder="请输入融资金额(元)" @on-select="chooseValueOfPledgedPro">
              <Option value="全部">全部</Option>
              <Option value="100万以下">100万以下</Option>
              <Option value="100万~1000万">100万~1000万</Option>
              <Option value="1000万~5000万">1000万~5000万</Option>
              <Option value="5000万~1亿">5000万~1亿</Option>
              <Option value="1亿以上">1亿以上</Option>
            </Select>
          </FormItem>
        </div>
        <div style="display: flex;align-items: center;margin-bottom: 12px">
@@ -1893,6 +1909,60 @@
      );
    },
    methods: {
      chooseBoardingSize(value){
      console.log(value);
      this.$nextTick(()=>{
        if(this.seniorSearch.boardingSize.indexOf(value.value)){
          if(this.seniorSearch.boardingSize.indexOf('全部')>-1&&value.value!='全部'){
            for(let i=0;i<this.seniorSearch.boardingSize.length;i++){
             if(this.seniorSearch.boardingSize[i]=='全部'){
              this.seniorSearch.boardingSize.splice(i,1)
              return
             }
            }
           }
           if(value.value==='全部'){
            this.seniorSearch.boardingSize=['全部']
           }
        }
      })
    },
      choosePriContractAmount(value){
      console.log(value);
      this.$nextTick(()=>{
        if(this.seniorSearch.PriContractAmount.indexOf(value.value)){
          if(this.seniorSearch.PriContractAmount.indexOf('全部')>-1&&value.value!='全部'){
            for(let i=0;i<this.seniorSearch.PriContractAmount.length;i++){
             if(this.seniorSearch.PriContractAmount[i]=='全部'){
              this.seniorSearch.PriContractAmount.splice(i,1)
              return
             }
            }
           }
           if(value.value==='全部'){
            this.seniorSearch.PriContractAmount=['全部']
           }
        }
      })
    },
      chooseValueOfPledgedPro(value){
      console.log(value);
      this.$nextTick(()=>{
        if(this.seniorSearch.ValueOfPledgedPro.indexOf(value.value)){
          if(this.seniorSearch.ValueOfPledgedPro.indexOf('全部')>-1&&value.value!='全部'){
            for(let i=0;i<this.seniorSearch.ValueOfPledgedPro.length;i++){
             if(this.seniorSearch.ValueOfPledgedPro[i]=='全部'){
              this.seniorSearch.ValueOfPledgedPro.splice(i,1)
              return
             }
            }
           }
           if(value.value==='全部'){
            this.seniorSearch.ValueOfPledgedPro=['全部']
           }
        }
      })
    },
      confirmSenior (seniorSearchValidate) {
        let fenlei = true;
        if (this.tabName === "tab1") {
@@ -1914,17 +1984,22 @@
        this.loadingRent = true
        let data = {
          // NameOfTransferor: this.seniorSearch.NameOfTransferor,
          NameOfTransferor: this.searchName,
          // NameOfTransferor: this.searchName,
          Name:this.searchName,
          NameOfPledgor: this.seniorSearch.NameOfPledgor,
          PageSize: 30,
          PageIndex: this.pageIndex,
          PriContractAmount: this.seniorSearch.PriContractAmount,
          ValueOfPledgedPro: this.seniorSearch.ValueOfPledgedPro,
          RegistrationTime: this.seniorSearch.RegistrationTime,
          DateOfRegistration: this.seniorSearch.DateOfRegistration,
          LoanTypeInfo: this.seniorSearch.LoanTypeInfo,
          PriContractAmount: this.seniorSearch.PriContractAmount?this.seniorSearch.PriContractAmount.join(' or '):'',
          ValueOfPledgedPro: this.seniorSearch.ValueOfPledgedPro?this.seniorSearch.ValueOfPledgedPro.join(' or '):'',
          RegistrationTime: this.seniorSearch.RegistrationTime?this.seniorSearch.RegistrationTime:'',
          DateOfRegistration: this.seniorSearch.DateOfRegistration?this.seniorSearch.DateOfRegistration:'',
          LoanTypeInfo: this.seniorSearch.LoanTypeInfo?this.seniorSearch.LoanTypeInfo:'',
          regCerNumber:this.seniorSearch.regCerNumber,
          sizeAll:this.seniorSearch.boardingSize
          sizeAll:this.seniorSearch.boardingSize?this.seniorSearch.boardingSize.join(' or '):'',
          LoantType:parseInt(this.rentPeople),
          SubLtdFlag: true,
          RegistrationType: this.RegistrationType,
        }
        console.log(data)
        this.seniorSearchBackup=this.seniorSearch
src/view/diligenceTools/AssetManagementPrivateFunding.vue
Diff too large
src/view/diligenceTools/Mortgagepledge.vue
Diff too large
src/view/diligenceTools/Trustfinancing.vue
@@ -511,7 +511,7 @@
        <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="financingAmount" style="width:calc(100% - 100px)!important;">
            <Select v-model="seniorSearch.financingAmount" size="large"  class="ipt_width" placeholder="请输入融资金额(元)">
            <Select v-model="seniorSearch.financingAmount" size="large" @on-select="chooseFinancingAmount" multiple  class="ipt_width" placeholder="请输入融资金额(元)">
              <Option value="全部">全部</Option>
              <Option value="100万以下">100万以下</Option>
              <Option value="100万~1000万">100万~1000万</Option>
@@ -524,7 +524,7 @@
            <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="boardingSize" style="width:calc(100% - 100px)!important;">
                <Select v-model="seniorSearch.boardingSize" class="ipt_width"  size="large" placeholder="请输入登记类型">
                <Select v-model="seniorSearch.boardingSize" @on-select="chooseBoardingSize"  multiple class="ipt_width"  size="large" placeholder="请输入登记类型">
                  <Option value="一年以内">一年以内</Option>
                  <Option value="1-3年">1-3年</Option>
                  <Option value="3-5年">3-5年</Option>
@@ -871,7 +871,43 @@
      );
    },
    methods: {
        confirmSenior(seniorSearchValidate){
      chooseFinancingAmount(value){
      console.log(value);
      this.$nextTick(()=>{
        if(this.seniorSearch.financingAmount.indexOf(value.value)){
          if(this.seniorSearch.financingAmount.indexOf('全部')>-1&&value.value!='全部'){
            for(let i=0;i<this.seniorSearch.financingAmount.length;i++){
             if(this.seniorSearch.financingAmount[i]=='全部'){
              this.seniorSearch.financingAmount.splice(i,1)
              return
             }
            }
           }
           if(value.value==='全部'){
            this.seniorSearch.financingAmount=['全部']
           }
        }
      })
    },
    chooseBoardingSize(value){
      console.log(value);
      this.$nextTick(()=>{
        if(this.seniorSearch.boardingSize.indexOf(value.value)){
          if(this.seniorSearch.boardingSize.indexOf('全部')>-1&&value.value!='全部'){
            for(let i=0;i<this.seniorSearch.boardingSize.length;i++){
             if(this.seniorSearch.boardingSize[i]=='全部'){
              this.seniorSearch.boardingSize.splice(i,1)
              return
             }
            }
           }
           if(value.value==='全部'){
            this.seniorSearch.boardingSize=['全部']
           }
        }
      })
    },
     confirmSenior(seniorSearchValidate){
      this.searchChange=2
      this.searchClickFirst=1
      this.getRentListFirst=1
@@ -890,18 +926,20 @@
          // Surety
          // RegTime  成立时间
          // TrustTimeLimit 期限
          Financier:this.searchName,
          // Financier:this.searchName,
          Name:this.searchName,
          TrustCompany:this.seniorSearch.leaser,
          Surety:this.seniorSearch.Surety,
          PageSize:30,
          PageIndex:this.pageIndex,
          ActualFinAmount:this.seniorSearch.financingAmount,
          TrustTimeLimit:this.seniorSearch.boardingSize,
          ActualFinAmount:this.seniorSearch.financingAmount?this.seniorSearch.financingAmount.join(' or '):'',
          TrustTimeLimit:this.seniorSearch.boardingSize?this.seniorSearch.boardingSize.join(' or '):'',
          boardingTime:this.seniorSearch.boardingTime,
          expirationTime:this.seniorSearch.expirationTime,
          //boardingTime2:this.seniorSearch.boardingTime2,
          RegTime:this.seniorSearch.expirationTime2,
          IssuedTo:this.seniorSearch.IssuedTo
          IssuedTo:this.seniorSearch.IssuedTo,
          SubLtdFlag: true
        }
       this.seniorSearchBackup=this.seniorSearch
        axios.request({
src/view/diligenceTools/bankCreditNo.vue
@@ -1253,19 +1253,21 @@
            let data = {
                pageIndex: this.pageIndex,
                pageSize: 20,
                conditionals: [],
                // conditionals: [],
            };
            if (this.rentPeople == 0) {
                data.conditionals = []
                // data.conditionals = []
                this.rentList = []
                this.loadingRent1 = true
            } else if (this.rentPeople == 1 && this.rentSearch) {
                // data.conditionals = [{ "fieldName": "Financier", "ConditionalType": 1, "FieldValue": this.rentSearch }]
                data.conditionals = [{ "fieldName": "companyName", "ConditionalType": 1, "FieldValue": this.rentSearch }]
                // data.conditionals = [{ "fieldName": "CompanyName", "ConditionalType": 1, "FieldValue": this.rentSearch }]
                data.CompanyName=this.rentSearch
                this.rentList = []
                this.loadingRent1 = true
            } else if (this.rentPeople == 2 && this.rentSearch) {
                data.conditionals = [{ "fieldName": "ClosingDate", "ConditionalType": 5, "FieldValue": this.rentSearch }]
                // data.conditionals = [{ "fieldName": "ClosingDate", "ConditionalType": 5, "FieldValue": this.rentSearch }]
                data.ClosingDateMax=this.rentSearch
                this.rentList = []
                this.loadingRent1 = true
            } else if (this.rentPeople != 0 && this.rentSearch == '') {
@@ -1350,43 +1352,51 @@
                // area: '',
                // expirationTime: '',
            }
            let conditionals = []
            // let conditionals = []
            if (this.seniorSearch.conpanyName) {
                conditionals.push({ "fieldName": "CompanyName", "ConditionalType": 1, "FieldValue": this.seniorSearch.conpanyName })
                // conditionals.push({ "fieldName": "CompanyName", "ConditionalType": 1, "FieldValue": this.seniorSearch.conpanyName })/
                data.CompanyName=this.seniorSearch.conpanyName
                this.rentList = []
                this.loadingRent1 = true
            }
            if (this.seniorSearch.Industry) {
                conditionals.push({ "fieldName": "Industry", "ConditionalType": 6, "FieldValue": this.seniorSearch.Industry.join(',') })
                // conditionals.push({ "fieldName": "Industry", "ConditionalType": 6, "FieldValue": this.seniorSearch.Industry.join(',') })
                data.Industry=this.seniorSearch.Industry
                this.rentList = []
                this.loadingRent1 = true
            }
            if (this.seniorSearch.SubjectRating) {
                conditionals.push({ "fieldName": "Rating", "ConditionalType": 6, "FieldValue": this.seniorSearch.SubjectRating.join(',') })
                // conditionals.push({ "fieldName": "Rating", "ConditionalType": 6, "FieldValue": this.seniorSearch.SubjectRating.join(',') })
                // data.Rating=this.seniorSearch.SubjectRating.join(',')
                data.Rating=this.seniorSearch.SubjectRating
                this.rentList = []
                this.loadingRent1 = true
            }
            if (this.seniorSearch.Nature) {
                conditionals.push({ "fieldName": "EnterpriseNature", "ConditionalType": 6, "FieldValue": this.seniorSearch.Nature.join(',') })
                // conditionals.push({ "fieldName": "EnterpriseNature", "ConditionalType": 6, "FieldValue": this.seniorSearch.Nature.join(',') })
                // data.EnterpriseNature=this.seniorSearch.Nature.join(',')
                data.EnterpriseNature=this.seniorSearch.Nature
                this.rentList = []
                this.loadingRent1 = true
            } if (this.seniorSearch.area) {
                console.log(this.seniorSearch.area);
                conditionals.push({ "fieldName": "Area", "ConditionalType": 6, "FieldValue": this.seniorSearch.area.join(',') })
                // conditionals.push({ "fieldName": "Area", "ConditionalType": 6, "FieldValue": this.seniorSearch.area.join(',') })
                data.Area=this.seniorSearch.area.join(',')
                this.rentList = []
                this.loadingRent1 = true
            } if (this.seniorSearch.expirationTime) {
                conditionals.push({ "fieldName": "ClosingDate", "ConditionalType": 5, "FieldValue": this.seniorSearch.expirationTime })
                // conditionals.push({ "fieldName": "ClosingDate", "ConditionalType": 5, "FieldValue": this.seniorSearch.expirationTime })
                data.ClosingDateMax=this.seniorSearch.expirationTime
                this.rentList = []
                this.loadingRent1 = true
            }
            for(let i=0;i<conditionals.length;i++){
                if(conditionals[i].FieldValue==''){
                    conditionals.splice(i,1)
                    i--
                }
            }
            data.conditionals = conditionals
            // for(let i=0;i<conditionals.length;i++){
            //     if(conditionals[i].FieldValue==''){
            //         conditionals.splice(i,1)
            //         i--
            //     }
            // }
            // data.conditionals = conditionals
            if (this.componentsType == 'noTitle') {
                data.FilterLtd = 1
            }
@@ -2059,7 +2069,6 @@
    border: 1px solid #2D8CF0;
}
/* ed4014 */
.ivu-form-item-error .ivu-select-visible .ivu-select-selection {
    /* border-color: #DCDEE2; */
    border: 1px solid #2D8CF0;
src/view/diligenceTools/bankMarket.vue
@@ -1147,32 +1147,38 @@
            this.gjss=false
            let data = {
                // companyName: '',
                // Financier: this.rentSearch,
                // debitBank: '',
                // statrDateRange1: '',
                // closingDateRange1: '',
                pageIndex: this.pageIndex,
                pageSize: 20,
                conditionals: [],
                // conditionals: [],
            };
            if (this.rentPeople == 0) {
                data.conditionals = []
                // data.conditionals = []
                this.BorrowingdetailsList1 = []
                this.loadingRent = true
            } else if (this.rentPeople == 1 && this.rentSearch) {
                data.conditionals = [{ "fieldName": "Financier", "ConditionalType": 1, "FieldValue": this.rentSearch }]
                // data.conditionals = [{ "fieldName": "Financier", "ConditionalType": 1, "FieldValue": this.rentSearch }]
                data.Financier=this.rentSearch
                this.BorrowingdetailsList1 = []
                this.loadingRent = true
            } else if (this.rentPeople == 2 && this.rentSearch) {
                data.conditionals = [{ "fieldName": "debitBank", "ConditionalType": 1, "FieldValue": this.rentSearch }]
                // data.conditionals = [{ "fieldName": "debitBank", "ConditionalType": 1, "FieldValue": this.rentSearch }]
                data.debitBank=this.rentSearch
                this.BorrowingdetailsList1 = []
                this.loadingRent = true
            } else if (this.rentPeople == 3 && this.rentSearch) {
                data.conditionals = [{ "fieldName": "StartDate", "ConditionalType": 3, "FieldValue": this.rentSearch }]
                // data.conditionals = [{ "fieldName": "StartDate", "ConditionalType": 3, "FieldValue": this.rentSearch }]
                data.StartDateMin=this.rentSearch
                this.BorrowingdetailsList1 = []
                this.loadingRent = true
            } else if (this.rentPeople == 4 && this.rentSearch) {
                data.conditionals = [{ "fieldName": "ClosingDate", "ConditionalType": 5, "FieldValue": this.rentSearch }]
                // data.conditionals = [{ "fieldName": "ClosingDate", "ConditionalType": 5, "FieldValue": this.rentSearch }]
                data.ClosingDateMax=this.rentSearch
                this.BorrowingdetailsList1 = []
                this.loadingRent = true
            } else if (this.rentPeople != 0 && this.rentSearch == '') {
@@ -1258,49 +1264,68 @@
                // FinancingAmount:'',
                // DebitBank:''
            }
            let conditionals = []
            // let conditionals = []
            if (this.seniorSearch.Financier) {
                conditionals.push({ "fieldName": "Financier", "ConditionalType": 1, "FieldValue": this.seniorSearch.Financier })
                // conditionals.push({ "fieldName": "Financier", "ConditionalType": 1, "FieldValue": this.seniorSearch.Financier })
                data.Financier=this.seniorSearch.Financier
            }
            if (this.seniorSearch.Listing) {
                conditionals.push({ "fieldName": "Listing", "ConditionalType": 1, "FieldValue": this.seniorSearch.Listing })
                // conditionals.push({ "fieldName": "Listing", "ConditionalType": 1, "FieldValue": this.seniorSearch.Listing })
                data.Listing=this.seniorSearch.Listing
            }
            if (this.seniorSearch.IssueBonds) {
                conditionals.push({ "fieldName": "IssueBonds", "ConditionalType": 1, "FieldValue": this.seniorSearch.IssueBonds })
                // conditionals.push({ "fieldName": "IssueBonds", "ConditionalType": 1, "FieldValue": this.seniorSearch.IssueBonds })
                data.IssueBonds= this.seniorSearch.IssueBonds
            }
            if (this.seniorSearch.Area) {
                console.log(this.seniorSearch.Area);
                // for (let i = 0; i < this.seniorSearch.Area.length; i++) {
                    conditionals.push({ "fieldName": "Area", "ConditionalType": 6, "FieldValue": this.seniorSearch.Area.join(',') })
                // }
                    // conditionals.push({ "fieldName": "Area", "ConditionalType": 6, "FieldValue": this.seniorSearch.Area.join(',') })
                    // data.Area=this.seniorSearch.Area.join(',')
                    data.Area=this.seniorSearch.Area
            }
            if (this.seniorSearch.Industry) {
                console.log(this.seniorSearch.Industry);
                // for (let i = 0; i < this.seniorSearch.Industry.length; i++) {
                    conditionals.push({ "fieldName": "Industry", "ConditionalType": 6, "FieldValue": this.seniorSearch.Industry.join(',') })
                // }
                    // conditionals.push({ "fieldName": "Industry", "ConditionalType": 6, "FieldValue": this.seniorSearch.Industry.join(',') })
                    data.Industry=this.seniorSearch.Industry
            }
           
            if (this.seniorSearch.FinancingAmount) {
                console.log(this.seniorSearch.FinancingAmount);
                if (this.seniorSearch.FinancingAmount.indexOf('全部') > -1) {
                    conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 2, "FieldValue": 0 })
                    // conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 2, "FieldValue": 0 })
                    data.FinancingAmountMin=0
                    // data.FinancingAmountMax=0
                } else {
                    if (this.seniorSearch.FinancingAmount == '100万以下') {
                        conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 5, "FieldValue": 1000000 })
                        // conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 5, "FieldValue": 1000000 })
                        data.FinancingAmountMin=0
                    data.FinancingAmountMax=1000000
                    }
                    if (this.seniorSearch.FinancingAmount == '100万~1000万') {
                        conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 3, "FieldValue": 1000000 })
                        conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 5, "FieldValue": 10000000 })
                        // conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 3, "FieldValue": 1000000 })
                        // conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 5, "FieldValue": 10000000 })
                        data.FinancingAmountMin=1000000
                    data.FinancingAmountMax=10000000
                    }
                    if (this.seniorSearch.FinancingAmount == '1000万~5000万') {
                        conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 3, "FieldValue": 10000000 })
                        conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 5, "FieldValue": 50000000 })
                        // conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 3, "FieldValue": 10000000 })
                        // conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 5, "FieldValue": 50000000 })
                        data.FinancingAmountMin=10000000
                    data.FinancingAmountMax=50000000
                    } if (this.seniorSearch.FinancingAmount == '5000万~1亿') {
                        conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 3, "FieldValue": 1000000 })
                        conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 5, "FieldValue": 100000000 })
                        // conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 3, "FieldValue": 50000000 })
                        // conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 5, "FieldValue": 100000000 })
                        data.FinancingAmountMin=50000000
                    data.FinancingAmountMax=100000000
                    } if (this.seniorSearch.FinancingAmount == '1亿以上') {
                        conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 2, "FieldValue": 100000000 })
                        // conditionals.push({ "fieldName": "FinancingAmount", "ConditionalType": 2, "FieldValue": 100000000 })
                        data.FinancingAmountMin=100000000
                    // data.FinancingAmountMax=10000000
                    }
                }
                // for(let i=0;i<this.seniorSearch.FinancingAmount.length;i++){
@@ -1308,19 +1333,14 @@
                // }   
            }
            if (this.seniorSearch.DebitBank) {
                conditionals.push({ "fieldName": "DebitBank", "ConditionalType": 1, "FieldValue": this.seniorSearch.DebitBank })
            }
            for(let i=0;i<conditionals.length;i++){
                if(conditionals[i].FieldValue==''){
                    conditionals.splice(i,1)
                    i--
                }
            }
            data.conditionals=conditionals
            // if (this.seniorSearch.DebitBank) {
            //     conditionals.push({ "fieldName": "DebitBank", "ConditionalType": 1, "FieldValue": this.seniorSearch.DebitBank })
            // }
            // data.conditionals=conditionals
            // if (this.componentsType == 'noTitle') {
            //     data.FilterLtd = 1
            // }
            console.log(data);
            axios.request({
                url: '/bankyj/GetBankLoanPage',
                data,
@@ -1450,7 +1470,7 @@
                render: (h, params) => {
                    if (params.row.FinancingAmount) {
                        return h("span", params.row.FinancingAmount);
                        return h("span",Math.round(params.row.FinancingAmount/10000) );
                    } else {
                        return h("span", "--");
                    }
src/view/diligenceTools/leasefinancing.vue
@@ -2358,11 +2358,11 @@
              style="width: calc(100% - 100px) !important"
            >
              <Select
                v-model="seniorSearch.financingAmount"
                v-model="seniorSearch.financingAmount"   @on-select="choosefinancingAmount" multiple
                size="large"
                class="ipt_width"
                placeholder="请输入融资金额(元)"
              >
              >
                <Option value="全部">全部</Option>
                <Option value="100万以下">100万以下</Option>
                <Option value="100万~1000万">100万~1000万</Option>
@@ -2388,7 +2388,7 @@
              style="width: calc(100% - 100px) !important"
            >
              <Select
                v-model="seniorSearch.boardingSize"
                v-model="seniorSearch.boardingSize" @on-select="chooseBoardingSize" multiple
                class="ipt_width"
                size="large"
                placeholder="请输入登记类型"
@@ -2779,6 +2779,42 @@
    );
  },
  methods: {
    choosefinancingAmount(value){
      console.log(value);
      this.$nextTick(()=>{
        if(this.seniorSearch.financingAmount.indexOf(value.value)){
          if(this.seniorSearch.financingAmount.indexOf('全部')>-1&&value.value!='全部'){
            for(let i=0;i<this.seniorSearch.financingAmount.length;i++){
             if(this.seniorSearch.financingAmount[i]=='全部'){
              this.seniorSearch.financingAmount.splice(i,1)
              return
             }
            }
           }
           if(value.value==='全部'){
            this.seniorSearch.financingAmount=['全部']
           }
        }
      })
    },
    chooseBoardingSize(value){
      console.log(value);
      this.$nextTick(()=>{
        if(this.seniorSearch.boardingSize.indexOf(value.value)){
          if(this.seniorSearch.boardingSize.indexOf('全部')>-1&&value.value!='全部'){
            for(let i=0;i<this.seniorSearch.boardingSize.length;i++){
             if(this.seniorSearch.boardingSize[i]=='全部'){
              this.seniorSearch.boardingSize.splice(i,1)
              return
             }
            }
           }
           if(value.value==='全部'){
            this.seniorSearch.boardingSize=['全部']
           }
        }
      })
    },
    confirmSenior(seniorSearchValidate) {
      // this.searchChange = 2;
      // this.searchClickFirst = 1;
@@ -2805,8 +2841,8 @@
        tenantAbode: this.seniorSearch.tenantAbode,
        PageSize: this.pageSize,
        PageIndex: this.pageIndex,
        financingAmount: this.seniorSearch.financingAmount,
        sizeAll: this.seniorSearch.boardingSize,
        financingAmount: this.seniorSearch.financingAmount?this.seniorSearch.financingAmount.join(' or '):'',
        sizeAll: this.seniorSearch.boardingSize?this.seniorSearch.boardingSize.join(' or '):'',
        boardingTime: this.seniorSearch.boardingTime,
        expirationTime: this.seniorSearch.expirationTime,
        boardingTime2: this.seniorSearch.boardingTime2,
src/view/diligenceTools/rentMarket.vue
@@ -294,7 +294,7 @@
          <label
            style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">融资金额</label>
          <FormItem prop="financingAmount" style="width:calc(100% - 100px)!important;">
            <Select v-model="seniorSearch.financingAmount" size="large" class="ipt_width" multiple placeholder="请输入融资金额(元)" @on-select="chooseFinancingAmount">
            <Select v-model="seniorSearch.financingAmount" size="large" class="ipt_width" @on-select="chooseFinancingAmount" multiple placeholder="请输入融资金额(元)" >
              <Option value="全部">全部</Option>
              <Option value="100万以下">100万以下</Option>
              <Option value="100万~1000万">100万~1000万</Option>
@@ -2167,7 +2167,7 @@
        tenantAbode: this.seniorSearch.tenantAbode,
        PageSize: this.pageSize,
        PageIndex: this.pageIndex,
        financingAmount:this.seniorSearch.financingAmount?this.seniorSearch.financingAmount.join(','):'',
        financingAmount:this.seniorSearch.financingAmount?this.seniorSearch.financingAmount.join(' or '):'',
        sizeAll:this.seniorSearch.boardingSize?this.seniorSearch.boardingSize.join(' or '):'',
        boardingTime: this.seniorSearch.boardingTime,
        expirationTime: this.seniorSearch.expirationTime,
src/view/diligenceTools/trustMarket.vue
@@ -304,11 +304,11 @@
              <td>目标融资金额(万元)</td>
              <td>{{checkTableList.TargetFinAmount?checkTableList.TargetFinAmount:'--'}}</td>
              <td style="border-top: none;border-right: none">发行时间</td>
              <td style="border-top: none">{{checkTableList.IssueDate?checkTableList.IssueDate:'--'}}</td>
              <td style="border-top: none">{{checkTableList.IssueDate? checkTableList.IssueDate :'--'}}</td>
            </tr>
            <tr class="rentThClass trustclass" style="border-style: none;">
              <td>实际融资金额(万元)</td>
              <td style="border-top: none;border-right: none">{{checkTableList.ActualFinAmount?checkTableList.ActualFinAmount:'--'}}</td>
              <td style="border-top: none;border-right: none">{{checkTableList.ActualFinAmount?Math.round( checkTableList.ActualFinAmount/10000):'--'}}</td>
              <td style="border-top: none;border-right: none">是否政信项目</td>
              <td style="border-top: none">{{checkTableList.IsGovCreditProject?checkTableList.IsGovCreditProject:'--'}}</td>
            </tr>
@@ -1363,7 +1363,7 @@
        maxWidth:190,
        render:(h,params)=>{
          if(params.row.ActualFinAmount!=0){
            return h('span',this.CustomMethods.numTo$(params.row.ActualFinAmount))
            return h('span',this.CustomMethods.numTo$( Math.round(params.row.ActualFinAmount/10000)))
          }else{
            return h('span',"--")
          }
@@ -1545,4 +1545,30 @@
.rentTableClass .ivu-form-item{
  margin-bottom: 0px;
}
.ivu-form-item-error .ivu-select-selection {
    border: 1px solid #DCDEE2;
}
.ivu-select-selection:hover {
    border: 1px solid #2D8CF0;
}
.ivu-form-item-error .ivu-input {
    border-color: #DCDEE2;
    /* border: 1px solid #2D8CF0; */
}
.ivu-form-item-error .ivu-input:hover {
    border: 1px solid #2D8CF0;
}
.ivu-form-item-error .ivu-select-visible .ivu-select-selection {
    /* border-color: #DCDEE2; */
    border: 1px solid #2D8CF0;
}
.ivu-form-item-error .ivu-input:focus {
    border: 1px solid #2D8CF0;
}
</style>