| | |
| | | } |
| | | } |
| | | let bool = true |
| | | let arr=['newsDetail','rongziDebtDetail', 'publicMessage_tool','loanSchemeAndRecoveryPlan','offSiteCheckQYTP','fundMonitoring','paymentMonitoring','siteCheck','controlList','managementItem','basicAttributes_tool','reportFormsManage','rentExchange','rentExchangeCompany'] |
| | | let arr=['newsDetail','rongziDebtDetail','menuPublicInfo', 'publicMessage_tool','loanSchemeAndRecoveryPlan','offSiteCheckQYTP','fundMonitoring','paymentMonitoring','siteCheck','controlList','managementItem','basicAttributes_tool','reportFormsManage','rentExchange','rentExchangeCompany'] |
| | | router.beforeEach((to, from, next) => { |
| | | if (arr.indexOf(to.name) > -1) { |
| | | bool = false |
| | |
| | | redirect: '/publicMessage_tool', |
| | | meta: { |
| | | notCache: true, |
| | | access: ['no_admin', 'menuPublicInfo', 'attribute_report','publicSifa','publicJinyin','publicJinyinFengx'], |
| | | access: ['no_admin',"publicMessage_tool", 'menuPublicInfo','attribute_report','publicSifa','publicJinyin','publicJinyinFengx'], |
| | | icon: 'custom custom-waiBu', |
| | | title: '深度信息' |
| | | }, |
| | |
| | | path: '/publicMessage_tool', |
| | | name: 'publicMessage_tool', |
| | | meta: { |
| | | access: ['no_admin', 'menuPublicInfo'], |
| | | access: ['no_admin', 'publicMessage_tool'], |
| | | notCache: true, |
| | | icon: 'custom custom-gongkaixinxi2', |
| | | title: '工商信息' |
| | |
| | | <p style="margin-top: 8px;">暂无数据</p> |
| | | </div> |
| | | </TabPane> |
| | | <TabPane label="主要融资信息" name="tab2"> |
| | | <!-- <TabPane label="主要融资信息" name="tab2"> |
| | | |
| | | <!-- "targetsList[0].num" showLoading===false--> |
| | | |
| | | |
| | | <div v-if="showTable && tab === 'tab2'" style="margin-top: 12px;"> |
| | | <div class="newTitle" id="guQuanRongZiXinXi"> |
| | |
| | | @on-change="changeCompanyFinancingsPageIndex" show-elevator style="float: right;margin-top: 12px;" /> |
| | | </div> |
| | | </div> |
| | | <!-- <div v-show="showLoading===false"> --> |
| | | <!-- (stockPledgeType == '普通' && loadingCount < 7) ||(stockPledgeType == '新三板' && loadingCount < 7) ||(stockPledgeType == 'IPO' && loadingCount < 9) || loading --> |
| | | |
| | | <p v-show="showLoading" style="width: 150px;margin: 0 auto;margin-bottom: 12px;"> |
| | | <Icon type="ios-loading" size=18 class="demo-spin-icon-load"></Icon> |
| | | 加载中,请稍后... |
| | | </p> |
| | | <!-- </div> --> |
| | | <!-- loadingCount == 1&& controlIcon===true--> |
| | | |
| | | <div v-show="showNull" 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> |
| | | </TabPane> |
| | | </TabPane> --> |
| | | </Tabs> |
| | | <!-- <Tabs name="tab" v-if='tab==="tab1"' @on-click="changeDetailTab1" style="margin-top:-100px;"> |
| | | <TabPane label="本级" name="tab1-1" > |
| | |
| | | } |
| | | } |
| | | } else { |
| | | |
| | | } |
| | | axios.request({ |
| | | url: '/Rzdzy/InfoPrivate', |
| | |
| | | if (this.g6Data.children.length === 0) { |
| | | this.g6Data = {} |
| | | graph.clear() |
| | | this.showLoading=false |
| | | this.nullData = true |
| | | } else { |
| | | graph.data(this.g6Data); |
| | |
| | | console.log(this.name, this.istab1First); |
| | | console.log(name); |
| | | if (name === 'tab2' && this.istab1First) { |
| | | |
| | | this.getCompanyFinancings() |
| | | } else if (name === 'tab1') { |
| | | this.nullData=false |
| | | this.getBnkBorrowing() |
| | | } |
| | | }, |
| | |
| | | * 获取股权融资信息 |
| | | */ |
| | | getCompanyFinancings() { |
| | | // this.companyFinancings = [] |
| | | this.showLoading = true |
| | | this.showTable = false |
| | | this.showNull = false |
| | | this.istab1First = false |
| | | let data = { |
| | | name: this.name |
| | | } |
| | | axios.request({ |
| | | url: '/QiChaCha/GetCompanyFinancings', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | // this.showLoading = false |
| | | if (res.data.Check) { |
| | | this.showTable = true |
| | | this.baseCompanyFinancings = res.data.Data |
| | | this.targetsList[0].num = this.baseCompanyFinancings.length |
| | | this.changeCompanyFinancingsPageIndex(1) |
| | | // // this.companyFinancings = [] |
| | | // this.nullData=false |
| | | // this.showLoading = true |
| | | // this.showTable = false |
| | | // this.showNull = false |
| | | // this.istab1First = false |
| | | // let data = { |
| | | // name: this.name |
| | | // } |
| | | // axios.request({ |
| | | // url: '/QiChaCha/GetCompanyFinancings', |
| | | // data, |
| | | // method: 'post' |
| | | // }).then(res => { |
| | | // // this.showLoading = false |
| | | // if (res.data.Check) { |
| | | // this.showTable = true |
| | | // this.baseCompanyFinancings = res.data.Data |
| | | // this.targetsList[0].num = this.baseCompanyFinancings.length |
| | | // this.changeCompanyFinancingsPageIndex(1) |
| | | |
| | | } else { |
| | | this.showLoading = false |
| | | this.showNull = true |
| | | this.baseCompanyFinancings = [] |
| | | // this.controlIcon=true |
| | | // this.showLoading=true |
| | | this.companyFinancings = [] |
| | | this.targetsList[0].num = 0 |
| | | } |
| | | this.showLoading = false |
| | | this.loading = false |
| | | this.loadingCount++ |
| | | }, res => { |
| | | this.showLoading = false |
| | | this.loading = false |
| | | this.loadingCount++ |
| | | this.baseCompanyFinancings = [] |
| | | this.companyFinancings = [] |
| | | this.targetsList[0].num = 0 |
| | | }) |
| | | // } else { |
| | | // this.showLoading = false |
| | | // this.showNull = true |
| | | // this.baseCompanyFinancings = [] |
| | | // // this.controlIcon=true |
| | | // // this.showLoading=true |
| | | // this.companyFinancings = [] |
| | | // this.targetsList[0].num = 0 |
| | | // } |
| | | // this.showLoading = false |
| | | // this.loading = false |
| | | // this.loadingCount++ |
| | | // }, res => { |
| | | // this.showLoading = false |
| | | // this.loading = false |
| | | // this.loadingCount++ |
| | | // this.baseCompanyFinancings = [] |
| | | // this.companyFinancings = [] |
| | | // this.targetsList[0].num = 0 |
| | | // }) |
| | | }, |
| | | /** |
| | | * 债券信息翻页 |
| | |
| | | <li class="list" style="width: 100%;"> |
| | | <span class="list_name">企业名称</span> |
| | | <div class="list_value"> |
| | | <Poptip trigger="focus" placement="bottom-start" transfer class="node_poptip" |
| | | <Poptip trigger="focus" placement="bottom-start" transfer class="node_poptip" |
| | | style="width: 400px;float: left;margin-right: 10px;"> |
| | | <Input v-model="searchName" size="large" @on-change="remoteMethod" @on-enter="mergeRequest" |
| | | placeholder="请输入企业名称"></Input> |
| | |
| | | <td style="width: 25%;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | baseInfo.EstiblishTime ? |
| | | this.getDate(baseInfo.EstiblishTime) : '--' |
| | | this.getDate(baseInfo.EstiblishTime) : '--' |
| | | }} |
| | | </td> |
| | | <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | |
| | | <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | baseInfo.ApprovedTime ? |
| | | this.getDate(baseInfo.ApprovedTime) : '--' |
| | | this.getDate(baseInfo.ApprovedTime) : '--' |
| | | }} |
| | | </td> |
| | | <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 营业期限 |
| | | </td> |
| | | <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ baseInfo.FromTime ?this.getDate(baseInfo.FromTime ) : '--' }} 至 {{ baseInfo.ToTime ?this.getDate(baseInfo.ToTime) |
| | | :'无固定期限' }} |
| | | {{ baseInfo.FromTime ? this.getDate(baseInfo.FromTime) : '--' }} 至 {{ baseInfo.ToTime |
| | | ? this.getDate(baseInfo.ToTime) |
| | | : '无固定期限' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | </td> |
| | | <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | this.CustomMethods.numTo$_NaN(baseInfo.RegCapital,2) |
| | | |
| | | this.CustomMethods.numTo$_NaN(baseInfo.RegCapital, 2) |
| | | |
| | | }} |
| | | <!-- baseInfo.regCapital?baseInfo.regCapital:'--' --> |
| | | <!-- baseInfo.regCapital?baseInfo.regCapital:'--' --> |
| | | <!-- this.CustomMethods.numTo$_NaN(baseInfo.RegCapital,2) --> |
| | | <!-- // this.add(baseInfo.RegCapital, baseInfo.RegCapitalCurrency) --> |
| | | <!-- // this.add(baseInfo.RegCapital, baseInfo.RegCapitalCurrency) --> |
| | | </td> |
| | | <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 实缴资本 |
| | | </td> |
| | | <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | this.CustomMethods.numTo$_NaN(baseInfo.ActualCapital,2) |
| | | |
| | | this.CustomMethods.numTo$_NaN(baseInfo.ActualCapital, 2) |
| | | |
| | | }} |
| | | <!-- this.add(baseInfo.ActualCapital, baseInfo.ActualCapitalCurrency) --> |
| | | </td> |
| | |
| | | </td> |
| | | <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | baseInfo.IsMicroEnt==1 ? |
| | | '是' : '否' |
| | | baseInfo.IsMicroEnt == 1 ? |
| | | '是' : '否' |
| | | }} |
| | | </td> |
| | | </tr> |
| | |
| | | </td> |
| | | <td style="width: 25%;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | baseInfo.Type ? |
| | | baseInfo.Type : '--' |
| | | this.getType(baseInfo.Type) |
| | | |
| | | }} |
| | | </td> |
| | | <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | |
| | | </td> |
| | | <td style="width: 25%;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | !baseInfo.City && !baseInfo.District ? '--' : |
| | | !baseInfo.City && !baseInfo.District ? '--' : |
| | | baseInfo.City |
| | | + baseInfo.District |
| | | + baseInfo.District |
| | | }} |
| | | </td> |
| | | <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | |
| | | <td style="width: 15%;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 国民经济行业分类 |
| | | </td> |
| | | <td colspan="5" > |
| | | <td colspan="5"> |
| | | <div v-if="!baseInfo.IndustryAll"> |
| | | --</div> |
| | | <div v-else> |
| | |
| | | <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 参保人数 |
| | | </td> |
| | | <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;"> |
| | | <td |
| | | style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;"> |
| | | {{ |
| | | baseInfo.SocialStaffNum ? |
| | | baseInfo.SocialStaffNum : '--' |
| | |
| | | </div> |
| | | <div> |
| | | 简称: |
| | | {{ baseInfo.bondName ? baseInfo.bondName : '--' }} |
| | | {{ baseInfo.bondName ? baseInfo.bondName : '--' }} |
| | | </div> |
| | | </td> |
| | | <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | |
| | | }, |
| | | mounted() { |
| | | window.addEventListener('scroll', this.scrollListen, true) |
| | | if(this.$route.query.name){ |
| | | this.searchName=this.$route.query.name |
| | | this.selectedName=this.$route.query.name |
| | | |
| | | 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 |
| | | } |
| | | if (this.$route.query.name) { |
| | | this.searchName = this.$route.query.name |
| | | this.selectedName = this.$route.query.name |
| | | this.changeTab('tab1') |
| | | }else{ |
| | | this.getSearchInfoList2() |
| | | } else { |
| | | this.getSearchInfoList() |
| | | } |
| | | |
| | | |
| | | // console.log(this.searchName, this.selectedName, this.$route.query.name); |
| | | // this.changeTab('tab1') |
| | | }, |
| | |
| | | |
| | | }) |
| | | }, |
| | | getSearchInfoList2() { |
| | | 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] |
| | | console.log(this.searchName, this.selectedName, this.$route.query.name); |
| | | if (this.optionsList.length == 0) { |
| | | this.remoteMethod() |
| | | } |
| | | // this.mergeRequest(this.selectedName) |
| | | } else { |
| | | this.loading = false |
| | | } |
| | | } else { |
| | | |
| | | } |
| | | }, res => { |
| | | |
| | | }) |
| | | }, |
| | | // 获取企业基本信息 |
| | | GetTycTaxCredit() { |
| | | let data = { |
| | |
| | | var now = year + "-" + mon + "-" + date |
| | | return now; |
| | | } |
| | | }, |
| | | getType(item){ |
| | | if(item==1){ |
| | | return '人' |
| | | }else if(item==2){ |
| | | return '公司' |
| | | }else { |
| | | return '其它' |
| | | } |
| | | |
| | | }, |
| | | // 基本信息两数相加 |
| | | add(a, b) { |
| | |
| | | border-right: 1px solid #dcdee2; |
| | | } |
| | | } |
| | | .node_poptip{ |
| | | .ivu-poptip-arrow:after{ |
| | | border-right-color: #93b3a5 !important; //根据气泡框的箭头进行调整 |
| | | } |
| | | .ivu-poptip-inner{ |
| | | background-color: #93b3a5; |
| | | color: #FFF; |
| | | |
| | | .node_poptip { |
| | | .ivu-poptip-arrow:after { |
| | | border-right-color: #93b3a5 !important; //根据气泡框的箭头进行调整 |
| | | } |
| | | |
| | | } |
| | | </style> |
| | | .ivu-poptip-inner { |
| | | background-color: #93b3a5; |
| | | color: #FFF; |
| | | } |
| | | |
| | | }</style> |
| | | |
| | |
| | | <!-- //行政处罚 --> |
| | | <Table ref="rentList" border :columns="FLSSColumns" max-height="600" :data="tableList" v-if="tab == 'tab1'" |
| | | :loading="loadingTable"> |
| | | <template slot="source" slot-scope="params"> |
| | | <Tooltip placement="top-start" transfer theme="dark" max-width="600" v-if="params.row.type1"> |
| | | <div >{{ |
| | | params.row.type1.length > 150 ? `${params.row.type1.substring(0, 150)}......` : |
| | | params.row.type1 |
| | | }}</div> |
| | | <div slot="content" style="white-space: normal;"> |
| | | {{ params.row.type1 }} |
| | | </div> |
| | | </Tooltip> |
| | | <span v-else>--</span> |
| | | </template> |
| | | <template slot="action" slot-scope="params"> |
| | | <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200" |
| | | placement="top"> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td |
| | | style="width: 200px;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | <td style="width: 200px;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 清算组成员 |
| | | </td> |
| | | <td colspan="3" |
| | | style="font-weight: normal;text-align: left;background-color: #fff;"> |
| | | <td colspan="3" style="font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ QSXX.member ? QSXX.member : '--' }} |
| | | </td> |
| | | </tr> |
| | |
| | | </table> |
| | | </div> |
| | | <!-- 动产抵押 --> |
| | | <Table ref="rentList" border :columns="pochanListColumns" max-height="600" :data="tableList" v-if="tab == 'tab7'" :loading="loadingTable"> |
| | | <Table ref="rentList" border :columns="pochanListColumns" max-height="600" :data="tableList" |
| | | v-if="tab == 'tab7'" :loading="loadingTable"> |
| | | <template slot="action" slot-scope="params"> |
| | | <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200" |
| | | placement="top"> |
| | |
| | | </Tooltip> |
| | | </template> |
| | | </Table> |
| | | <div style="margin-top: 12px" v-if="tab!='tab6'"> |
| | | <div style="margin-top: 12px" v-if="tab != 'tab6'"> |
| | | <Page :current="pageIndex" :total="TotalItems" :page-size="pageSize" style="text-align: right" |
| | | @on-change="changePageIndex" ref="pagesChange1" show-elevator /> |
| | | </div> |
| | |
| | | ZYMXDetailModal: false, |
| | | |
| | | |
| | | showTab6:true, |
| | | showTab6: true, |
| | | } |
| | | }, |
| | | mounted() { |
| | |
| | | if (res.data.Check) { |
| | | this.tableList = res.data.Data.Items |
| | | this.TotalItems = res.data.Data.TotalItems |
| | | for (let i = 0; i < this.tableList.length; i++) { |
| | | if (this.tableList[i].source == '信用中国') { |
| | | let type1 = this.tableList[i].type ? this.tableList[i].type + ';' : '' |
| | | let type2 = this.tableList[i].typeSecond ? this.tableList[i].typeSecond + ';' : '' |
| | | let type = type1 + type2 |
| | | this.tableList[i].type1=type |
| | | this.tableList=JSON.parse(JSON.stringify(this.tableList)) |
| | | } else { |
| | | this.tableList[i].type1=this.tableList[i].reason |
| | | this.tableList=JSON.parse(JSON.stringify(this.tableList)) |
| | | } |
| | | } |
| | | } else { |
| | | this.tableList = [] |
| | | this.TotalItems = 0 |
| | |
| | | //获取欠税公告详情 |
| | | getCourtNoticeInfo(params) { |
| | | this.courtNoticeListDetail = params.row |
| | | // this.$nextTick(() => { |
| | | // $('.contentClass2 a').removeAttr('href') |
| | | // $('.contentClass2 a').css({ cursor: 'auto', color: '#515a6e' }) |
| | | // }) |
| | | // this.$nextTick(() => { |
| | | // $('.contentClass2 a').removeAttr('href') |
| | | // $('.contentClass2 a').css({ cursor: 'auto', color: '#515a6e' }) |
| | | // }) |
| | | this.courtNoticeListDetailModal = true |
| | | |
| | | |
| | | }, |
| | | //获取税收违法 |
| | | getCourtAnnouncement() { |
| | |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.QSXX = res.data.Data |
| | | this.showTab6=false |
| | | this.showTab6 = false |
| | | } else { |
| | | this.QSXX = {} |
| | | this.showTab6=true |
| | | this.showTab6 = true |
| | | } |
| | | }, res => { |
| | | this.QSXX = {} |
| | | this.showTab6=true |
| | | this.showTab6 = true |
| | | }) |
| | | }, |
| | | |
| | |
| | | return params.reason ? params.reason : '--' |
| | | } |
| | | }, |
| | | // getSource(params) { |
| | | // if (params.source == '信用中国') { |
| | | // let type1 = params.type ? params.type + ';' : '' |
| | | // let type2 = params.typeSecond ? params.typeSecond + ';' : '' |
| | | // let type = type1 + type2 |
| | | // if(type.length==0){ |
| | | // return |
| | | // } |
| | | // return type ? type : '--' |
| | | // } else { |
| | | // return params.reason ? params.reason : '--' |
| | | // } |
| | | // }, |
| | | |
| | | getSource2(params) { |
| | | if (params.source == '信用中国') { |
| | | return params.punishName ? params.punishName : '--' |
| | |
| | | params.row.ItemIndex |
| | | ) |
| | | }, |
| | | fixed: 'left' |
| | | }) |
| | | columns.push({ |
| | | title: '决定文书号', |
| | |
| | | }) |
| | | columns.push({ |
| | | title: '处罚事由/违法行为类型', |
| | | key: 'source', |
| | | render: (h, params) => { |
| | | return h('span', this.getSource1(params.row)) |
| | | }, |
| | | slot: 'source', |
| | | // render: (h, params) => { |
| | | // return h('span', this.getSource1(params.row)) |
| | | // }, |
| | | minWidth: 200 |
| | | }) |
| | | columns.push({ |
| | |
| | | title: '操作', |
| | | slot: 'action', |
| | | width: 100, |
| | | align: 'center' |
| | | align: 'center', |
| | | fixed: 'right' |
| | | }) |
| | | return columns |
| | | }, |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.publish_time ? params.row.publish_time : '--') |
| | | }, |
| | | width:120 |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | | title: '操作', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.regDate ? params.row.baseInfo.regDate : '--') |
| | | }, |
| | | width:120 |
| | | |
| | | width: 120 |
| | | |
| | | }) |
| | | columns.push({ |
| | | title: '登记编号', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.regNum ? params.row.baseInfo.regNum : '--') |
| | | }, |
| | | mimWidth:150 |
| | | mimWidth: 150 |
| | | }) |
| | | columns.push({ |
| | | title: '被担保债权类型', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.type ? params.row.baseInfo.type : '--') |
| | | }, |
| | | width:150 |
| | | width: 150 |
| | | }) |
| | | columns.push({ |
| | | title: '被担保债权数额', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.amount ? params.row.baseInfo.amount : '--') |
| | | }, |
| | | width:150 |
| | | width: 150 |
| | | }) |
| | | columns.push({ |
| | | title: '登记机关', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.regDepartment ? params.row.baseInfo.regDepartment : '--') |
| | | }, |
| | | width:150 |
| | | width: 150 |
| | | }) |
| | | columns.push({ |
| | | title: '状态', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.status ? params.row.baseInfo.status : '--') |
| | | }, |
| | | width:120 |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | | title: '操作', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.regNumber ? params.row.regNumber : '--') |
| | | }, |
| | | minWidth:120 |
| | | |
| | | minWidth: 120 |
| | | |
| | | }) |
| | | columns.push({ |
| | | title: '出质人', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.pledgor ? params.row.pledgor : '--') |
| | | }, |
| | | width:120 |
| | | width: 120 |
| | | // minWidth:200 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.pledgee ? params.row.pledgee : '--') |
| | | }, |
| | | minWidth:200 |
| | | minWidth: 200 |
| | | }) |
| | | columns.push({ |
| | | title: '状态', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.state ? params.row.state : '--') |
| | | }, |
| | | width:120 |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | | title: '出质股权数额', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.equityAmount ? params.row.equityAmount : '--') |
| | | }, |
| | | width:120 |
| | | width: 120 |
| | | |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.putDate ? this.getDate(params.row.putDate) : '--') |
| | | }, |
| | | width:120 |
| | | width: 120 |
| | | |
| | | }) |
| | | columns.push({ |
| | |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">创建时间 |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ caseFilingListDetail.CreateTime ? caseFilingListDetail.CreateTime : '--' }} |
| | | {{ caseFilingListDetail.createTime ? caseFilingListDetail.createTime.indexOf(' ')>-1?caseFilingListDetail.createTime.replaceAll('/','-'):this.getDate(caseFilingListDetail.createTime) : '--' }} |
| | | </td> |
| | | </tr> |
| | | |
| | |
| | | }else{ |
| | | this.topTrue=false |
| | | } |
| | | |
| | | |
| | | |
| | | }, |
| | | deep: true, // 深度监听 |
| | | immediate: true, // 第一次初始化渲染就可以监听到 |