hailu
2022-08-30 ca9c4584d6dafa09d374473e02b69e2171fa6d97
抵质押路由,政信zfw20200830
5个文件已修改
10个文件已添加
1260 ■■■■ 已修改文件
dist.rar 补丁 | 查看 | 原始文档 | blame | 历史
src/components/main/components/header-bar/sider-trigger/sider-trigger.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/routers.js 681 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/AccountsReceivable.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/AssetManagementPrivateFunding.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/Bankloan.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/FinancingAnalysis.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/FinancingOverview.vue 460 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/Mortgagepledge.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/Trustfinancing.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/bondfinancing.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/components/rongzitab4.vue 42 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/leasefinancing.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/view/rentExchangeZF/components/rentMarket.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/rentExchangeZF/rentExchangeCompanyZF.vue 45 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.rar
Binary files differ
src/components/main/components/header-bar/sider-trigger/sider-trigger.vue
@@ -169,6 +169,7 @@
      'getUserInfo'
    ]),
    setVersionInfo (params) {
      console.log(params);
      localStorage.setItem('powerAccess',params)
      this.showMenu = false
      this.$emit('titleMethod', params)
src/router/routers.js
@@ -17,15 +17,15 @@
 * }
 */
export default [
  {
export default [{
    path: '/login',
    name: 'login',
    meta: {
      title: 'Login - 登录',
      hideInMenu: true
    },
    component: () => import('@/view/login/login.vue')
        component: () =>
            import ('@/view/login/login.vue')
  },
  {
    path: '/',
@@ -38,8 +38,7 @@
      icon: 'custom custom-gongkaiguquan',
      title: '全球要闻'
    },
    children: [
      {
        children: [{
        path: '/newsFlashEx_tool',
        name: 'newsFlashEx_tool',
        meta: {
@@ -48,9 +47,9 @@
          icon: 'custom custom-guquan',
          title: '全球要闻'
        },
        component: () => import('@/view/diligenceTools/newsFlashEx.vue')
      },
    ]
            component: () =>
                import ('@/view/diligenceTools/newsFlashEx.vue')
        }, ]
  },
  {
    path: '/zoneAnalyses',
@@ -63,8 +62,7 @@
      title: '区域分析'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/zoneAnalyse',
        name: 'zoneAnalyse',
        meta: {
@@ -73,7 +71,8 @@
          icon: 'custom custom-gailan',
          title: '区域概览'
        },
        component: () => import('@/view/chengtou/zoneAnalyse.vue'),
                component: () =>
                    import ('@/view/chengtou/zoneAnalyse.vue'),
      },
      {
        path: '/checkCityInvestmentZone',
@@ -84,7 +83,8 @@
          icon: 'custom custom-area',
          title: '查看区域'
        },
        component: () => import('@/view/diligenceTools/checkCityInvestmentZone.vue')
                component: () =>
                    import ('@/view/diligenceTools/checkCityInvestmentZone.vue')
      },
      {
        path: '/contrastCityInvestmentZone',
@@ -95,7 +95,8 @@
          icon: 'custom custom-area',
          title: '区域对比'
        },
        component: () => import('@/view/diligenceTools/contrastCityInvestmentZone.vue')
                component: () =>
                    import ('@/view/diligenceTools/contrastCityInvestmentZone.vue')
      },
      // {
      //   path: '/zoneAnalysej',
@@ -190,8 +191,7 @@
      title: '政信公司'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/zhengxinCompeny',
        name: 'zhengxinCompeny',
        meta: {
@@ -200,9 +200,9 @@
          icon: 'custom custom-caizhengquhua',
          title: '政信公司'
        },
        component: () => import('@/view/chengtou/zhengxinCompeny.vue')
      },
    ]
            component: () =>
                import ('@/view/chengtou/zhengxinCompeny.vue')
        }, ]
  },
  {
    path: '/rongziStructures',
@@ -215,8 +215,7 @@
      title: '融资分析'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/rongziStructure',
        name: 'rongziStructure',
        meta: {
@@ -225,7 +224,8 @@
          icon: 'custom custom-jiegou2',
          title: '融资结构'
        },
        component: () => import('@/view/chengtou/rongziStructure.vue')
                component: () =>
                    import ('@/view/chengtou/rongziStructure.vue')
      },
      {
        path: '/cooperate',
@@ -236,7 +236,8 @@
          icon: 'custom custom-jiegou2',
          title: '合作金融机构'
        },
        component: () => import('@/view/chengtou/cooperate.vue')
                component: () =>
                    import ('@/view/chengtou/cooperate.vue')
      },
      {
        path: '/rongziCash',
@@ -247,7 +248,8 @@
          icon: 'custom custom-kaishifenxi',
          title: '融资性现金流分析'
        },
        component: () => import('@/view/chengtou/rongziCash.vue')
                component: () =>
                    import ('@/view/chengtou/rongziCash.vue')
      },
    ]
  },
@@ -262,8 +264,7 @@
      title: '综合评估'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/zongheEvaluate',
        name: 'zongheEvaluate',
        meta: {
@@ -272,9 +273,9 @@
          icon: 'custom custom-jiegou1',
          title: '财政比率分析'
        },
        component: () => import('@/view/chengtou/zongheEvaluate.vue')
      },
    ]
            component: () =>
                import ('@/view/chengtou/zongheEvaluate.vue')
        }, ]
  },
  {
    path: '/zonedynamics',
@@ -287,8 +288,7 @@
      title: '区域动态'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/zonedynamic',
        name: 'zonedynamic',
        meta: {
@@ -297,9 +297,9 @@
          icon: 'custom custom-shixiangguanli',
          title: '区域动态'
        },
        component: () => import('@/view/chengtou/zonedynamic.vue')
      },
    ]
            component: () =>
                import ('@/view/chengtou/zonedynamic.vue')
        }, ]
  },
  {
    path: '/rentExchange',
@@ -312,8 +312,7 @@
      icon: 'custom custom-shujuwajue',
      title: '企业评估'
    },
    children: [
      {
        children: [{
        path: '/rentExchangeCompany',
        name: 'rentExchangeCompany',
        meta: {
@@ -322,9 +321,9 @@
          icon: 'custom custom-shujuwajue',
          title: '租赁公司'
        },
        component: () => import('@/view/rentExchange/rentExchangeCompany.vue')
      }
    ]
            component: () =>
                import ('@/view/rentExchange/rentExchangeCompany.vue')
        }]
  },
  {
    path: '/rentExchangeZF',
@@ -337,8 +336,7 @@
      icon: 'custom custom-yinhangliushuifenxi_b',
      title: '企业评估'
    },
    children: [
      {
        children: [{
        path: '/rentExchangeCompanyZF',
        name: 'rentExchangeCompanyZF',
        meta: {
@@ -347,9 +345,9 @@
          icon: 'custom custom-yinhangliushuifenxi_b',
          title: '政信公司'
        },
        component: () => import('@/view/rentExchangeZF/rentExchangeCompanyZF.vue')
      }
    ]
            component: () =>
                import ('@/view/rentExchangeZF/rentExchangeCompanyZF.vue')
        }]
  },
  {
    path: '/enterpriseRelationship',
@@ -362,8 +360,7 @@
      icon: 'custom custom-shujuwajue',
      title: '企业关系挖掘'
    },
    children: [
      {
        children: [{
        path: '/enterpriseRelationshipMining',
        name: 'enterpriseRelationshipMining',
        meta: {
@@ -372,9 +369,9 @@
          icon: 'custom custom-shujuwajue',
          title: '企业关系挖掘'
        },
        component: () => import('@/view/enterpriseRelationship/enterpriseRelationshipMining.vue')
      }
    ]
            component: () =>
                import ('@/view/enterpriseRelationship/enterpriseRelationshipMining.vue')
        }]
  },
  {
    path: '/rentMarkets',
@@ -387,8 +384,7 @@
      icon: 'custom custom-zulin-copy',
      title: '租赁融资'
    },
    children: [
      {
        children: [{
        path: '/rentMarket',
        name: 'rentMarket',
        meta: {
@@ -397,9 +393,9 @@
          icon: 'custom custom-zulin-copy',
          title: '租赁融资'
        },
        component: () => import('@/view/diligenceTools/rentMarket.vue')
      }
      ]
            component: () =>
                import ('@/view/diligenceTools/rentMarket.vue')
        }]
  },
  {
    path: '/receivablesMarkets',
@@ -412,8 +408,7 @@
      icon: 'custom custom-yingshou-copy',
      title: '应收账款融资'
    },
    children: [
      {
        children: [{
        path: '/receivablesMarket',
        name: 'receivablesMarket',
        meta: {
@@ -422,9 +417,9 @@
          icon: 'custom  custom-yingshou-copy',
          title: '应收账款融资'
        },
        component: () => import('@/view/diligenceTools/receivablesMarket.vue')
      }
    ]
            component: () =>
                import ('@/view/diligenceTools/receivablesMarket.vue')
        }]
  },
  {
    path: '/trustMarkets',
@@ -437,8 +432,7 @@
      icon: 'custom custom-xintuo-copy-copy-copy',
      title: '信托融资'
    },
    children: [
      {
        children: [{
        path: '/trustMarket',
        name: 'trustMarket',
        meta: {
@@ -447,9 +441,9 @@
          icon: 'custom custom-xintuo-copy-copy-copy',
          title: '信托融资'
        },
        component: () => import('@/view/diligenceTools/trustMarket.vue')
      }
    ]
            component: () =>
                import ('@/view/diligenceTools/trustMarket.vue')
        }]
  },
  {
    path: '/ManagementFinancing',
@@ -462,8 +456,7 @@
      icon: 'custom custom-simu',
      title: '资管/私募融资'
    },
    children: [
      {
        children: [{
        path: '/AssetManagementFinancing',
        name: 'AssetManagementFinancing',
        meta: {
@@ -472,9 +465,9 @@
          icon: 'custom custom-simu',
          title: '资管/私募融资'
        },
        component: () => import('@/view/diligenceTools/AssetManagementFinancing.vue')
      }
    ]
            component: () =>
                import ('@/view/diligenceTools/AssetManagementFinancing.vue')
        }]
  },
  {
    path: '/MovableProperty',
@@ -487,8 +480,7 @@
      icon: 'custom custom-dongchandiya',
      title: '动产抵质押'
    },
    children: [
      {
        children: [{
        path: '/PledgeMovableProperty',
        name: 'PledgeMovableProperty',
        meta: {
@@ -497,9 +489,9 @@
          icon: 'custom custom-dongchandiya',
          title: '动产抵质押'
        },
        component: () => import('@/view/diligenceTools/PledgeMovableProperty.vue')
      }
    ]
            component: () =>
                import ('@/view/diligenceTools/PledgeMovableProperty.vue')
        }]
  },
  {
    path: '/PropertyRegistration',
@@ -512,8 +504,7 @@
      icon: 'custom custom-qita1',
      title: '其他动产权利登记'
    },
    children: [
      {
        children: [{
        path: '/MovablePropertyRegistration',
        name: 'MovablePropertyRegistration',
        meta: {
@@ -522,9 +513,9 @@
          icon: 'custom custom-qita1',
          title: '其他动产权利登记'
        },
        component: () => import('@/view/diligenceTools/MovablePropertyRegistration.vue')
      }
    ]
            component: () =>
                import ('@/view/diligenceTools/MovablePropertyRegistration.vue')
        }]
  },
  // {
  //   path: '/cityInvestment',
@@ -593,8 +584,7 @@
      title: '个人中心'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/accountControl',
        name: 'accountControl',
        meta: {
@@ -603,7 +593,8 @@
          icon: 'custom custom-zhanghuguanli',
          title: '账号管理'
        },
        component: () => import('@/view/reportCenters/userManagement.vue')
                component: () =>
                    import ('@/view/reportCenters/userManagement.vue')
      },
      {
        path: '/reportCenter',
@@ -614,7 +605,8 @@
          icon: 'custom custom-fenxi1',
          title: '报表管理'
        },
        component: () => import('@/view/reportCenters/reportCenter.vue')
                component: () =>
                    import ('@/view/reportCenters/reportCenter.vue')
      },
      {
        path: '/editMyReport',
@@ -625,7 +617,8 @@
          icon: 'custom custom-fenxi1',
          title: '报表管理'
        },
        component: () => import('@/view/reportCenters/editMyReport.vue')
                component: () =>
                    import ('@/view/reportCenters/editMyReport.vue')
      },
      {
        path: '/fuzhuPage',
@@ -636,7 +629,8 @@
          icon: 'custom custom-fenxi1',
          title: '添加/编辑附注'
        },
        component: () => import('@/view/reportCenters/components/fuzhuPage.vue')
                component: () =>
                    import ('@/view/reportCenters/components/fuzhuPage.vue')
      },
      {
        path: '/fuzhuPageCheck',
@@ -647,7 +641,8 @@
          icon: 'custom custom-fenxi1',
          title: '查看添加/编辑附注'
        },
        component: () => import('@/view/reportCenters/components/fuzhuPageCheck.vue')
                component: () =>
                    import ('@/view/reportCenters/components/fuzhuPageCheck.vue')
      },
      {
        path: '/checkMyReport',
@@ -658,7 +653,8 @@
          icon: 'custom custom-fenxi1',
          title: '查看报表'
        },
        component: () => import('@/view/reportCenters/checkMyReport.vue')
                component: () =>
                    import ('@/view/reportCenters/checkMyReport.vue')
      },
    ]
  },
@@ -673,8 +669,7 @@
      title: '深度信息'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/publicMessage_tool',
        name: 'publicMessage_tool',
        meta: {
@@ -683,7 +678,8 @@
          icon: 'custom custom-gongkaixinxi2',
          title: '深度信息'
        },
        component: () => import('@/view/diligenceTools/publicMessage.vue')
                component: () =>
                    import ('@/view/diligenceTools/publicMessage.vue')
      },
      // {
      //   path: '/basicAttributes_tool',
@@ -716,7 +712,8 @@
          icon: 'custom custom-raroc',
          title: '尽调报告'
        },
        component: () => import('@/view/diligenceTools/editAttributeReport.vue')
                component: () =>
                    import ('@/view/diligenceTools/editAttributeReport.vue')
      }
    ]
  },
@@ -726,23 +723,112 @@
    redirect: '/financeCollateralPledge',
    meta: {
      notCache: true,
      access: ['no_admin', 'financeCollateralPledge'],
            access: ['no_admin', 'financeCollateralPledge', 'rongziDebt', 'rongziBank', 'rongziRent', 'rongziYingshou', 'rongziXintuo', 'rongziZiguan', 'rongziDiya'],
      icon: 'custom custom-zhunxianjin_b',
      title: '融资及抵质押'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/financeCollateralPledge',
        name: 'financeCollateralPledge',
        meta: {
          notCache: true,
          access: ['no_admin', 'financeCollateralPledge'],
          icon: 'custom custom-zhunxianjin_b',
          title: '融资及抵质押'
                    title: '融资总览'
        },
        component: () => import('@/view/diligenceTools/financeCollateralPledge.vue')
                component: () =>
                    import ('@/view/diligenceTools/FinancingOverview.vue')
            }, {
                path: '/rongziDebt',
                name: 'rongziDebt',
                meta: {
                    notCache: true,
                    access: ['no_admin', 'rongziDebt'],
                    icon: 'custom custom-zhunxianjin_b',
                    title: '债券融资'
      },
                component: () =>
                    import ('@/view/diligenceTools/bondfinancing.vue')
            }, {
                path: '/rongziBank',
                name: 'rongziBank',
                meta: {
                    notCache: true,
                    access: ['no_admin', 'rongziBank'],
                    icon: 'custom custom-zhunxianjin_b',
                    title: '银行借款'
                },
                component: () =>
                    import ('@/view/diligenceTools/Bankloan.vue')
            }, {
                path: '/rongziRent',
                name: 'rongziRent',
                meta: {
                    notCache: true,
                    access: ['no_admin', 'rongziRent'],
                    icon: 'custom custom-zhunxianjin_b',
                    title: '租赁融资'
                },
                component: () =>
                    import ('@/view/diligenceTools/leasefinancing.vue')
            }, {
                path: '/rongziYingshou',
                name: 'rongziYingshou',
                meta: {
                    notCache: true,
                    access: ['no_admin', 'rongziYingshou'],
                    icon: 'custom custom-zhunxianjin_b',
                    title: '应收账款融资'
                },
                component: () =>
                    import ('@/view/diligenceTools/AccountsReceivable.vue')
            }, {
                path: '/rongziXintuo',
                name: 'rongziXintuo',
                meta: {
                    notCache: true,
                    access: ['no_admin', 'rongziXintuo'],
                    icon: 'custom custom-zhunxianjin_b',
                    title: '信托融资'
                },
                component: () =>
                    import ('@/view/diligenceTools/Trustfinancing.vue')
            }, {
                path: '/rongziZiguan',
                name: 'rongziZiguan',
                meta: {
                    notCache: true,
                    access: ['no_admin', 'rongziZiguan'],
                    icon: 'custom custom-zhunxianjin_b',
                    title: '资管/私募融资'
                },
                component: () =>
                    import ('@/view/diligenceTools/AssetManagementPrivateFunding.vue')
            }, {
                path: '/rongziDiya',
                name: 'rongziDiya',
                meta: {
                    notCache: true,
                    access: ['no_admin', 'rongziDiya'],
                    icon: 'custom custom-zhunxianjin_b',
                    title: '动态抵质押'
                },
                component: () =>
                    import ('@/view/diligenceTools/Mortgagepledge.vue')
            },
            //  {
            //     path: '/rongziAna',
            //     name: 'rongziAna',
            //     meta: {
            //         notCache: true,
            //         access: ['no_admin', 'rongziAna'],
            //         icon: 'custom custom-zhunxianjin_b',
            //         title: '融资分析'
            //     },
            //     component: () =>
            //         import ('@/view/diligenceTools/FinancingAnalysis.vue')
            // },
    ]
  },
  {
@@ -756,8 +842,7 @@
      title: '上市信息'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/shangShiInfo',
        name: 'shangShiInfo',
        meta: {
@@ -766,9 +851,9 @@
          icon: 'custom custom-shangshixinxi',
          title: '上市信息'
        },
        component: () => import('@/view/diligenceTools/shangShiInfo.vue')
      },
    ]
            component: () =>
                import ('@/view/diligenceTools/shangShiInfo.vue')
        }, ]
  },
  {
    path: '/xinSanBanInfos',
@@ -781,8 +866,7 @@
      title: '新三板上市信息'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/xinSanBanInfo',
        name: 'xinSanBanInfo',
        meta: {
@@ -791,9 +875,9 @@
          icon: 'custom custom-gupiao',
          title: '新三板上市信息'
        },
        component: () => import('@/view/diligenceTools/xinSanBanInfo.vue')
      },
    ]
            component: () =>
                import ('@/view/diligenceTools/xinSanBanInfo.vue')
        }, ]
  },
  {
    path: '/basicAttributes_tools',
@@ -806,8 +890,7 @@
      title: '信用评级'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/basicAttributes_tool',
        name: 'basicAttributes_tool',
        meta: {
@@ -816,9 +899,9 @@
          icon: 'custom custom-xinyongpingji',
          title: '信用评级'
        },
        component: () => import('@/view/diligenceTools/basicAttributes.vue')
      },
    ]
            component: () =>
                import ('@/view/diligenceTools/basicAttributes.vue')
        }, ]
  },
  {
    path: '/zijinjiankong',
@@ -831,8 +914,7 @@
      title: '资金监控'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/fundMonitoring',
        name: 'fundMonitoring',
        meta: {
@@ -841,7 +923,8 @@
          icon: 'custom custom-shoukuan',
          title: '收款计划'
        },
        component: () => import('@/view/diligenceTools/fundMonitoring.vue')
                component: () =>
                    import ('@/view/diligenceTools/fundMonitoring.vue')
      },
      {
        path: '/editFundMonitoring',
@@ -852,7 +935,8 @@
          icon: 'custom custom-shoukuan',
          title: '编辑收款计划'
        },
        component: () => import('@/view/diligenceTools/editFundMonitoring.vue')
                component: () =>
                    import ('@/view/diligenceTools/editFundMonitoring.vue')
      },
      {
        path: '/paymentMonitoring',
@@ -863,7 +947,8 @@
          icon: 'custom custom-fukuan',
          title: '付款计划'
        },
        component: () => import('@/view/diligenceTools/paymentMonitoring.vue')
                component: () =>
                    import ('@/view/diligenceTools/paymentMonitoring.vue')
      },
      {
        path: '/flowAnalysis',
@@ -874,7 +959,8 @@
          icon: 'custom custom-liudongxingfenxi',
          title: '流动性分析'
        },
        component: () => import('@/view/diligenceTools/flowAnalysis.vue')
                component: () =>
                    import ('@/view/diligenceTools/flowAnalysis.vue')
      },
      {
        path: '/flowAnalysisTab3',
@@ -885,7 +971,8 @@
          icon: 'custom custom-liudongxingfenxi',
          title: '流动性分析3'
        },
        component: () => import('@/view/diligenceTools/flowAnalysisTab3.vue')
                component: () =>
                    import ('@/view/diligenceTools/flowAnalysisTab3.vue')
      },
      {
        path: '/flowAnalysisTab2',
@@ -896,7 +983,8 @@
          icon: 'custom custom-fukuan',
          title: '付款分析'
        },
        component: () => import('@/view/diligenceTools/flowAnalysisTab2.vue')
                component: () =>
                    import ('@/view/diligenceTools/flowAnalysisTab2.vue')
      }
    ]
  },
@@ -911,8 +999,7 @@
      title: '企业监控'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/controlList',
        name: 'controlList',
        meta: {
@@ -921,7 +1008,8 @@
          icon: 'custom custom-liebiao',
          title: '监控列表'
        },
        component: () => import('@/view/enterpriseControl/controlList.vue')
                component: () =>
                    import ('@/view/enterpriseControl/controlList.vue')
      },
      {
        path: '/offSiteCheck',
@@ -932,7 +1020,8 @@
          icon: 'custom custom-kaishifenxi1',
          title: '实时监控'
        },
        component: () => import('@/view/enterpriseControl/offSiteCheck.vue')
                component: () =>
                    import ('@/view/enterpriseControl/offSiteCheck.vue')
      },
      // {
      //   path: '/offSiteCheckQYTP',
@@ -955,7 +1044,8 @@
          icon: 'custom custom-zhanghuguanli',
          title: '现场检查'
        },
        component: () => import('@/view/enterpriseControl/siteCheck.vue')
                component: () =>
                    import ('@/view/enterpriseControl/siteCheck.vue')
      },
      {
        path: '/editCheckSite',
@@ -966,7 +1056,8 @@
          icon: 'custom custom-zhanghuguanli',
          title: '现场检查'
        },
        component: () => import('@/view/enterpriseControl/editCheckSite.vue')
                component: () =>
                    import ('@/view/enterpriseControl/editCheckSite.vue')
      },
      {
        path: '/managementItem',
@@ -977,7 +1068,8 @@
          icon: 'custom custom-shixiangguanli',
          title: '管理事项'
        },
        component: () => import('@/view/enterpriseControl/managementItem.vue')
                component: () =>
                    import ('@/view/enterpriseControl/managementItem.vue')
      },
      {
        path: '/editCheckItem',
@@ -988,7 +1080,8 @@
          icon: 'custom custom-shixiangguanli',
          title: '管理事项'
        },
        component: () => import('@/view/enterpriseControl/editCheckItem.vue')
                component: () =>
                    import ('@/view/enterpriseControl/editCheckItem.vue')
      },
      // {
      //   path: '/trackReport',
@@ -1010,7 +1103,8 @@
          icon: 'custom custom-renwugenzong',
          title: '编辑跟踪报告'
        },
        component: () => import('@/view/enterpriseControl/editTrackReport.vue')
                component: () =>
                    import ('@/view/enterpriseControl/editTrackReport.vue')
      }
    ]
  },
@@ -1228,8 +1322,7 @@
      icon: 'custom custom-xiangmuzhuti',
      title: '项目管理'
    },
    children: [
      {
        children: [{
        path: '/homeEx',
        name: 'homeEx',
        meta: {
@@ -1238,9 +1331,9 @@
          notCache: true,
          icon: 'custom custom-xiangmuguanli'
        },
        component: () => import('@/view/single-pageC/homeEx')
      }
    ]
            component: () =>
                import ('@/view/single-pageC/homeEx')
        }]
  },
  {
    path: '/MainEvaluationC',
@@ -1253,8 +1346,7 @@
      icon: 'custom custom-xiangmugailan',
      title: '项目概览'
    },
    children: [
      {
        children: [{
        path: '/ProjectNameEx',
        name: 'ProjectNameEx',
        meta: {
@@ -1263,7 +1355,8 @@
          icon: 'custom custom-jibenxinxi',
          title: '基本信息'
        },
        component: () => import('@/view/MainEvaluationC/ProjectName.vue')
                component: () =>
                    import ('@/view/MainEvaluationC/ProjectName.vue')
      },
      {
        path: '/ProjectManagementEx',
@@ -1274,7 +1367,8 @@
          icon: 'custom custom-xiangmuzhuti',
          title: '项目主体'
        },
        component: () => import('@/view/MainEvaluationC/ProjectManagement.vue')
                component: () =>
                    import ('@/view/MainEvaluationC/ProjectManagement.vue')
      }
    ]
  },
@@ -1289,8 +1383,7 @@
      title: '报表管理'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/reportFormsManage',
        name: 'reportFormsManage',
        meta: {
@@ -1299,9 +1392,9 @@
          icon: 'custom custom-gongkaixinxi2',
          title: '报表列表'
        },
        component: () => import('@/view/reportForms/reportFormsManage.vue')
      }
    ]
            component: () =>
                import ('@/view/reportForms/reportFormsManage.vue')
        }]
  },
  {
    path: '/accessReport',
@@ -1336,8 +1429,7 @@
          title: '评估报告'
        },
        component: parentView,
        children: [
          {
                children: [{
            path: '/EvaluationResultPage',
            name: 'EvaluationResultPage',
            meta: {
@@ -1346,7 +1438,8 @@
              icon: 'custom custom-fenxi',
              title: '违约率分析'
            },
            component: () => import('@/view/accessReport/EvaluationResultPage.vue')
                        component: () =>
                            import ('@/view/accessReport/EvaluationResultPage.vue')
          },
          {
            path: '/BalanceSheetEx',
@@ -1357,7 +1450,8 @@
              icon: 'custom custom-zhaiquan',
              title: '资产负债分析'
            },
            component: () => import('@/view/accessReport/Analysis_firstRepayment/BalanceSheet.vue')
                        component: () =>
                            import ('@/view/accessReport/Analysis_firstRepayment/BalanceSheet.vue')
          },
          {
            path: '/StatementOfCashFlowEx',
@@ -1368,7 +1462,8 @@
              icon: 'custom custom-qiandai',
              title: '现金流量分析'
            },
            component: () => import('@/view/accessReport/Analysis_firstRepayment/StatementOfCashFlowEx.vue')
                        component: () =>
                            import ('@/view/accessReport/Analysis_firstRepayment/StatementOfCashFlowEx.vue')
          },
          {
            path: '/reportParams',
@@ -1379,7 +1474,8 @@
              icon: 'custom custom-zhutiguanxifenxi_b',
              title: '报告参数'
            },
            component: () => import('@/view/accessReport/reportParams.vue')
                        component: () =>
                            import ('@/view/accessReport/reportParams.vue')
          },
          {
            path: '/accessReportList',
@@ -1390,7 +1486,8 @@
              icon: 'custom custom-hongguanjingjiyanjiu',
              title: '评估报告列表'
            },
            component: () => import('@/view/accessReport/accessReportList.vue')
                        component: () =>
                            import ('@/view/accessReport/accessReportList.vue')
          },
          {
            path: '/chooseAssess',
@@ -1401,7 +1498,8 @@
              icon: 'custom custom-hongguanjingjiyanjiu',
              title: '选择评估主体'
            },
            component: () => import('@/view/accessReport/chooseAssess.vue')
                        component: () =>
                            import ('@/view/accessReport/chooseAssess.vue')
          }
        ]
      },
@@ -1418,8 +1516,7 @@
      icon: 'custom custom-xiangmuzhuti',
      title: '项目管理'
    },
    children: [
      {
        children: [{
        path: '/home',
        name: 'home',
        meta: {
@@ -1428,7 +1525,8 @@
          notCache: true,
          icon: 'custom custom-xiangmuguanli'
        },
        component: () => import('@/view/single-page/home')
                component: () =>
                    import ('@/view/single-page/home')
      }
      // {
      //   path: '/accountInformation',
@@ -1462,8 +1560,7 @@
      icon: 'custom custom-xiangmugailan',
      title: '项目概览'
    },
    children: [
      {
        children: [{
        path: '/ProjectName',
        name: 'ProjectName',
        meta: {
@@ -1472,7 +1569,8 @@
          icon: 'custom custom-jibenxinxi',
          title: '基本信息'
        },
        component: () => import('@/view/MainEvaluation/ProjectName.vue')
                component: () =>
                    import ('@/view/MainEvaluation/ProjectName.vue')
      },
      {
        path: '/ProjectManagement',
@@ -1483,7 +1581,8 @@
          icon: 'custom custom-xiangmuzhuti',
          title: '项目主体'
        },
        component: () => import('@/view/MainEvaluation/ProjectManagement.vue')
                component: () =>
                    import ('@/view/MainEvaluation/ProjectManagement.vue')
      },
      {
        path: '/ProjectMaintenance',
@@ -1494,7 +1593,8 @@
          icon: 'custom custom-guquan',
          title: '评估基准日股权结构'
        },
        component: () => import('@/view/MainEvaluation/ProjectMaintenance.vue')
                component: () =>
                    import ('@/view/MainEvaluation/ProjectMaintenance.vue')
      },
      {
        path: '/loanSchemeAndRecoveryPlan',
@@ -1505,7 +1605,8 @@
          icon: 'custom custom-fangkuan',
          title: '放款及回收计划'
        },
        component: () => import('@/view/MainEvaluation/loanSchemeAndRecoveryPlan.vue')
                component: () =>
                    import ('@/view/MainEvaluation/loanSchemeAndRecoveryPlan.vue')
      },
      {
        path: '/ProjectRateStructure',
@@ -1516,7 +1617,8 @@
          icon: 'custom custom-jiegou',
          title: '主体利率期限结构表'
        },
        component: () => import('@/view/MainEvaluation/ProjectRateStructure.vue')
                component: () =>
                    import ('@/view/MainEvaluation/ProjectRateStructure.vue')
      },
      {
        path: '/changesInCashCapital',
@@ -1527,7 +1629,8 @@
          icon: 'custom custom-qiandai',
          title: '现金资本变动情况'
        },
        component: () => import('@/view/MainEvaluation/changesInCashCapital.vue')
                component: () =>
                    import ('@/view/MainEvaluation/changesInCashCapital.vue')
      }
    ]
  },
@@ -1542,8 +1645,7 @@
      title: '第一还款来源'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/publicInformation',
        name: 'publicInformation',
        meta: {
@@ -1552,7 +1654,8 @@
          icon: 'custom custom-gongkaixinxi2',
          title: '公开信息'
        },
        component: () => import('@/view/FirstRepayment/publicInformation.vue')
                component: () =>
                    import ('@/view/FirstRepayment/publicInformation.vue')
      },
      {
        path: '/BasicAttributes',
@@ -1563,7 +1666,8 @@
          icon: 'custom custom-xinyongpingji',
          title: '信用评级'
        },
        component: () => import('@/view/FirstRepayment/BasicAttributes.vue')
                component: () =>
                    import ('@/view/FirstRepayment/BasicAttributes.vue')
      },
      {
        path: '/information',
@@ -1574,7 +1678,8 @@
          icon: 'custom custom-qiYeZongHeXinXi',
          title: '主体基础信息'
        },
        component: () => import('@/view/FirstRepayment/information.vue')
                component: () =>
                    import ('@/view/FirstRepayment/information.vue')
      },
      {
        path: '/historicalFinancialj',
@@ -1586,8 +1691,7 @@
          title: '财务分析'
        },
        component: parentView,
        children:[
          {
                children: [{
            path: '/affairReport',
            name: 'affairReport',
            meta: {
@@ -1595,7 +1699,8 @@
              icon: 'custom custom-qiYeZongHeXinXi',
              title: '报表管理'
            },
            component: () => import('@/view/FirstRepayment/affairReport.vue')
                        component: () =>
                            import ('@/view/FirstRepayment/affairReport.vue')
          },
          {
            path: '/editAffairReport',
@@ -1606,7 +1711,8 @@
              icon: 'custom custom-qiYeZongHeXinXi',
              title: '报表管理'
            },
            component: () => import('@/view/FirstRepayment/editAffairReport.vue')
                        component: () =>
                            import ('@/view/FirstRepayment/editAffairReport.vue')
          },
          {
            path: '/checkAffairReport',
@@ -1617,7 +1723,8 @@
              icon: 'custom custom-qiYeZongHeXinXi',
              title: '查看报表管理'
            },
            component: () => import('@/view/FirstRepayment/checkAffairReport.vue')
                        component: () =>
                            import ('@/view/FirstRepayment/checkAffairReport.vue')
          },
          {
            path: '/financialData',
@@ -1627,7 +1734,8 @@
              icon: 'custom custom-shuju-caiwushuju',
              title: '财务数据'
            },
            component: () => import('@/view/FirstRepayment/financialData.vue')
                        component: () =>
                            import ('@/view/FirstRepayment/financialData.vue')
          },
          {
            path: '/financialTarget',
@@ -1637,7 +1745,8 @@
              icon: 'custom custom-zhibiao',
              title: '财务指标'
            },
            component: () => import('@/view/FirstRepayment/financialTarget.vue')
                        component: () =>
                            import ('@/view/FirstRepayment/financialTarget.vue')
          },
          {
            path: '/manageAffairReport',
@@ -1647,7 +1756,8 @@
              icon: 'custom custom-guanli',
              title: '管理用财务报表'
            },
            component: () => import('@/view/FirstRepayment/manageAffairReport.vue')
                        component: () =>
                            import ('@/view/FirstRepayment/manageAffairReport.vue')
          },
          {
            path: '/reportQuality',
@@ -1657,7 +1767,8 @@
              icon: 'custom custom-fenxi',
              title: '报表质量诊断'
            },
            component: () => import('@/view/FirstRepayment/reportQuality.vue')
                        component: () =>
                            import ('@/view/FirstRepayment/reportQuality.vue')
          },
          {
            path: '/financialRisk',
@@ -1667,7 +1778,8 @@
              icon: 'custom custom-zhutifengxianxishu_b',
              title: '财务风险'
            },
            component: () => import('@/view/FirstRepayment/financialRisk.vue')
                        component: () =>
                            import ('@/view/FirstRepayment/financialRisk.vue')
          },
        ]
      },
@@ -1680,7 +1792,8 @@
          icon: 'custom custom-jingyingfenxi',
          title: '经营性资产评估'
        },
        component: () => import('@/view/FirstRepayment/AssetsAppraisal_Management.vue')
                component: () =>
                    import ('@/view/FirstRepayment/AssetsAppraisal_Management.vue')
      },
      {
        path: '/AssetsAppraisal_NonOperation',
@@ -1691,7 +1804,8 @@
          icon: 'custom custom-tongjifenxi',
          title: '非经营性资产评估'
        },
        component: () => import('@/view/FirstRepayment/AssetsAppraisal_NonOperation.vue')
                component: () =>
                    import ('@/view/FirstRepayment/AssetsAppraisal_NonOperation.vue')
      },
      {
        path: '/LiabilityAssessment',
@@ -1702,7 +1816,8 @@
          icon: 'custom custom-zhaiquan',
          title: '负债评估'
        },
        component: () => import('@/view/FirstRepayment/LiabilityAssessment.vue')
                component: () =>
                    import ('@/view/FirstRepayment/LiabilityAssessment.vue')
      },
      {
        path: '/TaxAssessment',
@@ -1713,7 +1828,8 @@
          icon: 'custom custom-zengzhishui',
          title: '增值税、所得税评估'
        },
        component: () => import('@/view/FirstRepayment/TaxAssessment.vue')
                component: () =>
                    import ('@/view/FirstRepayment/TaxAssessment.vue')
      },
      {
        path: '/LitigationAndCreditReporting',
@@ -1724,7 +1840,8 @@
          icon: 'custom custom-falvsusong',
          title: '未公开诉讼及征信信息'
        },
        component: () => import('@/view/FirstRepayment/LitigationAndCreditReporting.vue')
                component: () =>
                    import ('@/view/FirstRepayment/LitigationAndCreditReporting.vue')
      }
    ]
  },
@@ -1739,8 +1856,7 @@
      title: '信用担保'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/publicInformation_g',
        name: 'publicInformation_g',
        meta: {
@@ -1749,7 +1865,8 @@
          icon: 'custom custom-gongkaixinxi2',
          title: '公开信息'
        },
        component: () => import('@/view/guaranteeGroup/publicInformation.vue')
                component: () =>
                    import ('@/view/guaranteeGroup/publicInformation.vue')
      },
      {
        path: '/BasicAttributes_g',
@@ -1760,7 +1877,8 @@
          icon: 'custom custom-xinyongpingji',
          title: '信用评级'
        },
        component: () => import('@/view/guaranteeGroup/BasicAttributes.vue')
                component: () =>
                    import ('@/view/guaranteeGroup/BasicAttributes.vue')
      },
      {
        path: '/information_g',
@@ -1771,7 +1889,8 @@
          icon: 'custom custom-qiYeZongHeXinXi',
          title: '主体基础信息'
        },
        component: () => import('@/view/guaranteeGroup/information.vue')
                component: () =>
                    import ('@/view/guaranteeGroup/information.vue')
      },
      {
        path: '/historicalFinancial_g',
@@ -1782,7 +1901,8 @@
          icon: 'custom custom-cash',
          title: '财务分析'
        },
        component: () => import('@/view/guaranteeGroup/historicalFinancial.vue')
                component: () =>
                    import ('@/view/guaranteeGroup/historicalFinancial.vue')
      },
      {
        path: '/AssetsAppraisal_Management_g',
@@ -1793,7 +1913,8 @@
          icon: 'custom custom-jingyingfenxi',
          title: '经营性资产评估'
        },
        component: () => import('@/view/guaranteeGroup/AssetsAppraisal_Management.vue')
                component: () =>
                    import ('@/view/guaranteeGroup/AssetsAppraisal_Management.vue')
      },
      {
        path: '/AssetsAppraisal_NonOperation_g',
@@ -1804,7 +1925,8 @@
          icon: 'custom custom-tongjifenxi',
          title: '非经营性资产评估'
        },
        component: () => import('@/view/guaranteeGroup/AssetsAppraisal_NonOperation.vue')
                component: () =>
                    import ('@/view/guaranteeGroup/AssetsAppraisal_NonOperation.vue')
      },
      {
        path: '/LiabilityAssessment_g',
@@ -1815,7 +1937,8 @@
          icon: 'custom custom-zhaiquan',
          title: '负债评估'
        },
        component: () => import('@/view/guaranteeGroup/LiabilityAssessment.vue')
                component: () =>
                    import ('@/view/guaranteeGroup/LiabilityAssessment.vue')
      },
      {
        path: '/TaxAssessment_g',
@@ -1826,7 +1949,8 @@
          icon: 'custom custom-zengzhishui',
          title: '增值税、所得税评估'
        },
        component: () => import('@/view/guaranteeGroup/TaxAssessment.vue')
                component: () =>
                    import ('@/view/guaranteeGroup/TaxAssessment.vue')
      },
      {
        path: '/LitigationAndCreditReporting_g',
@@ -1837,7 +1961,8 @@
          icon: 'custom custom-falvsusong',
          title: '未公开诉讼及征信信息'
        },
        component: () => import('@/view/guaranteeGroup/LitigationAndCreditReporting.vue')
                component: () =>
                    import ('@/view/guaranteeGroup/LitigationAndCreditReporting.vue')
      }
    ]
  },
@@ -1852,8 +1977,7 @@
      title: '外部被担保负债'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/publicInformation_waiBu',
        name: 'publicInformation_waiBu',
        meta: {
@@ -1862,7 +1986,8 @@
          icon: 'custom custom-gongkaixinxi2',
          title: '公开信息'
        },
        component: () => import('@/view/waiBuBeiDanBao/publicInformation_waiBu.vue')
                component: () =>
                    import ('@/view/waiBuBeiDanBao/publicInformation_waiBu.vue')
      },
      {
        path: '/BasicAttributes_waiBu',
@@ -1873,7 +1998,8 @@
          icon: 'custom custom-xinyongpingji',
          title: '信用评级'
        },
        component: () => import('@/view/waiBuBeiDanBao/BasicAttributes_waiBu.vue')
                component: () =>
                    import ('@/view/waiBuBeiDanBao/BasicAttributes_waiBu.vue')
      },
      {
        path: '/information_waiBu',
@@ -1884,7 +2010,8 @@
          icon: 'custom custom-qiYeZongHeXinXi',
          title: '主体基础信息'
        },
        component: () => import('@/view/waiBuBeiDanBao/information_waiBu.vue')
                component: () =>
                    import ('@/view/waiBuBeiDanBao/information_waiBu.vue')
      },
      {
        path: '/historicalFinancial_waiBu',
@@ -1895,7 +2022,8 @@
          icon: 'custom custom-cash',
          title: '财务分析'
        },
        component: () => import('@/view/waiBuBeiDanBao/historicalFinancial.vue')
                component: () =>
                    import ('@/view/waiBuBeiDanBao/historicalFinancial.vue')
      },
      {
        path: '/baseMessage_waiBu',
@@ -1906,7 +2034,8 @@
          icon: 'custom custom-waibubeidanbao',
          title: '外部被担保负债基本信息'
        },
        component: () => import('@/view/waiBuBeiDanBao/baseMessage_waiBu.vue')
                component: () =>
                    import ('@/view/waiBuBeiDanBao/baseMessage_waiBu.vue')
      }
    ]
  },
@@ -1921,8 +2050,7 @@
      title: '内部往来及担保'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/page1',
        name: 'page1',
        meta: {
@@ -1931,7 +2059,8 @@
          icon: 'custom custom-neibuwangla_b',
          title: '内部往来情况'
        },
        component: () => import('@/view/CreditGuarantee/page1.vue')
                component: () =>
                    import ('@/view/CreditGuarantee/page1.vue')
      },
      {
        path: '/page3',
@@ -1942,7 +2071,8 @@
          icon: 'custom custom-xinyongdanbaopinggu',
          title: '信用担保评估'
        },
        component: () => import('@/view/CreditGuarantee/page3.vue')
                component: () =>
                    import ('@/view/CreditGuarantee/page3.vue')
      },
      {
        path: '/page4',
@@ -1953,7 +2083,8 @@
          icon: 'custom custom-diyazhidi',
          title: '抵押质押评估'
        },
        component: () => import('@/view/CreditGuarantee/page4.vue')
                component: () =>
                    import ('@/view/CreditGuarantee/page4.vue')
      }
    ]
  },
@@ -1968,8 +2099,7 @@
      icon: 'custom custom-dulidanbaopin',
      title: '独立担保品'
    },
    children: [
      {
        children: [{
        path: '/LandCollateral',
        name: 'LandCollateral',
        meta: {
@@ -1978,7 +2108,8 @@
          icon: 'custom custom-tudifangchanlei',
          title: '土地房产类担保品'
        },
        component: () => import('@/view/IndependentCollateralAssessment/LandCollateral.vue')
                component: () =>
                    import ('@/view/IndependentCollateralAssessment/LandCollateral.vue')
      },
      {
        path: '/QuasiCash',
@@ -1989,7 +2120,8 @@
          icon: 'custom custom-zhunxianjin',
          title: '准现金资产类担保品'
        },
        component: () => import('@/view/IndependentCollateralAssessment/QuasiCash.vue')
                component: () =>
                    import ('@/view/IndependentCollateralAssessment/QuasiCash.vue')
      },
      {
        path: '/OpenClaims',
@@ -2000,7 +2132,8 @@
          icon: 'custom custom-gongkaizhaiquan',
          title: '公开债权类担保品'
        },
        component: () => import('@/view/IndependentCollateralAssessment/OpenClaims.vue')
                component: () =>
                    import ('@/view/IndependentCollateralAssessment/OpenClaims.vue')
      },
      {
        path: '/PrivatelyClaims',
@@ -2011,7 +2144,8 @@
          icon: 'custom custom-feigongkaizhaiquan_b',
          title: '非公开债权类担保品'
        },
        component: () => import('@/view/IndependentCollateralAssessment/PrivatelyClaims.vue')
                component: () =>
                    import ('@/view/IndependentCollateralAssessment/PrivatelyClaims.vue')
      },
      {
        path: '/OpenEquity',
@@ -2022,7 +2156,8 @@
          icon: 'custom custom-gongkaiguquan',
          title: '公开股权类担保品'
        },
        component: () => import('@/view/IndependentCollateralAssessment/OpenEquity.vue')
                component: () =>
                    import ('@/view/IndependentCollateralAssessment/OpenEquity.vue')
      },
      {
        path: '/PrivatelyEquity',
@@ -2033,7 +2168,8 @@
          icon: 'custom custom-feigongkaiguquan',
          title: '非公开股权类担保品'
        },
        component: () => import('@/view/IndependentCollateralAssessment/PrivatelyEquity.vue')
                component: () =>
                    import ('@/view/IndependentCollateralAssessment/PrivatelyEquity.vue')
      },
      {
        path: '/Commodity',
@@ -2044,7 +2180,8 @@
          icon: 'custom custom-shangpinlei',
          title: '商品类担保品'
        },
        component: () => import('@/view/IndependentCollateralAssessment/Commodity.vue')
                component: () =>
                    import ('@/view/IndependentCollateralAssessment/Commodity.vue')
      },
      {
        path: '/Others',
@@ -2055,7 +2192,8 @@
          icon: 'custom custom-qita',
          title: '其他担保品'
        },
        component: () => import('@/view/IndependentCollateralAssessment/Others.vue')
                component: () =>
                    import ('@/view/IndependentCollateralAssessment/Others.vue')
      }
    ]
  },
@@ -2070,8 +2208,7 @@
      title: '全面绩效分析'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/Analysis_firstRepayment',
        name: 'Analysis_firstRepayment',
        meta: {
@@ -2081,8 +2218,7 @@
          title: '第一还款来源主体'
        },
        component: parentView,
        children: [
          {
                children: [{
            path: '/BalanceSheet',
            name: 'BalanceSheet',
            meta: {
@@ -2091,7 +2227,8 @@
              icon: 'custom custom-zhaiquan',
              title: '资产负债分析'
            },
            component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/BalanceSheet.vue')
                        component: () =>
                            import ('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/BalanceSheet.vue')
          },
          {
            path: '/StatementOfCashFlow',
@@ -2102,7 +2239,8 @@
              icon: 'custom custom-qiandai',
              title: '现金流量分析'
            },
            component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/StatementOfCashFlow.vue')
                        component: () =>
                            import ('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/StatementOfCashFlow.vue')
          },
          {
            path: '/FreeBalanceSheet',
@@ -2113,7 +2251,8 @@
              icon: 'custom custom-touruchanchu',
              title: '投入产出分析'
            },
            component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/FreeBalanceSheet.vue')
                        component: () =>
                            import ('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/FreeBalanceSheet.vue')
          },
          {
            path: '/BusinessAnalysis',
@@ -2124,7 +2263,8 @@
              icon: 'custom custom-jingyingfenxi',
              title: '经营分析'
            },
            component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/BusinessAnalysis.vue')
                        component: () =>
                            import ('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/BusinessAnalysis.vue')
          },
          {
            path: '/page5_firstRepayment',
@@ -2135,7 +2275,8 @@
              icon: 'custom custom-guquan',
              title: '内部股权债权关系分析'
            },
            component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/page5.vue')
                        component: () =>
                            import ('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/page5.vue')
          }
        ]
      },
@@ -2149,8 +2290,7 @@
          title: '信用担保主体'
        },
        component: parentView,
        children: [
          {
                children: [{
            path: '/BalanceSheet_g',
            name: 'BalanceSheet_g',
            meta: {
@@ -2159,7 +2299,8 @@
              icon: 'custom custom-zhaiquan',
              title: '资产负债分析'
            },
            component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/BalanceSheet.vue')
                        component: () =>
                            import ('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/BalanceSheet.vue')
          },
          {
            path: '/StatementOfCashFlow_g',
@@ -2170,7 +2311,8 @@
              icon: 'custom custom-qiandai',
              title: '现金流量分析'
            },
            component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/StatementOfCashFlow.vue')
                        component: () =>
                            import ('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/StatementOfCashFlow.vue')
          },
          {
            path: '/FreeBalanceSheet_g',
@@ -2181,7 +2323,8 @@
              icon: 'custom custom-touruchanchu',
              title: '投入产出分析'
            },
            component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/FreeBalanceSheet.vue')
                        component: () =>
                            import ('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/FreeBalanceSheet.vue')
          },
          {
            path: '/BusinessAnalysis_g',
@@ -2192,7 +2335,8 @@
              icon: 'custom custom-jingyingfenxi',
              title: '经营分析'
            },
            component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/BusinessAnalysis.vue')
                        component: () =>
                            import ('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/BusinessAnalysis.vue')
          },
          {
            path: '/page5_guaranteeGroup',
@@ -2203,7 +2347,8 @@
              icon: 'custom custom-guquan',
              title: '内部股权债权关系分析'
            },
            component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/page5.vue')
                        component: () =>
                            import ('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/page5.vue')
          }
        ]
      }
@@ -2220,8 +2365,7 @@
      icon: 'custom custom-xinyongfengxian',
      title: '风险综合评估'
    },
    children: [
      {
        children: [{
        path: '/EvaluationResultPage2',
        name: 'EvaluationResultPage2',
        meta: {
@@ -2230,7 +2374,8 @@
          icon: 'custom custom-fenxi',
          title: '违约率与RAROC分析'
        },
        component: () => import('@/view/EvaluationResult/EvaluationResultPage2.vue')
                component: () =>
                    import ('@/view/EvaluationResult/EvaluationResultPage2.vue')
      },
      {
        path: '/tab1',
@@ -2241,7 +2386,8 @@
          icon: 'custom custom-pinggu',
          title: '信用风险综合评估报告'
        },
        component: () => import('@/view/EvaluationResult/tab1.vue')
                component: () =>
                    import ('@/view/EvaluationResult/tab1.vue')
      },
      {
        path: '/fileListPage',
@@ -2252,7 +2398,8 @@
          icon: 'custom custom-xinyongdanbaopinggu',
          title: '项目附件'
        },
        component: () => import('@/view/EvaluationResult/fileListPage.vue')
                component: () =>
                    import ('@/view/EvaluationResult/fileListPage.vue')
      }
    ]
  },
@@ -2267,8 +2414,7 @@
      title: '账号管理'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/accountManagement_s',
        name: 'accountManagement_s',
        meta: {
@@ -2277,7 +2423,8 @@
          icon: 'custom custom-zhanghuguanli',
          title: '机构管理员账号'
        },
        component: () => import('@/view/superAdministration/accountManagement_s.vue')
                component: () =>
                    import ('@/view/superAdministration/accountManagement_s.vue')
      },
      {
        path: '/ChangePassword',
@@ -2289,7 +2436,8 @@
          icon: 'custom custom-zhanghuguanli',
          title: '修改账号密码'
        },
        component: () => import('@/view/AccountManagement/ChangePassword.vue')
                component: () =>
                    import ('@/view/AccountManagement/ChangePassword.vue')
      }
    ]
  },
@@ -2304,8 +2452,7 @@
      title: '账号管理'
    },
    component: Main,
    children: [
      {
        children: [{
        path: '/accountManagement',
        name: 'accountManagement',
        meta: {
@@ -2314,7 +2461,8 @@
          icon: 'custom custom-zhanghuguanli',
          title: '机构员工账号'
        },
        component: () => import('@/view/parameterMaintenance/accountManagement.vue')
                component: () =>
                    import ('@/view/parameterMaintenance/accountManagement.vue')
      },
      {
        path: '/ChangePassword',
@@ -2326,7 +2474,8 @@
          icon: 'custom custom-zhanghuguanli',
          title: '修改账号密码'
        },
        component: () => import('@/view/AccountManagement/ChangePassword.vue')
                component: () =>
                    import ('@/view/AccountManagement/ChangePassword.vue')
      }
    ]
  },
@@ -2341,8 +2490,7 @@
      icon: 'custom custom-canshubiaoweihu_b',
      title: '参数表维护'
    },
    children: [
      {
        children: [{
        path: '/propertyInfoList_s',
        name: 'propertyInfoList_s',
        meta: {
@@ -2351,7 +2499,8 @@
          icon: 'custom custom-zhutifengxianxishu_b',
          title: '主体性质风险系数'
        },
        component: () => import('@/view/superAdministration/propertyInfoList_s.vue')
                component: () =>
                    import ('@/view/superAdministration/propertyInfoList_s.vue')
      },
      {
        path: '/assetRecoveryStatement_s',
@@ -2362,7 +2511,8 @@
          icon: 'custom custom-zichanhuishoulvyugubiao',
          title: '资产可回收率预估表'
        },
        component: () => import('@/view/superAdministration/assetRecoveryStatement_s.vue')
                component: () =>
                    import ('@/view/superAdministration/assetRecoveryStatement_s.vue')
      },
      {
        path: '/baseRateTable_s',
@@ -2373,7 +2523,8 @@
          icon: 'custom custom-jizhunlilvjiegoubiao',
          title: '基准利率期限结构表'
        },
        component: () => import('@/view/superAdministration/baseRateTable_s.vue')
                component: () =>
                    import ('@/view/superAdministration/baseRateTable_s.vue')
      }
    ]
  },
@@ -2388,8 +2539,7 @@
      icon: 'custom custom-canshubiaoweihu_b',
      title: '参数表维护'
    },
    children: [
      {
        children: [{
        path: '/assetRecoveryStatement',
        name: 'assetRecoveryStatement',
        meta: {
@@ -2398,7 +2548,8 @@
          icon: 'custom custom-zichanhuishoulvyugubiao',
          title: '资产可回收率预估表'
        },
        component: () => import('@/view/parameterMaintenance/assetRecoveryStatement.vue')
                component: () =>
                    import ('@/view/parameterMaintenance/assetRecoveryStatement.vue')
      },
      {
        path: '/baseRateTable',
@@ -2409,7 +2560,8 @@
          icon: 'custom custom-zichanchengbenbiao',
          title: '资金成本表'
        },
        component: () => import('@/view/parameterMaintenance/baseRateTable.vue')
                component: () =>
                    import ('@/view/parameterMaintenance/baseRateTable.vue')
      },
      {
        path: '/ratingScale',
@@ -2420,7 +2572,8 @@
          icon: 'custom custom-pingjizhubiaochi_b',
          title: '评级主标尺表'
        },
        component: () => import('@/view/parameterMaintenance/ratingScale.vue')
                component: () =>
                    import ('@/view/parameterMaintenance/ratingScale.vue')
      }
    ]
  },
@@ -2433,8 +2586,7 @@
      hideInBread: true,
      hideInMenu: true
    },
    children: [
      {
        children: [{
        path: '/message_page',
        name: 'message_page',
        meta: {
@@ -2442,9 +2594,9 @@
          icon: 'custom custom-jixiao',
          title: '消息中心'
        },
        component: () => import('@/view/single-page/message/index.vue')
      }
    ]
            component: () =>
                import ('@/view/single-page/message/index.vue')
        }]
  },
  {
    path: '/offSiteCheckQYTP',
@@ -2453,7 +2605,8 @@
      notCache: true,
      hideInMenu: true,
    },
    component: () => import('@/view/enterpriseControl/offSiteCheckQYTP.vue')
        component: () =>
            import ('@/view/enterpriseControl/offSiteCheckQYTP.vue')
  },
  {
    path: '/newsDetail',
@@ -2462,7 +2615,8 @@
      notCache: true,
      hideInMenu: true
    },
    component: () => import('@/view/diligenceTools/components/newsDetail')
        component: () =>
            import ('@/view/diligenceTools/components/newsDetail')
  },
  {
    path: '/401',
@@ -2472,7 +2626,8 @@
      access: ['error_401'],
      hideInMenu: true
    },
    component: () => import('@/view/error-page/401.vue')
        component: () =>
            import ('@/view/error-page/401.vue')
  },
  {
    path: '/500',
@@ -2481,7 +2636,8 @@
      notCache: true,
      hideInMenu: true
    },
    component: () => import('@/view/error-page/500.vue')
        component: () =>
            import ('@/view/error-page/500.vue')
  },
  {
    path: '*',
@@ -2490,6 +2646,7 @@
      notCache: true,
      hideInMenu: true
    },
    component: () => import('@/view/error-page/404.vue')
        component: () =>
            import ('@/view/error-page/404.vue')
  }
]
src/view/diligenceTools/AccountsReceivable.vue
New file
@@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
name:'rongziZiguan'
}
</script>
<style>
</style>
src/view/diligenceTools/AssetManagementPrivateFunding.vue
src/view/diligenceTools/Bankloan.vue
New file
@@ -0,0 +1,13 @@
<template>
  <div>111</div>
</template>
<script>
export default {
    name: 'Bankloan',
}
</script>
<style>
</style>
src/view/diligenceTools/FinancingAnalysis.vue
src/view/diligenceTools/FinancingOverview.vue
New file
@@ -0,0 +1,460 @@
<template>
  <div id="topId">
    <div v-show="scrollTop < -200"
         @click="backTop"
         style="width: 20px;height: 20px;position: fixed;bottom: 45px;right: 22px;
          z-index: 99999;cursor: pointer;text-align: center;line-height: 18px;background-color: darkgray;color: white;">
      <Icon type="md-arrow-round-up" size="18"/>
    </div>
    <Card id="backTop">
      <div class="customTitle">
        <Icon custom="custom custom-gongkaixinxi2"></Icon>
        <span style="margin-left: 6px;">融资总览</span>
      </div>
    </Card>
    <Card style="position: relative;margin-top: 12px;">
      <Spin v-show="loading" fix>
        <!--            <Icon type="ios-loading" size=18 class="demo-spin-icon-load"></Icon>-->
        <!--            <div> 加载中,请稍后...</div>-->
      </Spin>
      <!--      <p v-show="loading=true"-->
      <!--         style="width: 150px;margin: 0 auto;margin-bottom: 12px;">-->
      <!--        <Icon type="ios-loading" size=18 class="demo-spin-icon-load"></Icon>-->
      <!--        加载中,请稍后...-->
      <!--      </p>-->
      <!--      <Spin v-show="loading" fix>-->
      <!--        <Icon type="ios-loading" size=18 class="demo-spin-icon-load"></Icon>-->
      <!--        <div>Loading</div>-->
      <!--      </Spin>-->
      <ul class="lists_readAndEdit clearfix" style="margin-top: 0;padding-bottom: 6px;">
        <li class="list" style="width: 100%;">
          <span class="list_name">企业名称</span>
          <div class="list_value">
            <Poptip trigger="focus" placement="bottom-start" transfer
                    style="width: 400px;float: left;margin-right: 10px;">
              <Input v-model="searchName"
                     size="large"
                     @on-change="remoteMethod"
                     @on-enter="mergeRequest"
                     placeholder="请输入企业名称"></Input>
              <ul slot="content" style="width: 500px;">
                <li v-if="optionsList && optionsList.length == 0">无匹配结果</li>
                <li v-for="(item, index) in optionsList" :key="index" @click="changeBelongLtdId(item.Name)"
                    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>
            <Button size="large" icon="ios-search" style="float: left;" type="primary"
                    @click="mergeRequest">搜索
            </Button>
          </div>
        </li>
        <li v-if="historyList.length > 0" class="list" style="width: 100%;margin-top: 2px;">
          <span class="list_name" style="top: 5px;">历史记录</span>
          <div class="list_value">
            <Tag v-for="(item,index) in historyList" type="border" style="cursor:pointer;"
                 @click.native="quickSearch(item)">{{ item }}
            </Tag>
          </div>
        </li>
      </ul>
      <span v-if="isShow == false && selectedName !== '' && !loading"
            style="display:inline-block;margin-top:8px;font-weight: 600;">{{
          `未查询到企业名称是’${selectedName}’的有效信息!`
        }}</span>
      <div v-if="isShow">
        <div style="margin-top:0px">
          <span v-if="selectedName"
                style="display:inline-block;margin-top:8px;font-weight: 600;"> {{selectedName||realName }}</span>
          <span>
          <Button v-cloak v-if="accessShow===true&&!disabledAdd===true" type="primary"
                  custom-icon="custom custom-tianjia"
                  style="box-sizing: content-box;line-height: 35px;margin-left:12px;height: 35px"
                  @click="comfirmAddControl" :disabled="disabledAdd">加入企业监控</Button>
          </span>
        </div>
<!--        <Tabs  value="tab4"  type="card" style="margin-top:8px;">-->
<!--            <TabPane label="融资及抵质押" name="tab4"></TabPane>-->
<!--        </Tabs>-->
        <rongzitab4 v-if="tab == 'tab4' && showTab4" :name="selectedName" :childrenLoadingReset="childrenLoadingReset"
              :TSCode="fullDetail.IsNew3 ? fullDetail.New3Code : IPODetail.TSCode" :IsNew3="fullDetail.IsNew3"></rongzitab4>
        <div v-else style="text-align: center;margin: 20px 0;">
          <Icon custom="custom custom-kong" size="40" style="color: darkgray;"></Icon>
          <p style="margin-top: 8px;">暂无数据</p>
        </div>
      </div>
    </Card>
  </div>
</template>
<script>
import $ from 'jquery'
import axios from '@/libs/api.request'
import rongzitab4 from './components/rongzitab4'
export default {
  name: 'publicInformation',
  components: {
    rongzitab4
  },
  data () {
    return {
      disabledAdd: false, // 是否可以加入企业监控
      ProjId: 1, // 项目Id
      loading: true, // loading
      selectedName: '', // 所属主体
      realName: '', // 当前使用的名称
      IPODetail: '', // 股票代码
      showTab4: false, // 是否加载tab4
      companyList: [], // 第一还款来源的公司列表
      tab: 'tab4', // 选中tab
      fullDetail: {}, // 详细信息
      baseAnnualReportList: [], // 企业年报(存档)
      baseSeriousViolationList: [], // 黑名单(存档)
      clearMyInterval: false, // 是否清除定时器
      optionsList: [], // 模糊搜索的主体名称列表
      searchLoading: false, // 模糊搜索loading
      searchName: '', // 搜索框中的公司名称
      historyList: [], // 历史记录
      isShow: false, // 企业是否查询成功
      accessParams: [], // 定义获取getuserinfo的access的数据
      accessShow: false,
      CompanyId: 0,
      scrollTop: 0,// 距离顶部距离
      childrenLoadingReset:""
    }
  },
  mounted () {
    window.addEventListener('scroll', this.scrollListen, true)
    this.ProjId = localStorage.getItem('RiskProjectId')
    this.CompanyId = localStorage.getItem('RiskCompanyId')
    this.accessParams = this.$store.state.user.access
    if (this.accessParams.indexOf('enterpriseControl') >= 0) {
      this.accessShow = true
    } else {
      this.accessShow = false
    }
    this.getRepaymentList('First')
    let a = localStorage.getItem('public_Message_name')
    // if (a) {
    //   this.searchName = a
    //   this.selectedName = a
    //   if (this.optionsList.length == 0) {
    //     this.remoteMethod()
    //   }
    //   this.mergeRequest(this.selectedName)
    // } else {
    //   this.getSearchInfoList()
    // }
    if (this.$route.query.name) {
      this.searchName = this.$route.query.name
      this.selectedName = this.$route.query.name
      if (this.optionsList.length == 0) {
        this.remoteMethod()
      }
      this.mergeRequest(this.selectedName)
    } else {
      this.getSearchInfoList()
    }
  },
  beforeRouteLeave (to, from, next) {
    this.clearMyInterval = true
    window.removeEventListener('scroll', this.scrollListen, true)
    next()
  },
  deactivated () {
  },
  methods: {
    scrollListen () {
      this.scrollTop = $('#topId').offset().top
    },
    backTop () {
      document.getElementById('backTop').scrollIntoView()
    },
    comfirmAddControl () {
      let data = {
        CompanyName: (this.realName || this.selectedName),
        CompanyId: this.CompanyId
      }
      axios.request({
        data,
        url: '/ComMonitor/AddComMonitor',
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.checkAddenterprise()
        } else {
        }
      }, res => {
      })
    },
    /**
     * 检查是否可以加入企业监控
     */
    checkAddenterprise () {
      this.disabledAdd = false
      let data = {
        Name: this.realName || this.selectedName
      }
      axios.request({
        data,
        url: '/ComMonitor/CheckComMonitor',
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.disabledAdd = res.data.Data
        } else {
        }
      }, res => {
      })
    },
    /**
     * 获取历史记录
     */
    getSearchInfoList () {
      axios.request({
        url: '/SearchInfo/GetSearchInfoList',
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.historyList = res.data.Data
          if (this.historyList.length > 0 && this.selectedName === '') {
            this.searchName = this.historyList[0]
            this.selectedName = this.historyList[0]
            if (this.optionsList.length == 0) {
              this.remoteMethod()
            }
            this.mergeRequest(this.selectedName)
          } else {
            this.loading = false
          }
        } else {
        }
      }, res => {
      })
    },
    /**
     * 快捷搜索
     */
    quickSearch (item) {
      this.childrenLoadingReset=item
      if (item && typeof (item) === 'string') {
        this.searchName = item
        this.selectedName = item
        this.mergeRequest(this.selectedName)
      } else if (this.searchName === '') {
        this.$Message.error('请输入不为空的企业名称!')
        return false
      }
    },
    /**
     * 远程搜索主体名称
     */
    remoteMethod () {
      this.TypeAdd = 1
      if (this.searchName !== '') {
        this.searchLoading = true
        let data = {keyword: this.searchName}
        axios.request({
          url: '/qichacha/FuzzySearch',
          data,
          method: 'post'
        }).then(res => {
          if (res.data.Check) {
            this.optionsList = JSON.parse(JSON.stringify(res.data.Data))
          } else {
            this.optionsList = []
          }
          this.searchLoading = false
        }, res => {
          this.optionsList = []
          this.searchLoading = false
        })
      } else {
        this.optionsList = []
      }
    },
    /**
     * 获取第一/其他还款主体
     * @pid 项目Id
     * @TypeInfo 类型,第一主体为First,其他主体为Other
     */
    getRepaymentList (TypeInfo) {
      let data = {
        pid: this.ProjId,
        TypeInfo: TypeInfo,
        SubjectFilter: true
      }
      axios.request({
        url: '/subject/GetSubjectList',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.companyList = res.data.Data
        } else {
        }
      }, res => {
      })
    },
    /**
     * 修改belongLtdId
     */
    changeBelongLtdId (item) {
      this.showTab4 = false
      this.searchName = item
    },
    /**
     * 修改选中tab
     */
    changeTab (name) {
      if (name == 'tab7') {
        this.clearMyInterval = false
      } else {
        this.clearMyInterval = true
      }
      setTimeout(() => {
        this.tab = name
      }, 1)
    },
    /**
     * 工商信息
     */
    getFullDetail () {
      let data = {
        name: this.selectedName,
        searchType: 1
      }
      return axios.request({
        url: '/QiChaCha/GetFullDetail',
        data,
        method: 'post'
      })
    },
    /**
     * 企业年报
     */
    getAnnualReportList () {
      let data = {
        name: this.selectedName
      }
      return axios.request({
        url: '/QiChaCha/GetAnnualReport',
        data,
        method: 'post'
      })
    },
    /**
     * 黑名单
     */
    getSeriousViolationList () {
      let data = {
        name: this.selectedName
      }
      return axios.request({
        url: '/QiChaCha/GetSeriousViolationList',
        data,
        method: 'post'
      })
    },
    /**
     * 合并请求
     */
    mergeRequest (name) {
      if (name && typeof (name) === 'string') {
        this.selectedName = name
      } else if (this.searchName === '') {
        this.$Message.error('请输入不为空的企业名称!')
        return false
      } else {
        this.selectedName = this.searchName
      }
      // this.loading = true
      this.checkAddenterprise()
      this.showTab4 = false
      this.axios.all([
        this.getFullDetail(),
        this.getAnnualReportList()
      ])
        .then(this.axios.spread((fullDetail, baseAnnualReportList) => {
          // fullDetail
          if (fullDetail.data.Check) {
            this.fullDetail = fullDetail.data.Data || {}
            this.realName = this.fullDetail.Name
            if (!this.fullDetail.IsNew3 && this.tab == 'tab8') {
              this.tab = 'tab1'
            }
            if (this.fullDetail.IsOnStock == 1) {
              this.getIPODetail()
            } else {
              this.showTab4 = true
              this.IPODetail = {}
            }
            this.getSearchInfoList()
            this.isShow = true
            this.loading = false
          } else {
            this.isShow = false
            this.$Message.error(fullDetail.data.Msg)
            this.loading = false
          }
          // fullDetail
          // baseAnnualReportList
          this.baseAnnualReportList = baseAnnualReportList.data.Data || []
          // baseAnnualReportList
          this.loading = false
        }))
    },
    /**
     * 获取股票代码
     */
    getIPODetail () {
      let data = {
        stockCode: this.selectedName
      }
      this.loading = true
      axios.request({
        url: '/QiChaCha/GetIPODetail',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.IPODetail = res.data.Data
          this.showTab4 = true
        } else {
          this.IPODetail = {}
        }
        this.loading = false
      }, res => {
        this.IPODetail = {}
        this.loading = false
      })
    }
  },
  computed: {}
}
</script>
<style>
[v-cloak] {
  display: none !important;
}
</style>
src/view/diligenceTools/Mortgagepledge.vue
src/view/diligenceTools/Trustfinancing.vue
src/view/diligenceTools/bondfinancing.vue
src/view/diligenceTools/components/rongzitab4.vue
@@ -6,15 +6,7 @@
    <!--      <Icon type="ios-loading" size=18 class="demo-spin-icon-load"></Icon>-->
    <!--      <div>Loading</div>-->
    <!--    </Spin>-->
    <p v-show="(stockPledgeType == '普通' && loadingCount < 7) ||(stockPledgeType == '新三板' && loadingCount < 7) ||(stockPledgeType == 'IPO' && loadingCount < 9) || loading"
       style="width: 150px;margin: 0 auto;margin-bottom: 12px;">
      <Icon type="ios-loading" size=18 class="demo-spin-icon-load"></Icon>
      加载中,请稍后...
    </p>
    <div v-show="loadingCount == 7&&controlIcon===true" style="text-align: center;margin: 20px 0;">
      <Icon custom="custom custom-kong" size="40" style="color: darkgray;"></Icon>
      <p style="margin-top: 8px;">暂无数据</p>
    </div>
    <ul id="tab4" class="clearfix" v-show="notshow">
      <li v-for="item in targetsList"
          v-if="item.num !== 0"
@@ -24,6 +16,12 @@
        <span class="num">{{ item.num }}</span>
      </li>
    </ul>
     <Tabs>
            <TabPane label="融资图谱" name="tab1">
            </TabPane>
            <TabPane label="主要融资信息" name="tab2">
    <div v-if="targetsList[0].num" style="margin-top: 12px;">
      <div class="newTitle" id="guQuanRongZiXinXi">
        主要融资信息
@@ -37,12 +35,24 @@
        </Table>
        <Page :current="companyFinancingsPageIndex"
              :total="baseCompanyFinancings.length"
              :page-size="5"
              :page-size="10"
              @on-change="changeCompanyFinancingsPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
    <div v-if="targetsList[1].num" style="margin-top: 12px;">
            </TabPane>
     </Tabs>
     <p v-show="(stockPledgeType == '普通' && loadingCount < 7) ||(stockPledgeType == '新三板' && loadingCount < 7) ||(stockPledgeType == 'IPO' && loadingCount < 9) || loading"
       style="width: 150px;margin: 0 auto;margin-bottom: 12px;">
      <Icon type="ios-loading" size=18 class="demo-spin-icon-load"></Icon>
      加载中,请稍后...
    </p>
    <div v-show="loadingCount == 7&&controlIcon===true" style="text-align: center;margin: 20px 0;">
      <Icon custom="custom custom-kong" size="40" style="color: darkgray;"></Icon>
      <p style="margin-top: 8px;">暂无数据</p>
    </div>
    <!-- <div v-if="targetsList[1].num" style="margin-top: 12px;">
      <div class="newTitle" id="zhaiQuanXinXi">
        债券信息
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ targetsList[1].num }}</span>
@@ -67,8 +77,8 @@
              @on-change="changeBondListPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
    <div v-if="targetsList[2].num" style="margin-top: 12px;">
    </div> -->
    <!-- <div v-if="targetsList[2].num" style="margin-top: 12px;">
      <div class="newTitle" id="guQuanChuZhi">
        股权质押
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ targetsList[2].num }}</span>
@@ -85,8 +95,8 @@
              @on-change="changePlendePageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
    <div v-if="targetsList[3].num || targetsList[3].num ===''" style="margin-top: 12px;">
    </div> -->
    <!-- <div v-if="targetsList[3].num || targetsList[3].num ===''" style="margin-top: 12px;">
      <div class="newTitle" id="guQuanZhiYa">
        股票质押
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ targetsList[3].num }}</span>
@@ -245,7 +255,7 @@
                show-elevator style="float: right;margin-top: 12px;"/>
        </div>
      </div>
    </div>
    </div> -->
    <div v-if="targetsList[4].num" style="margin-top: 12px;">
      <div class="newTitle" id="dongChanDiYa">
        动产抵押
src/view/diligenceTools/leasefinancing.vue
src/view/rentExchangeZF/components/rentMarket.vue
@@ -10,6 +10,7 @@
      <div v-if="topInput==='1'" class="lists_readAndEdit2" style="margin-top: 0;padding-top: 0px;">
<!--        <span style="font-weight:600;">出租人: </span>-->
<!--        <span style="margin-right: 20px;">{{ rentSearch }}</span>-->
        <span style="font-weight: 600;font-size:14px;">地区:</span> <span style="margin-left: 3px;font-size: 14px;margin-right:10px;">{{comName}}</span>
        <span style="font-weight:600;">报告时间: </span>
        <span>{{ createTime }}</span>
      </div>
@@ -1098,6 +1099,10 @@
      default: ''
    },
    ReportId: {
      type: Number,
      default: ''
    },
    comName:{
      type: String,
      default: ''
    }
src/view/rentExchangeZF/rentExchangeCompanyZF.vue
@@ -256,6 +256,11 @@
            <TabPane label="地区财政情况" name="tab1">
              <div v-show="detailTab == 'tab1'"
                   style="max-height: 460px;overflow-x:hidden;overflow-y: auto;padding-right: 20px;">
                  <!-- <Card style="margin-top: 12px;"> -->
                  <!-- <p slot="title" class="title"> -->
                    <span style="font-weight: 600;font-size:14px;">地区:</span> <span style="margin-left: 3px;font-size: 14px;">{{areaNameTit}}</span>
                  <!-- </p> -->
                <!-- </Card> -->
                <Card style="margin-top: 12px;">
                  <p slot="title" class="title">
                    一、区域经济走势图
@@ -450,7 +455,7 @@
                </div>
                <Card style="margin-top: 12px;">
                  <p slot="title" class="title">
                    一、租赁资产风险分布图
                    一、租赁业务风险分布图
                  </p>
                  <div style="position: relative;">
                    <Spin v-if="detailLoading" fix></Spin>
@@ -458,7 +463,7 @@
                      <Col span="12">
                        <div v-if="showEcharts1" id="echarts1" style="width: 100%;height: 350px;"></div>
                        <div v-if="!showEcharts1" style="width: 100%;">
                          <h3 style="text-align: center;color: black;">租赁资产风险分布图 - 按租赁项目数量</h3>
                          <h3 style="text-align: center;color: black;">租赁业务风险分布图 - 按租赁项目数量</h3>
                          <div style="text-align: center;margin: 20px 0;">
                            <Icon custom="custom custom-kong" size="40" style="color: darkgray;"></Icon>
                            <p style="margin-top: 8px;">暂无数据</p>
@@ -468,7 +473,7 @@
                      <Col span="12">
                        <div v-if="showEcharts2" id="echarts2" style="width: 100%;height: 350px;"></div>
                        <div v-if="!showEcharts2" style="width: 100%;">
                          <h3 style="text-align: center;color: black;">租赁资产风险分布图 - 按资产余额</h3>
                          <h3 style="text-align: center;color: black;">租赁业务风险分布图 - 按资产余额</h3>
                          <div style="text-align: center;margin: 20px 0;">
                            <Icon custom="custom custom-kong" size="40" style="color: darkgray;"></Icon>
                            <p style="margin-top: 8px;">暂无数据</p>
@@ -480,7 +485,7 @@
                </Card>
                <Card style="margin-top: 12px;">
                  <p slot="title" class="title">
                    二、租赁资产行业分布图
                    二、租赁业务行业分布图
                  </p>
                  <div style="position: relative;">
                    <Spin v-if="detailLoading" fix></Spin>
@@ -492,7 +497,7 @@
              </div>
            </TabPane>
            <TabPane label="地区政信公司风险" name="tab4">
              <div style="width: 170px;" class="overclassipt">
              <div style="width: 570px;" class="overclassipt">
                <Select transfer allow-create class="overclass" :max-tag-count="1" multiple filterable
                        @on-open-change="opencloseColor" ref="threeref" id="threeid" @on-select="selectYJLevel"
                        :value="offSiteCheckModel.Name"
@@ -502,6 +507,7 @@
                    {{ item.label }}
                  </Option>
                </Select>
                <span style="font-weight: 600;font-size:14px;margin-left:5px">地区:</span> <span style="margin-left: 3px;font-size: 14px;">{{areaNameTit}}</span>
              </div>
              <div v-show="detailTab == 'tab4'" class="noPadding">
                <Table border :columns="detailMessageCzrfxTableColumns" :data="czrfxTable_current"
@@ -618,7 +624,7 @@
            <TabPane label="地区租赁登记明细" name="tab5">
              <div v-if="!isRequest_tab5" class="noPadding">
                <rentMarket componentsType="noTitle" :ReportId="ReportId" :companyName="detailName" :topInput="leaseShowNum"
                            :createTime='FinishTime'></rentMarket>
                            :createTime='FinishTime' :comName="developShow"></rentMarket>
              </div>
            </TabPane>
          </Tabs>
@@ -666,6 +672,8 @@
  },
  data () {
    return {
      developShow:'',
      areaNameTit:'',
      listLoading: true,//表格loading
      cityList: [],//市
      areaList: [],//区
@@ -1605,7 +1613,6 @@
        let data3 = {}
        for (let i = 0; i < this.areaReportEcharts.length; i++) {
          if (this.areaReportEcharts[i].colDesc === '地方政府债务限额(亿元)') {
            console.log(111)
            data3 = this.areaReportEcharts[i]
            delete data3.colDesc
            delete data3.colName
@@ -1690,7 +1697,6 @@
        let data4 = {}
        for (let i = 0; i < this.areaReportEcharts.length; i++) {
          if (this.areaReportEcharts[i].colDesc === '债务率(%)') {
            console.log(111)
            data4 = this.areaReportEcharts[i]
            delete data4.colDesc
            delete data4.colName
@@ -2138,6 +2144,16 @@
     * @param row
     */
    showDetail (row) {
      console.log(row);
      if(row.EconomicZone.indexOf('开发区')>0){
            // console.log(row.EconomicZone);
            this.areaNameTit=`${row.Province} ${row.City}`
            this.developShow=`${row.Province} ${row.City} ${row.EconomicZone}`
          }else{
            this.areaNameTit=`${row.Province} ${row.City } ${row.Area}`
            this.developShow=`${row.Province} ${row.City } ${row.Area}`
          }
          console.log(row,this.areaNameTit,this.developShow);
      this.detailTab = 'tab1'
      this.FinishTime = row.FinishTime
      this.isRequest_tab2 = true
@@ -2194,6 +2210,7 @@
    getReportByRiskEva () {
      this.isRequest_tab4 = false
      this.tab3Loading = true
      console.log(this.ReportId);
      let data = {
        reportId: this.ReportId
      }
@@ -2455,11 +2472,11 @@
        // let option6 = JSON.parse(JSON.stringify(this.option))
        // let option7 = JSON.parse(JSON.stringify(this.option))
        // let option8 = JSON.parse(JSON.stringify(this.option))
        option1.title.text = '租赁资产风险分布图 - 按承租人数量'
        option2.title.text = '租赁资产风险分布图 - 按资产余额(单位:元)'
        option3.title.text = '租赁资产行业分布图 - 按承租人数量'
        option4.title.text = '租赁资产行业分布图 - 按投放金额(单位:元)'
        option5.title.text = '租赁资产行业分布图 - 按资产余额(单位:元)'
        option1.title.text = '租赁业务风险分布图 - 按承租人数量'
        option2.title.text = '租赁业务风险分布图 - 按资产余额(单位:元)'
        option3.title.text = '租赁业务行业分布图 - 按承租人数量'
        option4.title.text = '租赁业务行业分布图 - 按投放金额(单位:元)'
        option5.title.text = '租赁业务行业分布图 - 按资产余额(单位:元)'
        // option6.title.text = '租赁资产地区分布图 - 按租赁项目数量'
        // option7.title.text = '租赁资产地区分布图 - 按投放金额(单位:元)'
        // option8.title.text = '租赁资产地区分布图 - 按资产余额(单位:元)'
@@ -2787,7 +2804,7 @@
        title: '所属地区',
        key: 'quYu',
        align: 'center',
        minWidth: 100
        minWidth: 100,
      })
      columns.push({
        title: '评估日期',