| | |
| | | <!-- </div>--> |
| | | <!-- </template>--> |
| | | </Table> |
| | | <Page :current="ECIInvestmentListPageIndex" |
| | | :total="ECIInvestmentListTotalItem" |
| | | <Page :current="ECIInvestmentListPageIndex1" |
| | | :total="ECIInvestmentListTotalItem1" |
| | | :page-size="5" |
| | | @on-change="changeECIInvestmentListPageIndex" |
| | | @on-change="changeECIInvestmentListPageIndex1" |
| | | show-elevator style="float: right;margin-top: 12px;"/> |
| | | </div> |
| | | <div class="clearfix" v-if="duiwaitouzitab==='tab2'"> |
| | |
| | | </div> |
| | | </template> |
| | | </Table> |
| | | <Page :current="ECIInvestmentListPageIndex" |
| | | :total="ECIInvestmentListTotalItem" |
| | | <Page :current="ECIInvestmentListPageIndex2" |
| | | :total="ECIInvestmentListTotalItem2" |
| | | :page-size="5" |
| | | @on-change="changeECIInvestmentListPageIndex" |
| | | @on-change="changeECIInvestmentListPageIndex2" |
| | | show-elevator style="float: right;margin-top: 12px;"/> |
| | | </div> |
| | | </div> |
| | |
| | | :columns="ECIBranchListColumns" |
| | | border style="margin-top: 12px;"> |
| | | </Table> |
| | | <Page :current="ECIBranchListPageIndex" |
| | | :total="ECIBranchListTotalItem" |
| | | <Page :current="ECIBranchListPageIndex2" |
| | | :total="ECIBranchListTotalItem2" |
| | | :page-size="5" |
| | | @on-change="changeECIBranchListPageIndex" |
| | | @on-change="changeECIBranchListPageIndex2" |
| | | show-elevator style="float: right;margin-top: 12px;"/> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div v-show="EventType==='深度信息-基本信息-控制企业'"> |
| | | <div v-show="EventType==='深度信息-基本信息-控制企业'" > |
| | | <Tabs v-model="kongzhiqiyetab" type="card" @on-click="kongzhiqiye"> |
| | | <TabPane label="变更信息" name="tab1"></TabPane> |
| | | <TabPane label="变更后信息" name="tab2"></TabPane> |
| | |
| | | show-elevator style="float: right;margin-top: 12px;"/> |
| | | </div> |
| | | </div> |
| | | <div style="margin-top: 12px;" v-show="kongzhiqiyetab=='tab2'"> |
| | | <div style="margin-top: 12px;height:500px;overflow-y:auto" v-show="kongzhiqiyetab=='tab2'"> |
| | | <div class="clearfix"> |
| | | <Table :data="HoldingCompanyList" |
| | | :columns="HoldingCompanyListColumns" |
| | |
| | | <div v-if="!row.Paths || row.Paths.length == 0">--</div> |
| | | </template> |
| | | </Table> |
| | | <Page :current="HoldingCompanyListPageIndex" |
| | | :total="HoldingCompanyListTotalItem" |
| | | <Page :current="HoldingCompanyListPageIndex2" |
| | | :total="HoldingCompanyListTotalItem2" |
| | | :page-size="5" |
| | | @on-change="changeHoldingCompanyListPageIndex" |
| | | @on-change="changeHoldingCompanyListPageIndex2" |
| | | show-elevator style="float: right;margin-top: 12px;"/> |
| | | </div> |
| | | </div> |
| | |
| | | <td style="background-color: #f8f8f9;text-align: center;">协助执行日期</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | judicialDetail.shareholderChange.executionDate ? judicialDetail.shareholderChange.executionDate : |
| | | judicialDetail.shareholderChange.executionDate ? CustomMethods.getNowDate(judicialDetail.shareholderChange.executionDate) : |
| | | '--' |
| | | }} |
| | | </td> |
| | |
| | | HoldingCompanyList: [], // 控股企业 |
| | | HoldingCompanyListPageIndex: 1, // 控股企业pageIndex |
| | | HoldingCompanyListTotalItem: 0, // 控股企业总条数 |
| | | HoldingCompanyListPageIndex2: 1, // 控股企业pageIndex |
| | | HoldingCompanyListTotalItem2: 0, // 控股企业总条数 |
| | | ECIBranchListPageIndex: 1, // 分支机构pageIndex |
| | | ECIBranchListTotalItem: 0, // 分支机构总条数 |
| | | ECIBranchListPageIndex2: 1, // 分支机构pageIndex |
| | | ECIBranchListTotalItem2: 0, // 分支机构总条数 |
| | | ECIBranchList:[], |
| | | ECIInvestmentList:[], |
| | | tabgudong:'tab1', |
| | |
| | | PartnerCasePageIndex:1, |
| | | PartnerCase:[], |
| | | fullDetail:[], |
| | | ECIInvestmentListPageIndex: 1, // 对外投资pageIndex |
| | | ECIInvestmentListTotalItem: 0, // 对外投资总条数 |
| | | ECIInvestmentListPageIndex1: 1, // 对外投资pageIndex |
| | | ECIInvestmentListTotalItem1: 0, // 对外投资总条数 |
| | | ECIInvestmentListPageIndex2: 1, // 对外投资pageIndex |
| | | ECIInvestmentListTotalItem2: 0, // 对外投资总条数 |
| | | ECIParentInfo: [], // 总公司 |
| | | nothingData:false, |
| | | tenderDetail:[], |
| | |
| | | this.loading_go=true |
| | | this.getkzonggongsi(this.annualReportDetails) |
| | | }else{ |
| | | if(this.annualReportDetails){ |
| | | this.loading_go=true |
| | | // this.HoldingCompanyList = this.annualReportDetails.slice((this.HoldingCompanyListPageIndex- 1) * 5, this.HoldingCompanyListPageIndex * 5) |
| | | this.ECIParentInfo = this.annualReportDetails |
| | | }else{ |
| | | this.ECIParentInfo=[] |
| | | this.getECIParentInfo () |
| | | } |
| | | }, |
| | | /** |
| | | * 获取总公司 |
| | | */ |
| | | getECIParentInfo () { |
| | | let data = { |
| | | name: this.annualReportDetails[0].CompanyName |
| | | } |
| | | this.loading_go= true |
| | | this.ECIParentInfo = [] |
| | | axios.request({ |
| | | url: '/QiChaCha/GetECIParentInfo', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.ECIParentInfo = res.data.Data || [] |
| | | } else { |
| | | this.nothingData=true |
| | | } |
| | | this.loading_go=false |
| | | }, res => { |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | } |
| | | }) |
| | | }, |
| | | fenzhijiegou(){ |
| | | if(this.fenzhijiegoutab==='tab1'){ |
| | | this.loading_go=true |
| | | this.getfenzhijiegou(this.annualReportDetails) |
| | | }else{ |
| | | if(this.annualReportDetails){ |
| | | this.loading_go=true |
| | | // this.HoldingCompanyList = this.annualReportDetails.slice((this.HoldingCompanyListPageIndex- 1) * 5, this.HoldingCompanyListPageIndex * 5) |
| | | this.ECIBranchList = this.annualReportDetails |
| | | }else{ |
| | | this.ECIBranchList=[] |
| | | } |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | this.getECIBranchList () |
| | | } |
| | | }, |
| | | kongzhiqiye(){ |
| | |
| | | this.loading_go=true |
| | | this.getkongzhiqiye(this.annualReportDetails) |
| | | }else{ |
| | | if(this.annualReportDetails){ |
| | | this.loading_go=true |
| | | this.HoldingCompanyList = this.annualReportDetails.slice((this.HoldingCompanyListPageIndex- 1) * 5, this.HoldingCompanyListPageIndex * 5) |
| | | }else{ |
| | | this.HoldingCompanyList=[] |
| | | this.getHoldingCompanyList() |
| | | } |
| | | }, |
| | | /** |
| | | * 获取控制企业 |
| | | */ |
| | | getHoldingCompanyList () { |
| | | let data = { |
| | | name:this.annualReportDetails[0].CompanyName, |
| | | pageIndex: this.HoldingCompanyListPageIndex2, |
| | | pageSize: 5 |
| | | } |
| | | this.loading_go=true |
| | | this.HoldingCompanyList = [] |
| | | this.HoldingCompanyListTotalItem2 = 0 |
| | | axios.request({ |
| | | url: '/QiChaCha/GetHoldingCompany', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.HoldingCompanyList = res.data.Data.Items |
| | | this.HoldingCompanyListTotalItem2 = res.data.Data.TotalItems |
| | | } else { |
| | | this.nothingData=true |
| | | } |
| | | this.loading_go=false |
| | | }, res => { |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | }) |
| | | }, |
| | | /** |
| | | * 控制企业翻页 |
| | | */ |
| | | changeHoldingCompanyListPageIndex2 (page) { |
| | | this.HoldingCompanyListPageIndex2 = page |
| | | this.getHoldingCompanyList() |
| | | }, |
| | | getECIInvestmentList(){ |
| | | let data = { |
| | | name: this.annualReportDetails[0].CompanyName, |
| | | // name: '北京小桔科技有限公司', |
| | | pageIndex: this.ECIInvestmentListPageIndex2, |
| | | pageSize: 5 |
| | | } |
| | | this.nothingData=true |
| | | this.loading_go=true |
| | | axios.request({ |
| | | url: '/QiChaCha/GetInvestmentCheckList', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.ECIInvestmentList = res.data.Data.Items |
| | | this.ECIInvestmentListTotalItem2 = res.data.Data.TotalItems |
| | | } else { |
| | | |
| | | } |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | } |
| | | }, res => { |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | }) |
| | | }, |
| | | /** |
| | | * 对外投资tab的click事件 |
| | |
| | | this.loading_go=true |
| | | this.getduiwaitouzi(this.annualReportDetails) |
| | | }else{ |
| | | if(this.annualReportDetails){ |
| | | this.loading_go=true |
| | | this.ECIInvestmentList = this.annualReportDetails.slice((this.ECIInvestmentListPageIndex- 1) * 5, this.ECIInvestmentListPageIndex * 5) |
| | | }else{ |
| | | this.ECIInvestmentList=[] |
| | | } |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | this.getECIInvestmentList() |
| | | } |
| | | |
| | | }, |
| | | changebeizhiXingpeoplePageIndex(page){ |
| | | this.beizhiXingpeoplePageIndex = page |
| | |
| | | }, |
| | | changeECIBranchListPageIndex (page) { |
| | | this.ECIBranchListPageIndex = page |
| | | this.ECIBranchList = this.annualReportDetails.slice((this.ECIBranchListPageIndex- 1) * 5, this.ECIBranchListPageIndex * 5) |
| | | // this.ECIBranchList = this.annualReportDetails.slice((this.ECIBranchListPageIndex- 1) * 5, this.ECIBranchListPageIndex * 5) |
| | | this.getfenzhijiegou(this.annualReportDetails) |
| | | }, |
| | | /** |
| | | * 获取分支机构 |
| | | */ |
| | | getECIBranchList () { |
| | | let data = { |
| | | name: this.annualReportDetails[0].CompanyName, |
| | | pageIndex: this.ECIBranchListPageIndex2, |
| | | pageSize: 5 |
| | | } |
| | | this.loading_go=true |
| | | this.ECIBranchList = [] |
| | | this.ECIBranchListTotalItem2 = 0 |
| | | axios.request({ |
| | | url: '/QiChaCha/GetECIBranchList', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.ECIBranchList = res.data.Data.Items |
| | | this.ECIBranchListTotalItem2 = res.data.Data.TotalItems |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | } else { |
| | | this.ECIBranchList=[] |
| | | this.nothingData=true |
| | | this.loading_go=false |
| | | } |
| | | }, res => { |
| | | this.nothingData=true |
| | | this.loading_go=false |
| | | }) |
| | | }, |
| | | /** |
| | | * 分支机构翻页 |
| | | */ |
| | | changeECIBranchListPageIndex2 (page) { |
| | | this.ECIBranchListPageIndex2 = page |
| | | //this.ECIBranchList = this.annualReportDetails.slice((this.ECIBranchListPageIndex- 1) * 5, this.ECIBranchListPageIndex * 5) |
| | | this.getECIBranchList () |
| | | }, |
| | | /** |
| | | * 获取商标信息详情 |
| | |
| | | /** |
| | | * 对外投资翻页 |
| | | */ |
| | | changeECIInvestmentListPageIndex (page) { |
| | | this.ECIInvestmentListPageIndex = page |
| | | this.ECIInvestmentList = this.annualReportDetails.slice((this.ECIInvestmentListPageIndex- 1) * 5, this.ECIInvestmentListPageIndex * 5) |
| | | changeECIInvestmentListPageIndex1 (page) { |
| | | this.ECIInvestmentListPageIndex1 = page |
| | | // this.ECIInvestmentList = this.annualReportDetails.slice((this.ECIInvestmentListPageIndex- 1) * 5, this.ECIInvestmentListPageIndex * 5) |
| | | this.getduiwaitouzi(this.annualReportDetails) |
| | | }, |
| | | /** |
| | | * 对外投资翻页 |
| | | */ |
| | | changeECIInvestmentListPageIndex2(page) { |
| | | this.ECIInvestmentListPageIndex2 = page |
| | | // this.ECIInvestmentList = this.annualReportDetails.slice((this.ECIInvestmentListPageIndex- 1) * 5, this.ECIInvestmentListPageIndex * 5) |
| | | this.getECIInvestmentList() |
| | | }, |
| | | /** |
| | | * 股东出资信息翻页 |
| | |
| | | }else if(this.EventType==='企业监控-现场检查'){ |
| | | this.tab1PopModal=false |
| | | localStorage.setItem('powerAccess',"siteCheck") |
| | | localStorage.setItem('setUrlRec',"siteCheck") |
| | | window.open(`#/siteCheck?params=${JSON.stringify(this.annualReportDetails)}&go='go'`, '_blank') |
| | | }else if(this.EventType==='企业监控-管理事项'){ |
| | | this.tab1PopModal=false |
| | |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.HoldingCompanyList=JSON.parse(res.data.Data.Detail) |
| | | console.log( this.HoldingCompanyList) |
| | | this.nothingData=false |
| | | } else { |
| | | this.HoldingCompanyList = [] |
| | |
| | | this.ECIParentInfo=[] |
| | | let data = { |
| | | Id:params[0].Id, |
| | | EventType:'深度信息-基本信息-对外投资', |
| | | EventType:'深度信息-基本信息-总公司', |
| | | TABId:1, |
| | | } |
| | | axios.request({ |
| | |
| | | this.loading_go=false |
| | | }, res => { |
| | | this.ECIInvestmentList = [] |
| | | this.nothingData=true |
| | | this.nothingData=true |
| | | this.loading_go=false |
| | | }) |