hailu
2024-06-18 a5e004bc89dfe842b102deef80d6b342c43fedfb
下属公司
5个文件已修改
198 ■■■■ 已修改文件
src/view/diligenceTools/AccountsReceivable.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/AssetManagementPrivateFunding.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/Trustfinancing.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/bondfinancing.vue 122 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/leasefinancing.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/AccountsReceivable.vue
@@ -2222,12 +2222,12 @@
      },
      changeDetailTab(name) {
        this.tabName = name;
        if (name === "tab1" && this.isfirsttab1) {
          (this.isfirsttab1 = false), this.getRentList();
        } else if (name === "tab2" && this.isfirsttab2) {
          this.isfirsttab2 = false;
        // if (name === "tab1" && this.isfirsttab1) {
        //   (this.isfirsttab1 = false), this.getRentList();
        // } else if (name === "tab2" && this.isfirsttab2) {
        //   this.isfirsttab2 = false;
          this.getRentList();
        }
        // }
        console.log(this.rentList, this.rentList2);
      },
      /**
@@ -2574,12 +2574,6 @@
       *  获取租赁数据
       **/
      getRentList() {
        let fenlei = true;
        if (this.tabName === "tab1") {
          fenlei = true;
        } else {
          fenlei = false;
        }
        // this.isfirsttab1 = false;
        // this.firstHis=true
        this.searchChange = 1;
@@ -2609,7 +2603,7 @@
        //   boardingTime2: this.boardingTime2,
        //   expirationTime2: this.expirationTime2,
        //   ReportId: -100,
          SubLtdFlag: fenlei,
          SubLtdFlag: this.tabName === "tab1"?true:false,
        };
        //   if (this.componentsType == 'noTitle') {
        //     data.FilterLtd = 1
src/view/diligenceTools/AssetManagementPrivateFunding.vue
@@ -1049,12 +1049,12 @@
    },
    changeDetailTab(name) {
      this.tabName = name;
      if (name === "tab1" && this.isfirsttab1) {
        (this.isfirsttab1 = false), this.getRentList();
      } else if (name === "tab2" && this.isfirsttab2) {
        this.isfirsttab2 = false;
      // if (name === "tab1" && this.isfirsttab1) {
      //   (this.isfirsttab1 = false), this.getRentList();
      // } else if (name === "tab2" && this.isfirsttab2) {
      //   this.isfirsttab2 = false;
        this.getRentList();
      }
      // }
      console.log(this.rentList, this.rentList2);
    },
    /**
@@ -1100,12 +1100,7 @@
     *  获取租赁数据
     **/
    getRentList() {
      let fenlei = true;
      if (this.tabName === "tab1") {
        fenlei = true;
      } else {
        fenlei = false;
      }
      // this.isfirsttab1 = false;
      // this.firstHis=true
@@ -1128,7 +1123,8 @@
        PageIndex: this.pageIndex,
        SelState: parseInt(this.ManageFinancing),
        SubLtdFlag: fenlei,
        SubLtdFlag: this.tabName === "tab1"?true:false,
      };
      //   if (this.componentsType == 'noTitle') {
      //     data.FilterLtd = 1
src/view/diligenceTools/Trustfinancing.vue
@@ -1153,12 +1153,12 @@
      },
      changeDetailTab(name) {
        this.tabName = name;
        if (name === "tab1" && this.isfirsttab1) {
          (this.isfirsttab1 = false), this.getRentList();
        } else if (name === "tab2" && this.isfirsttab2) {
          this.isfirsttab2 = false;
        // if (name === "tab1" && this.isfirsttab1) {
        //   (this.isfirsttab1 = false), this.getRentList();
        // } else if (name === "tab2" && this.isfirsttab2) {
        //   this.isfirsttab2 = false;
          this.getRentList();
        }
        // }/
        console.log(this.rentList, this.rentList2);
      },
      /**
@@ -1240,12 +1240,7 @@
       *  获取租赁数据
       **/
      getRentList() {
        let fenlei = true;
        if (this.tabName === "tab1") {
          fenlei = true;
        } else {
          fenlei = false;
        }
        // this.isfirsttab1 = false;
        // this.firstHis=true
        this.searchChange = 1;
@@ -1262,7 +1257,8 @@
        ActualFinAmount:this.financingAmount,
        TrustTimeLimit:this.boardingTime2,
        RegTime:this.expirationTime2,
        SubLtdFlag: fenlei,
        SubLtdFlag: this.tabName === "tab1"?true:false,
        };
        //   if (this.componentsType == 'noTitle') {
        //     data.FilterLtd = 1
src/view/diligenceTools/bondfinancing.vue
@@ -1225,7 +1225,11 @@
    changePageIndex3(index) {
      console.log(index);
      this.pageIndex3 = index
      this.getBondDebtPage()
      if(this.tabName3 == 'tab3-1'){
        this.getBondDebtPage()
      } else {
        this.getBondDebtPageSubsidiary()
      }
    },
    /**
     * 修改belongLtdId
@@ -1350,7 +1354,8 @@
        if (this.tabName3 === 'tab3-1') {
          this.getBondDebtPage()
        } else if (this.tabName3 === 'tab3-2') {
          this.getBondDebtPageSubsidiary()
        } else if (this.tabName3 === 'tab3-3') {
        }
@@ -1363,6 +1368,8 @@
          // }
        } else if (this.tabName3 === 'tab3-2') {
          this.getBondDebtPageSubsidiary()
          // if (this.StockExchange === '上交所') {
          //   this.getSseItemBaseInfo2()
          // } else {
@@ -2105,6 +2112,117 @@
      }
    },
    getBondDebtPageSubsidiary() {
      this.loadingRent1 = true
      let dateType = {}
      if (this.StockExchangeTab3 !== '银行间市场') {
        if (this.titName === 'tab3') {
          dateType = {
            "fieldName": "OverDate", "ConditionalType": 2,
            //获取明天日期,格式如24-02-06 00:00:00
            "FieldValue": this.getnowDate()
          }
        } else {
          dateType = {
            "fieldName": "OverDate", "ConditionalType": 5,
            //获取明天日期,格式如24-02-06 00:00:00
            "FieldValue": this.getnowDate()
          }
        }
        let data = {
          companyName: this.searchName,
          pageIndex: this.pageIndex3,
          pageSize: 10,
          // type: this.StockExchangeTab3 == '上交所' ? 'sse' : 'szse',
          // type:'',
          conditionals: [
            { "fieldName": "DebtName", "ConditionalType": 1, "FieldValue": this.searchName },
            dateType
          ]
        };
        // if(this.StockExchangeTab3 == '银行间市场'){
        //   data.type= "chinamoney_mkdatabond"
        // }else
        if (this.StockExchangeTab3 == '上交所') {
          data.type = "sse"
        } else if (this.StockExchangeTab3 == '深交所') {
          data.type = "szse"
        }
        axios
          .request({
            url: "/bankyj/GetBondDebtPageSubsidiary",
            data,
            method: "post",
          })
          .then(
            (res) => {
              this.getSearchInfoList();
              if (res.data.Check) {
                this.approvalProgressListTab3 = res.data.Data.Items
                this.TotalItems3 = res.data.Data.TotalItems
                this.loadingRent1 = false
              } else {
                this.loadingRent1 = false
              }
            },
            (res) => {
              this.loadingRent1 = false
            }
          );
      } else {
        if (this.titName === 'tab3') {
          dateType = {
            "fieldName": "MrtyDate", "ConditionalType": 2,
            //获取明天日期,格式如24-02-06 00:00:00
            "FieldValue": this.getnowDate1()
          }
        } else {
          dateType = {
            "fieldName": "MrtyDate", "ConditionalType": 5,
            //获取明天日期,格式如24-02-06 00:00:00
            "FieldValue": this.getnowDate1()
          }
        }
        let data = {
          companyName: this.searchName,
          pageIndex: this.pageIndex3,
          pageSize: 10,
          conditionals: [
            { "fieldName": "IssueOrTrusee", "ConditionalType": 1, "FieldValue": this.searchName },
            dateType
          ]
        };
        // if(this.titName === 'tab3'){
        //   data.conditionals.push({ "fieldName": "MrtyDate", "ConditionalType": 1, "FieldValue": this.searchName })
        //   data.conditionals.push(dateType)
        // }
        axios
          .request({
            url: "/bankyj/GetChinamoneyMkdatabondtPage",
            data,
            method: "post",
          })
          .then(
            (res) => {
              this.getSearchInfoList();
              if (res.data.Check) {
                this.approvalProgressListTab3 = res.data.Data.Items
                this.TotalItems3 = res.data.Data.TotalItems
                this.loadingRent1 = false
              } else {
                this.loadingRent1 = false
              }
            },
            (res) => {
              this.loadingRent1 = false
            }
          );
      }
    },
    //债券发行上市弹窗
    zqfxxqTab(e, params) {
      this.CJHQType = 'bond_sse_price'
src/view/diligenceTools/leasefinancing.vue
@@ -3090,12 +3090,12 @@
    },
    changeDetailTab(name) {
      this.tabName = name;
      if (name === "tab1" && this.isfirsttab1) {
        (this.isfirsttab1 = false), this.getRentList();
      } else if (name === "tab2" && this.isfirsttab2) {
        this.isfirsttab2 = false;
      // if (name === "tab1" && this.isfirsttab1) {
      //   (this.isfirsttab1 = false), this.getRentList();
      // } else if (name === "tab2" && this.isfirsttab2) {
      //   this.isfirsttab2 = false;
        this.getRentList();
      }
      // }/
      console.log(this.rentList, this.rentList2);
    },
    /**
@@ -3321,12 +3321,6 @@
     *  获取租赁数据
     **/
    getRentList() {
      let fenlei = true;
      if (this.tabName === "tab1") {
        fenlei = true;
      } else {
        fenlei = false;
      }
      // this.isfirsttab1 = false;
      // this.firstHis=true
      this.searchChange = 1;
@@ -3346,7 +3340,7 @@
        boardingTime2: this.boardingTime2,
        expirationTime2: this.expirationTime2,
        ReportId: -100,
        SubLtdFlag: fenlei,
        SubLtdFlag: this.tabName === "tab1"?true:false,
      };
      //   if (this.componentsType == 'noTitle') {
      //     data.FilterLtd = 1