<template>
|
<div class="rentClass receivableClass">
|
<Card>
|
<div class="customTitle">
|
<Icon custom="custom custom-yingshou-copy"></Icon>
|
<span style="margin-left: 6px;">应收账款融资</span>
|
</div>
|
</Card>
|
<Card style="margin-top: 12px">
|
<div class="lists_readAndEdit2" style="margin-top: 0;padding-top: 0">
|
<Select v-model="rentPeople" style="width:100px;padding-right: 12px" size="large" @on-change="rentPeopleChange">
|
<Option value="0">全部</Option>
|
<Option value="1">出质人/出让人</Option>
|
<Option value="2">质权人/受让人</Option>
|
</Select>
|
<!-- <Input v-model="rentSearch" size="large" style="width: 300px;padding-right: 12px"/>-->
|
<Poptip trigger="focus" placement="bottom-start" transfer>
|
<Input v-model="rentSearch"
|
size="large"
|
style="width: 300px;padding-right: 12px"
|
placeholder="请输入出质人(出让人)或质权人(受让人)名称"
|
></Input>
|
<Checkbox v-model="IsSubName" v-if="rentPeople !== '0'">含下属公司</Checkbox>
|
|
<ul slot="content" style="width: 400px;">
|
<li v-if="optionsList && optionsList.length == 0">无匹配结果</li>
|
<li v-for="(item, index) in optionsList" :key="index" @click="rentSearchChange(item)"
|
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" type="primary" style="margin-right: 12px" @click="searchClick">搜索</Button>
|
<span style="border-bottom: 1px solid #4A8AF4;color: #4A8AF4;cursor: pointer" @click="seniorSearchClick">高级搜索</span>
|
</div>
|
<!-- <div style="margin-top: 12px">
|
<Select v-model="financingAmount" style="width:140px;padding-right: 12px;margin-bottom: 12px" size="large" @on-select="amountSelect" placeholder="融资金额">
|
<Option value="全部">全部</Option>
|
<Option value="100万以下">100万以下</Option>
|
<Option value="100万~1000万">100万~1000万</Option>
|
<Option value="1000万~5000万">1000万~5000万</Option>
|
<Option value="5000万~1亿">5000万~1亿</Option>
|
<Option value="1亿以上">1亿以上</Option>
|
</Select>
|
<Select v-model="sizeAll" style="width:120px;padding-right: 12px;margin-bottom: 12px" size="large" @on-select="amountSelect" placeholder="融资类型">
|
<Option value="全部">全部</Option>
|
<Option value="应收账款转让">应收账款转让</Option>
|
<Option value="应收账款质押">应收账款质押</Option>
|
</Select>
|
<Select v-model="RegistrationType" style="width:120px;padding-right: 12px;margin-bottom: 12px" size="large" @on-select="amountSelect" placeholder="登记类型">
|
<Option value="全部">全部</Option>
|
<Option value="初始登记">初始登记</Option>
|
<Option value="变更登记">变更登记</Option>
|
<Option value="展期登记">展期登记</Option>
|
<Option value="异议登记">异议登记</Option>
|
<Option value="注销登记">注销登记</Option>
|
</Select>
|
<div style="width: 250px;display: inline-block;margin-bottom: 12px;vertical-align: middle;">
|
<Row style="width: 250px;vertical-align: middle;display: inline-block">
|
<Col span="24" style="width:250px;padding-right: 12px">
|
<DatePicker :options="optionsboardingTime" clearable size="large" v-model="boardingTime2" @on-change="amountChange" type="daterange" placeholder="登记时间" style="width: 100%"></DatePicker>
|
</Col>
|
</Row>
|
</div>
|
<div style="width: 250px;display: inline-block;margin-bottom: 12px;vertical-align: middle;">
|
<Row style="width: 250px;vertical-align: middle;display: inline-block">
|
<Col span="24" style="width:250px;padding-right: 12px">
|
<DatePicker :options="optionsexpirationTime" clearable size="large" v-model="expirationTime2" @on-change="amountChange" type="daterange" placeholder="到期时间" style="width: 100%"></DatePicker>
|
</Col>
|
</Row>
|
</div>
|
<div style="display: inline-block;">
|
<span style="border-bottom: 1px solid #4A8AF4;color: #4A8AF4;cursor: pointer;vertical-align: super;" @click="clearAway">清除</span>
|
</div>
|
</div> -->
|
<div style="margin-top: 12px" class="tag_class receivablesScrollOut">
|
<Table ref="rentList" border :columns="rentColumns" max-height="600" :data="rentList" :loading="loadingRent">
|
<template slot="pledgor" slot-scope="params">
|
<div style="padding: 5px 0">
|
<div style="display: flex;width: 100%;align-items: center">
|
<div style="width: 75px;" class="titleclass_receivables">
|
<Tag color="gold" v-show="params.row.LoanType" style="font-size: 12px;margin-top: -1px">出让人</Tag>
|
<Tag color="purple" v-show="params.row.LoanType===false" style="font-size: 12px;margin-top: -1px">出质人</Tag>
|
</div>
|
<Poptip trigger="hover" placement="bottom-start" transfer v-if="params.row.NameOfPledgor.indexOf(';')>=0">
|
<div style="cursor: pointer;text-align: left;width: 93%;margin-left:15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;white-space: nowrap">
|
{{params.row.NameOfPledgor}}</div>
|
<ul slot="content" style="width: 400px;">
|
<li v-for="(item, index) in params.row.NameOfPledgor.split(';')" :key="index"
|
class="clearfix"
|
style="cursor:pointer;padding: 2px 2px;">
|
<span>{{index+1}}.</span>
|
<span style="border-bottom: 1px solid #8B8989;display: inline-block;margin-left: 2px" @click="clickJumpPage(item)">{{ item }}</span>
|
<Icon custom="custom custom-tiaozhuan" size="14"
|
class="actionIcon" style="margin-left: 2px;color:#8B8989"></Icon>
|
</li>
|
</ul>
|
</Poptip>
|
<div @click="clickJumpPage(params.row.NameOfPledgor)" v-else style="cursor: pointer;text-align: left;width: calc(100% - 75px);">{{params.row.NameOfPledgor}}</div>
|
</div>
|
</div>
|
</template>
|
<template slot="pledgee" slot-scope="params">
|
<div style="padding: 5px 0">
|
<div style="display: flex;width: 100%;align-items: center" >
|
<div style="width: 75px;" class="titleclass_receivables">
|
<Tag color="purple" v-show="params.row.LoanType===false" style="font-size: 12px;margin-top: -1px">质权人</Tag>
|
<Tag color="gold" v-show="params.row.LoanType" style="font-size: 12px;margin-top: -1px">受让人</Tag>
|
</div>
|
<Poptip trigger="hover" placement="bottom-start" transfer v-if="params.row.NameOfPledgee.indexOf(';')>=0">
|
<div style="cursor: pointer;text-align: left;width: 93%;margin-left:15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;white-space: nowrap">
|
{{params.row.NameOfPledgee}}</div>
|
<ul slot="content" style="width: 400px;">
|
<li v-for="(item, index) in params.row.NameOfPledgee.split(';')" :key="index"
|
class="clearfix"
|
style="cursor:pointer;padding: 2px 2px;">
|
<span>{{index+1}}.</span>
|
<span style="border-bottom: 1px solid #8B8989;display: inline-block;margin-left: 2px" @click="clickJumpPage2(item)">{{ item }}</span>
|
<Icon custom="custom custom-tiaozhuan" size="14"
|
class="actionIcon" style="margin-left: 2px;color:#8B8989"></Icon>
|
</li>
|
</ul>
|
</Poptip>
|
<div v-else @click="clickJumpPage2(params.row.NameOfPledgee)" style="cursor: pointer;text-align: left;width: calc(100% - 75px);">{{params.row.NameOfPledgee}}</div>
|
</div>
|
</div>
|
</template>
|
<template slot="action" slot-scope="params">
|
<Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200"
|
placement="top">
|
<Icon class="action_class" custom="custom custom-chakan" size="18"
|
:class="defaultassetsmode ? 'disabledIcon' : 'actionIcon'" @click="checkRentclick(params.row)"/>
|
</Tooltip>
|
</template>
|
</Table>
|
<div style="margin-top: 12px">
|
<Page :current="pageIndex"
|
:total="TotalItems"
|
:page-size="30"
|
style="text-align: right"
|
@on-change="changePageIndex"
|
ref="pagesChange1"
|
show-elevator
|
/>
|
</div>
|
</div>
|
</Card>
|
<Modal v-model="rentSeniorSearch"
|
footer-hide
|
width="450"
|
sticky
|
reset-drag-position
|
:mask="true"
|
draggable
|
:mask-closable="false">
|
<p slot="header">
|
<Icon custom="custom custom-sousuo" style="margin-right: 10px;"></Icon>
|
<span>高级搜索</span>
|
</p>
|
<Form class="rentTableClass" :model="seniorSearch" :show-message="false" ref="seniorSearch" :rules="seniorSearchValidate" style="margin-bottom: 12px">
|
<div style="display: flex;align-items: center;margin-bottom: 12px">
|
<label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">出质人/出让人</label>
|
<FormItem style="width:calc(100% - 150px)!important;" class="receivablesmanClass">
|
<!-- <Input size="large" v-model="seniorSearch.NameOfTransferor" placeholder="请输入出质人/出让人" class="ipt_width" />-->
|
<Poptip trigger="focus" placement="bottom-start" transfer>
|
<Input v-model="seniorSearch.NameOfPledgor"
|
size="large"
|
class="ipt_width"
|
placeholder="请输入出质人/出让人"
|
></Input>
|
<ul slot="content" style="width: 400px;">
|
<li v-if="optionsList4 && optionsList4.length == 0">无匹配结果</li>
|
<li v-for="(item, index) in optionsList4" :key="index" @click="rentPledgorChange(item)"
|
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>
|
<Checkbox v-model="IsSubNameOfPledgor" >含下属公司</Checkbox>
|
|
</FormItem>
|
</div>
|
<div style="display: flex;align-items: center;margin-bottom: 12px">
|
<label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">质权人/受让人</label>
|
<FormItem style="width:calc(100% - 150px)!important;" class="receivablesmanClass">
|
<!-- <Input size="large" v-model="seniorSearch.NameOfPledgor" placeholder="请输入质权人/受让人" class="ipt_width" />-->
|
<Poptip trigger="focus" placement="bottom-start" transfer>
|
<Input v-model="seniorSearch.NameOfTransferor"
|
size="large"
|
class="ipt_width"
|
placeholder="请输入质权人/受让人"
|
></Input>
|
<ul slot="content" style="width: 400px;">
|
<li v-if="optionsList3 && optionsList3.length == 0">无匹配结果</li>
|
<li v-for="(item, index) in optionsList3" :key="index" @click="rentTransChange(item)"
|
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>
|
<Checkbox v-model="IsSubNameOfTransferor" @on-change="isSubCompanyChange">含下属公司</Checkbox>
|
</FormItem>
|
</div>
|
<div style="display: flex;align-items: center;margin-bottom: 12px">
|
<label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">登记证明编号</label>
|
<FormItem style="width:calc(100% - 150px)!important;" class="receivablesmanClass">
|
<Poptip trigger="focus" placement="bottom-start" disabled transfer>
|
<Input v-model="seniorSearch.regCerNumber"
|
size="large"
|
class="ipt_width"
|
placeholder="登记证明编号"
|
></Input>
|
<ul slot="content" style="width: 400px;">
|
<li v-for="(item, index) in optionsList5" :key="index" @click="regCerNumberChange(item)"
|
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>
|
</FormItem>
|
</div>
|
<div style="display: flex;align-items: center;margin-bottom: 12px">
|
<label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">融资类型</label>
|
<FormItem prop="LoanTypeInfo" style="width:calc(100% - 150px)!important;">
|
<!-- <Input size="large" v-model="seniorSearch.LoanTypeInfo" placeholder="请输入融资类型" class="ipt_width" />-->
|
<Select v-model="seniorSearch.LoanTypeInfo" class="ipt_width" size="large" placeholder="请选择融资类型">
|
<Option value="全部">全部</Option>
|
<Option value="应收账款质押">应收账款质押</Option>
|
<Option value="应收账款转让">应收账款转让</Option>
|
</Select>
|
</FormItem>
|
</div>
|
<div style="display: flex;align-items: center;margin-bottom: 12px">
|
<label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">登记类型</label>
|
<FormItem prop="boardingSize" style="width:calc(100% - 150px)!important;">
|
<Select v-model="seniorSearch.boardingSize" class="ipt_width" @on-select="chooseBoardingSize" multiple size="large" placeholder="请输入登记类型">
|
<Option value="全部">全部</Option>
|
<Option value="初始登记">初始登记</Option>
|
<Option value="变更登记">变更登记</Option>
|
<Option value="展期登记">展期登记</Option>
|
<Option value="注销登记">注销登记</Option>
|
</Select>
|
</FormItem>
|
</div>
|
<div style="display: flex;align-items: center;margin-bottom: 12px">
|
<label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">主合同金额/融资金额</label>
|
<FormItem prop="PriContractAmount" style="width:calc(100% - 150px)!important;">
|
<!-- <Input size="large" v-model="CustomMethods.numTo$(seniorSearch.financingAmount)" placeholder="请输入融资金额" class="ipt_width" />-->
|
<!-- <cashInput v-model="seniorSearch.PriContractAmount"
|
size="large"
|
:rule="/^(-?\d+)(\.\d+)?$/"
|
placeholder="请输入合同金额/融资金额(元)"
|
class="ipt_width"
|
>
|
<Icon :custom="CustomMethods.cashIcon(seniorSearch.PriContractAmount)" slot="suffix"/>
|
</cashInput> -->
|
<Select v-model="seniorSearch.PriContractAmount" multiple size="large" class="ipt_width" @on-select="choosePriContractAmount"
|
placeholder="请输入融资金额(元)">
|
<Option value="全部">全部</Option>
|
<Option value="100万以下">100万以下</Option>
|
<Option value="100万~1000万">100万~1000万</Option>
|
<Option value="1000万~5000万">1000万~5000万</Option>
|
<Option value="5000万~1亿">5000万~1亿</Option>
|
<Option value="1亿以上">1亿以上</Option>
|
</Select>
|
</FormItem>
|
</div>
|
<div style="display: flex;align-items: center;margin-bottom: 12px">
|
<label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">质押/转让财产价值</label>
|
<FormItem prop="ValueOfPledgedPro" style="width:calc(100% - 150px)!important;">
|
<!-- <Input size="large" v-model="CustomMethods.numTo$(seniorSearch.financingAmount)" placeholder="请输入融资金额" class="ipt_width" />-->
|
<!-- <cashInput v-model="seniorSearch.ValueOfPledgedPro"
|
size="large"
|
:rule="/^(-?\d+)(\.\d+)?$/"
|
placeholder="请输入质押/转让财产价值(元)"
|
class="ipt_width"
|
>
|
<Icon :custom="CustomMethods.cashIcon(seniorSearch.ValueOfPledgedPro)" slot="suffix"/>
|
</cashInput> -->
|
<Select v-model="seniorSearch.ValueOfPledgedPro" multiple size="large" class="ipt_width" @on-select="chooseValueOfPledgedPro"
|
placeholder="请输入融资金额(元)">
|
<Option value="全部">全部</Option>
|
<Option value="100万以下">100万以下</Option>
|
<Option value="100万~1000万">100万~1000万</Option>
|
<Option value="1000万~5000万">1000万~5000万</Option>
|
<Option value="5000万~1亿">5000万~1亿</Option>
|
<Option value="1亿以上">1亿以上</Option>
|
</Select>
|
</FormItem>
|
</div>
|
<div style="display: flex;align-items: center;margin-bottom: 12px">
|
<label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">登记时间</label>
|
<FormItem prop="RegistrationTime" style="width:calc(100% - 150px)!important;">
|
<Col span="24">
|
<DatePicker clearable :options="optionsboardingTime2" size="large" v-model="seniorSearch.RegistrationTime" type="daterange" placeholder="请选择登记时间" style="width: 100%" class="ipt_width"></DatePicker>
|
</Col>
|
</FormItem>
|
</div>
|
<div style="display: flex;align-items: center;margin-bottom: 12px">
|
<label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">到期时间</label>
|
<FormItem prop="DateOfRegistration" style="width:calc(100% - 150px)!important;">
|
<Col span="24">
|
<DatePicker :options="optionsexpirationTime2" clearable size="large" v-model="seniorSearch.DateOfRegistration" type="daterange" placeholder="请选择到期时间" style="width: 100%" class="ipt_width"></DatePicker>
|
</Col>
|
</FormItem>
|
</div>
|
<div style="width: 200px;margin:24px auto 0px;">
|
<Button size="large" custom-icon="custom custom-queding" style="float: left;margin-bottom: 12px" type="primary"
|
@click="confirmSenior('seniorSearch')">确认
|
</Button>
|
<Button size="large" custom-icon="custom custom-quxiao" style="float: right;margin-bottom: 12px" type="error"
|
@click="rentSeniorSearch=false">取消
|
</Button>
|
</div>
|
</Form>
|
</Modal>
|
<Modal v-model="rentCheckDetail"
|
footer-hide
|
width="900"
|
draggable
|
sticky
|
reset-drag-position
|
:mask="true"
|
:mask-closable="false">
|
<Spin v-show="loading_report" fix>
|
</Spin>
|
<p slot="header">
|
<Icon custom="custom custom-chakan" style="margin-right: 10px;"></Icon>
|
<span>应收账款融资详情</span>
|
</p>
|
<!-- <Tabs v-model="tabsec2" type="card" style="margin-top: 0px;z-index:0" @on-click="tabclick">-->
|
<!-- <TabPane v-for="(item,index) in checkTableLists" :label="item.title" :name="item.name">-->
|
<!-- <div :class="checkTableLists.length>8?'timelong':''">-->
|
<!-- <ul class="jinduul">-->
|
<!-- <li style="margin-top: 12px" v-for="(checkTableList,index2) in checkTableLists" class="jindu">-->
|
<!-- <span class="uprent" :class="tabsec2===checkTableList.name?'rentclass1':'rentclass2'">-->
|
<!-- <b v-show="checkTableLists.length>1&&index2!=0"></b>-->
|
<!-- <span :class="[index2!=0?'bclass1':'bclass2',index2>parseInt(tabsec2.split('tab')[1])?'sss':'']"></span>-->
|
<!-- <b v-show="checkTableLists.length>1&&index2!=checkTableLists.length-1"></b>-->
|
<!-- </span>-->
|
<!-- <p class="jinduul jinduul2" style="margin-top: 5px;margin-bottom: 5px">{{checkTableList.RegistrationDate}}</p>-->
|
<!-- </li>-->
|
<!-- </ul>-->
|
<!-- </div>-->
|
<!-- </TabPane>-->
|
<!-- </Tabs>-->
|
<div class="tabCustom" style="position:relative;" :class="checkTableLists.length>9?'timelong':''">
|
<span class="borderwidth" style="display:block;"></span>
|
<span style="position: absolute;
|
display: block;
|
width: 20px;
|
height: 25px;
|
line-height: 25px;
|
text-align: center;
|
cursor: pointer;
|
top: 25px;
|
box-shadow: rgb(204 204 204) 1px 0px 4px 0px;;
|
left:-25px;" @click="left_event" v-show="checkTableLists.length>9"> < </span>
|
<ul class="modalLi">
|
<li v-for="(item,index) in checkTableLists" :label="item.title" :name="item.name" class="modalLi_li modaltre" :class="`modal${item.name}`" @click="modalLiclick(item.name)">
|
<span class="modalspan_01 modaltitleclick">{{item.title}}</span>
|
</li>
|
</ul>
|
<ul class="jinduul" style="box-shadow: 0 1px 6px rgba(0,0,0,0.2);">
|
<li style="margin-top: 12px" v-for="(checkTableList,index2) in checkTableLists" class="jindu">
|
<span class="uprent" :class="tabsec2===checkTableList.name?'rentclass1':'rentclass2'">
|
<b v-show="checkTableLists.length>1&&index2!=0"></b>
|
<span :class="[index2!=0?'bclass1':'bclass2',index2>parseInt(tabsec2.split('tab')[1])?'sss':'']"></span>
|
<b v-show="checkTableLists.length>1&&index2!=checkTableLists.length-1"></b>
|
</span>
|
<p class="jinduul jinduul2" style="margin-top: 5px;margin-bottom: 5px;white-space: nowrap;">{{checkTableList.RegistrationDate}}</p>
|
</li>
|
</ul>
|
<span style="display: block;
|
width: 20px;
|
height: 25px;
|
line-height: 25px;
|
text-align: center;
|
position: absolute;
|
top: 25px;
|
cursor: pointer;
|
box-shadow: rgb(204 204 204) 1px 0px 4px 0px;
|
right: -25px;" @click="right_event" v-show="checkTableLists.length>9"> > </span>
|
</div>
|
<div v-show="arrListLength===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-for="(checkTableList,index) in checkTableLists">
|
<div v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll">
|
<div style="margin-bottom: 20px">
|
<div style="width: 100%;">
|
<table style="width: 100%;height: 450px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0">
|
<tr class="rentThClass addrent_class" style="border-style: none;">
|
<td style="border-top: 1px solid #ccc">登记证明编号</td>
|
<td style="border-top: 1px solid #ccc;border-right: none;">{{checkTableList.RegCerNumber?checkTableList.RegCerNumber:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-right: none;">关联的初始登记编号</td>
|
<td style="border-top:1px solid #ccc;">{{checkTableList.ReleRegCerNumber?checkTableList.ReleRegCerNumber:'--'}}</td>
|
</tr>
|
<tr class="rentThClass2 addrent_class" style="border-style: none">
|
<td style="border-bottom: none">登记时间</td>
|
<td style="border-bottom: none;border-right: none;">{{checkTableList.RegistrationTime?checkTableList.RegistrationTime:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-top: none">登记到期日</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-top: none">{{checkTableList.DateOfRegistration?checkTableList.DateOfRegistration:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">登记类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.RegistrationType?checkTableList.RegistrationType:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">登记期限</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.RegistrationDeadline?checkTableList.RegistrationDeadline:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfTransferor?checkTableList.TypeOfTransferor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfTransferor?checkTableList.NameOfTransferor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfTransferee?checkTableList.TypeOfTransferee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfAssignee?checkTableList.NameOfAssignee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPledgor?checkTableList.TypeOfPledgor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfPledgor?checkTableList.NameOfPledgor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPledgee?checkTableList.TypeOfPledgee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfPledgee?checkTableList.NameOfPledgee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">主合同金额</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PriContractAmount!=0?CustomMethods.numTo$(checkTableList.PriContractAmount):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">主合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;">{{checkTableList.PriContractCurrency?checkTableList.PriContractCurrency:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质押财产价值</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.ValueOfPledgedPro!=0?CustomMethods.numTo$(checkTableList.ValueOfPledgedPro):"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质押合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.CurrencyPledgeCon?checkTableList.CurrencyPledgeCon:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===true">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">债务履行期限</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TimeLimitForDebtPer?checkTableList.TimeLimitForDebtPer:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">债务履行期限</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TimeLimitForDebtPer?checkTableList.TimeLimitForDebtPer:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.Preparer?checkTableList.Preparer:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人证件类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPersonId?checkTableList.TypeOfPersonId:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人住所</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PreparerDomicile?checkTableList.PreparerDomicile:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人归档号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.PreparerFileNo?checkTableList.PreparerFileNo:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PledgorOrgCode?checkTableList.PledgorOrgCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ComRegNoOfPledgor?checkTableList.ComRegNoOfPledgor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorBodyCode?checkTableList.GlobalCorBodyCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfPledgee?checkTableList.LegalRepOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ResidenceOfPledgor?checkTableList.ResidenceOfPledgor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PledgeeOrgCode?checkTableList.PledgeeOrgCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质权人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ComRegNoOfPledgee?checkTableList.ComRegNoOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorBodyCode?checkTableList.GlobalCorBodyCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质权人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfPledgee?checkTableList.LegalRepOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ResidenceOfPledgee?checkTableList.ResidenceOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">融资金额</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.FinancingAmount!=0?CustomMethods.numTo$(checkTableList.FinancingAmount):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">融资合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.FinancingContractCur?checkTableList.FinancingContractCur:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">转让财产价值</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.TransferValueOfpro!=0?CustomMethods.numTo$(checkTableList.TransferValueOfpro):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">转让财产币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.CurOfTransferOfpro?checkTableList.CurOfTransferOfpro:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.Preparer?checkTableList.Preparer:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人证件类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPersonId?checkTableList.TypeOfPersonId:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人住所</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PreparerDomicile?checkTableList.PreparerDomicile:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人归档号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.PreparerFileNo?checkTableList.PreparerFileNo:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.TransferorOrgCode?checkTableList.TransferorOrgCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出让人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TransferorIndRegNum?checkTableList.TransferorIndRegNum:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none;word-break: break-word;">{{checkTableList.GlobalCorIdenCode?checkTableList.GlobalCorIdenCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出让人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfTransferor?checkTableList.LegalRepOfTransferor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">出让人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">{{checkTableList.GrantorResidence?checkTableList.GrantorResidence:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: none;border-bottom: none">受让人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: none;border-bottom: none;border-right: none">{{checkTableList.AssigneeOrgCode?checkTableList.AssigneeOrgCode:'--'}}</td>
|
<td style="border-top: none;border-bottom: none;border-right: none">受让人工商注册号/<br>
|
事业单位法人证书号/
|
机构注册登记证书号</td>
|
<td style="border-top: none;border-bottom: none">{{checkTableList.AssigneeIndComRegNum?checkTableList.AssigneeIndComRegNum:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.AssigneeGloCorCode?checkTableList.AssigneeGloCorCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">受让人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfAssignee?checkTableList.LegalRepOfAssignee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:0px solid #ccc;">受让人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.AssigneeResidence?checkTableList.AssigneeResidence:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">质押财产描述/异议登记陈述/注销说明</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">
|
<span v-show="arrLength1===true">{{checkTableList.DesOfPledgedProperty?checkTableList.DesOfPledgedProperty:"--"}}</span>
|
<div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength1===false">{{item}}</div>
|
</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">质押财产描述/异议登记陈述/注销说明</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">
|
<span v-show="arrLength1===true">{{checkTableList.DesOfTransferredPro?checkTableList.DesOfTransferredPro:"--"}}</span>
|
<div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength1===false">{{item}}</div>
|
</td>
|
</tr>
|
</table>
|
</div>
|
</div>
|
</div>
|
<div v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll">
|
<div>
|
<div>
|
<table style="width: 100%;height: 450px;overflow-y: auto;margin-bottom: 12px" border="0" cellspacing="0" cellpadding="0">
|
<tr class="rentThClass addrent_class" style="border-style: none;">
|
<td style="border-top: 1px solid #ccc">登记证明编号</td>
|
<td style="border-top: 1px solid #ccc;border-right: none;">{{checkTableList.RegCerNumber?checkTableList.RegCerNumber:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-right: none;">关联的初始登记编号</td>
|
<td style="border-top:1px solid #ccc;">{{checkTableList.ReleRegCerNumber?checkTableList.ReleRegCerNumber:'--'}}</td>
|
</tr>
|
<tr class="rentThClass2 addrent_class" style="border-style: none">
|
<td style="border-bottom: none">登记时间</td>
|
<td style="border-bottom: none;border-right: none;">{{checkTableList.RegistrationTime?checkTableList.RegistrationTime:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-top: none">登记到期日</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-top: none">{{checkTableList.DateOfRegistration?checkTableList.DateOfRegistration:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">登记类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.RegistrationType?checkTableList.RegistrationType:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">登记期限</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.RegistrationDeadline?checkTableList.RegistrationDeadline:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfTransferor?checkTableList.TypeOfTransferor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfTransferor?checkTableList.NameOfTransferor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfTransferee?checkTableList.TypeOfTransferee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfAssignee?checkTableList.NameOfAssignee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPledgor?checkTableList.TypeOfPledgor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfPledgor?checkTableList.NameOfPledgor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPledgee?checkTableList.TypeOfPledgee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfPledgee?checkTableList.NameOfPledgee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">主合同金额</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PriContractAmount!=0?CustomMethods.numTo$(checkTableList.PriContractAmount):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">主合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;">{{checkTableList.PriContractCurrency?checkTableList.PriContractCurrency:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质押财产价值</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.ValueOfPledgedPro!=0?CustomMethods.numTo$(checkTableList.ValueOfPledgedPro):"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质押合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.CurrencyPledgeCon?checkTableList.CurrencyPledgeCon:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===true">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">债务履行期限</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TimeLimitForDebtPer?checkTableList.TimeLimitForDebtPer:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">债务履行期限</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TimeLimitForDebtPer?checkTableList.TimeLimitForDebtPer:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.Preparer?checkTableList.Preparer:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人证件类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPersonId?checkTableList.TypeOfPersonId:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人住所</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PreparerDomicile?checkTableList.PreparerDomicile:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人归档号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.PreparerFileNo?checkTableList.PreparerFileNo:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PledgorOrgCode?checkTableList.PledgorOrgCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ComRegNoOfPledgor?checkTableList.ComRegNoOfPledgor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorBodyCode?checkTableList.GlobalCorBodyCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfPledgee?checkTableList.LegalRepOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ResidenceOfPledgor?checkTableList.ResidenceOfPledgor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PledgeeOrgCode?checkTableList.PledgeeOrgCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质权人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ComRegNoOfPledgee?checkTableList.ComRegNoOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorBodyCode?checkTableList.GlobalCorBodyCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质权人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfPledgee?checkTableList.LegalRepOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ResidenceOfPledgee?checkTableList.ResidenceOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">融资金额</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.FinancingAmount!=0?CustomMethods.numTo$(checkTableList.FinancingAmount):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">融资合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.FinancingContractCur?checkTableList.FinancingContractCur:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">转让财产价值</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.TransferValueOfpro!=0?CustomMethods.numTo$(checkTableList.TransferValueOfpro):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">转让财产币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.CurOfTransferOfpro?checkTableList.CurOfTransferOfpro:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.Preparer?checkTableList.Preparer:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人证件类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPersonId?checkTableList.TypeOfPersonId:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人住所</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PreparerDomicile?checkTableList.PreparerDomicile:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人归档号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.PreparerFileNo?checkTableList.PreparerFileNo:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.TransferorOrgCode?checkTableList.TransferorOrgCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出让人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TransferorIndRegNum?checkTableList.TransferorIndRegNum:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none;word-break: break-word;">出让人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorIdenCode?checkTableList.GlobalCorIdenCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出让人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfTransferor?checkTableList.LegalRepOfTransferor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">出让人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">{{checkTableList.GrantorResidence?checkTableList.GrantorResidence:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: none;border-bottom: none">受让人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: none;border-bottom: none;border-right: none">{{checkTableList.AssigneeOrgCode?checkTableList.AssigneeOrgCode:'--'}}</td>
|
<td style="border-top: none;border-bottom: none;border-right: none">受让人工商注册号/<br>
|
事业单位法人证书号/
|
机构注册登记证书号</td>
|
<td style="border-top: none;border-bottom: none">{{checkTableList.AssigneeIndComRegNum?checkTableList.AssigneeIndComRegNum:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.AssigneeGloCorCode?checkTableList.AssigneeGloCorCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">受让人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfAssignee?checkTableList.LegalRepOfAssignee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:0px solid #ccc;">受让人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.AssigneeResidence?checkTableList.AssigneeResidence:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">质押财产描述/异议登记陈述/注销说明</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">
|
<span v-show="arrLength2===true">{{checkTableList.DesOfPledgedProperty?checkTableList.DesOfPledgedProperty:"--"}}</span>
|
<div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength2===false">{{item}}</div>
|
</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">质押财产描述/异议登记陈述/注销说明</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">
|
<span v-show="arrLength2===true">{{checkTableList.DesOfTransferredPro?checkTableList.DesOfTransferredPro:"--"}}</span>
|
<div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength2===false">{{item}}</div>
|
</td>
|
</tr>
|
</table>
|
<div style="margin-top: 12px;margin-bottom: 12px;font-weight: bold">
|
变更登记,变动项如下
|
</div>
|
<div v-show="diffList.length>0">
|
<!-- <Spin v-show="loading_in" fix></Spin>-->
|
<table style="width: 100%;margin-top: 0px;overflow-y: auto;margin-bottom: 12px" border="0" cellspacing="0" cellpadding="0">
|
<tr class="rentDiffClasstab2">
|
<td></td>
|
<td>上次登记内容</td>
|
<td>本次登记内容</td>
|
</tr>
|
<tr class="rentDiffClass2tab2" v-for="i in diffList">
|
<td>{{i.Name}}</td>
|
<td>{{ i.LastRegistration }}</td>
|
<td>{{ i.ThisRegistration }}</td>
|
</tr>
|
</table>
|
</div>
|
<div v-if="diffList.length===0" style="padding: 15px 0;border: 1px solid #ccc;text-align: center;position: relative">
|
<Spin v-show="loading_in" fix></Spin>
|
暂无数据
|
</div>
|
</div>
|
</div>
|
</div>
|
<div v-if="tabsec2===checkTableList.name&&checkTableList.title==='展期登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll">
|
<div>
|
<div style="margin-bottom: 20px">
|
<table style="width: 100%;height: 450px;overflow-y: auto;margin-bottom: 12px;" border="0" cellspacing="0" cellpadding="0">
|
<tr class="rentThClass addrent_class" style="border-style: none;">
|
<td style="border-top: 1px solid #ccc">登记证明编号</td>
|
<td style="border-top: 1px solid #ccc;border-right: none;">{{checkTableList.RegCerNumber?checkTableList.RegCerNumber:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-right: none;">关联的初始登记编号</td>
|
<td style="border-top:1px solid #ccc;">{{checkTableList.ReleRegCerNumber?checkTableList.ReleRegCerNumber:'--'}}</td>
|
</tr>
|
<tr class="rentThClass2 addrent_class" style="border-style: none">
|
<td style="border-bottom: none">登记时间</td>
|
<td style="border-bottom: none;border-right: none;">{{checkTableList.RegistrationTime?checkTableList.RegistrationTime:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-top: none">登记到期日</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-top: none">{{checkTableList.DateOfRegistration?checkTableList.DateOfRegistration:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">登记类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.RegistrationType?checkTableList.RegistrationType:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">登记期限</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.RegistrationDeadline?checkTableList.RegistrationDeadline:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfTransferor?checkTableList.TypeOfTransferor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfTransferor?checkTableList.NameOfTransferor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfTransferee?checkTableList.TypeOfTransferee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfAssignee?checkTableList.NameOfAssignee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPledgor?checkTableList.TypeOfPledgor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfPledgor?checkTableList.NameOfPledgor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPledgee?checkTableList.TypeOfPledgee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfPledgee?checkTableList.NameOfPledgee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">主合同金额</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PriContractAmount!=0?CustomMethods.numTo$(checkTableList.PriContractAmount):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">主合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;">{{checkTableList.PriContractCurrency?checkTableList.PriContractCurrency:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质押财产价值</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.ValueOfPledgedPro!=0?CustomMethods.numTo$(checkTableList.ValueOfPledgedPro):"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质押合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.CurrencyPledgeCon?checkTableList.CurrencyPledgeCon:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===true">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">债务履行期限</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TimeLimitForDebtPer?checkTableList.TimeLimitForDebtPer:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">债务履行期限</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TimeLimitForDebtPer?checkTableList.TimeLimitForDebtPer:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.Preparer?checkTableList.Preparer:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人证件类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPersonId?checkTableList.TypeOfPersonId:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人住所</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PreparerDomicile?checkTableList.PreparerDomicile:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人归档号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.PreparerFileNo?checkTableList.PreparerFileNo:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PledgorOrgCode?checkTableList.PledgorOrgCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ComRegNoOfPledgor?checkTableList.ComRegNoOfPledgor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorBodyCode?checkTableList.GlobalCorBodyCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfPledgee?checkTableList.LegalRepOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ResidenceOfPledgor?checkTableList.ResidenceOfPledgor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PledgeeOrgCode?checkTableList.PledgeeOrgCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质权人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ComRegNoOfPledgee?checkTableList.ComRegNoOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorBodyCode?checkTableList.GlobalCorBodyCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质权人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfPledgee?checkTableList.LegalRepOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ResidenceOfPledgee?checkTableList.ResidenceOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">融资金额</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.FinancingAmount!=0?CustomMethods.numTo$(checkTableList.FinancingAmount):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">融资合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.FinancingContractCur?checkTableList.FinancingContractCur:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">转让财产价值</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.TransferValueOfpro!=0?CustomMethods.numTo$(checkTableList.TransferValueOfpro):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">转让财产币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.CurOfTransferOfpro?checkTableList.CurOfTransferOfpro:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.Preparer?checkTableList.Preparer:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人证件类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPersonId?checkTableList.TypeOfPersonId:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人住所</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PreparerDomicile?checkTableList.PreparerDomicile:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人归档号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.PreparerFileNo?checkTableList.PreparerFileNo:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.TransferorOrgCode?checkTableList.TransferorOrgCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出让人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TransferorIndRegNum?checkTableList.TransferorIndRegNum:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none;word-break: break-word;">出让人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorIdenCode?checkTableList.GlobalCorIdenCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出让人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfTransferor?checkTableList.LegalRepOfTransferor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">出让人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">{{checkTableList.GrantorResidence?checkTableList.GrantorResidence:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: none;border-bottom: none">受让人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: none;border-bottom: none;border-right: none">{{checkTableList.AssigneeOrgCode?checkTableList.AssigneeOrgCode:'--'}}</td>
|
<td style="border-top: none;border-bottom: none;border-right: none">受让人工商注册号/<br>
|
事业单位法人证书号/
|
机构注册登记证书号</td>
|
<td style="border-top: none;border-bottom: none">{{checkTableList.AssigneeIndComRegNum?checkTableList.AssigneeIndComRegNum:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.AssigneeGloCorCode?checkTableList.AssigneeGloCorCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">受让人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfAssignee?checkTableList.LegalRepOfAssignee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:0px solid #ccc;">受让人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.AssigneeResidence?checkTableList.AssigneeResidence:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">质押财产描述/异议登记陈述/注销说明</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">
|
<span v-show="arrLength3===true">{{checkTableList.DesOfPledgedProperty?checkTableList.DesOfPledgedProperty:"--"}}</span>
|
<div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength3===false">{{item}}</div>
|
</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">质押财产描述/异议登记陈述/注销说明</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">
|
<span v-show="arrLength3===true">{{checkTableList.DesOfTransferredPro?checkTableList.DesOfTransferredPro:"--"}}</span>
|
<div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength3===false">{{item}}</div>
|
</td>
|
</tr>
|
</table>
|
</div>
|
</div>
|
</div>
|
<div v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll">
|
<div style="margin-bottom: 20px">
|
<table style="width: 100%;height: 450px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0">
|
<tr class="rentThClass addrent_class" style="border-style: none;">
|
<td style="border-top: 1px solid #ccc">登记证明编号</td>
|
<td style="border-top: 1px solid #ccc;border-right: none;">{{checkTableList.RegCerNumber?checkTableList.RegCerNumber:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-right: none;">关联的初始登记编号</td>
|
<td style="border-top:1px solid #ccc;">{{checkTableList.ReleRegCerNumber?checkTableList.ReleRegCerNumber:'--'}}</td>
|
</tr>
|
<tr class="rentThClass2 addrent_class" style="border-style: none">
|
<td style="border-bottom: none">登记时间</td>
|
<td style="border-bottom: none;border-right: none;">{{checkTableList.RegistrationTime?checkTableList.RegistrationTime:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-top: none">登记到期日</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-top: none">{{checkTableList.DateOfRegistration?checkTableList.DateOfRegistration:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">登记类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.RegistrationType?checkTableList.RegistrationType:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">登记期限</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.RegistrationDeadline?checkTableList.RegistrationDeadline:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfTransferor?checkTableList.TypeOfTransferor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfTransferor?checkTableList.NameOfTransferor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfTransferee?checkTableList.TypeOfTransferee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfAssignee?checkTableList.NameOfAssignee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPledgor?checkTableList.TypeOfPledgor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfPledgor?checkTableList.NameOfPledgor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPledgee?checkTableList.TypeOfPledgee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfPledgee?checkTableList.NameOfPledgee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">主合同金额</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PriContractAmount!=0?CustomMethods.numTo$(checkTableList.PriContractAmount):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">主合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;">{{checkTableList.PriContractCurrency?checkTableList.PriContractCurrency:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质押财产价值</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.ValueOfPledgedPro!=0?CustomMethods.numTo$(checkTableList.ValueOfPledgedPro):"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质押合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.CurrencyPledgeCon?checkTableList.CurrencyPledgeCon:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===true">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">债务履行期限</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TimeLimitForDebtPer?checkTableList.TimeLimitForDebtPer:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">债务履行期限</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TimeLimitForDebtPer?checkTableList.TimeLimitForDebtPer:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.Preparer?checkTableList.Preparer:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人证件类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPersonId?checkTableList.TypeOfPersonId:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人住所</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PreparerDomicile?checkTableList.PreparerDomicile:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人归档号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.PreparerFileNo?checkTableList.PreparerFileNo:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PledgorOrgCode?checkTableList.PledgorOrgCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ComRegNoOfPledgor?checkTableList.ComRegNoOfPledgor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorBodyCode?checkTableList.GlobalCorBodyCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfPledgee?checkTableList.LegalRepOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ResidenceOfPledgor?checkTableList.ResidenceOfPledgor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PledgeeOrgCode?checkTableList.PledgeeOrgCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质权人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ComRegNoOfPledgee?checkTableList.ComRegNoOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorBodyCode?checkTableList.GlobalCorBodyCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质权人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfPledgee?checkTableList.LegalRepOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ResidenceOfPledgee?checkTableList.ResidenceOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">融资金额</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.FinancingAmount!=0?CustomMethods.numTo$(checkTableList.FinancingAmount):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">融资合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.FinancingContractCur?checkTableList.FinancingContractCur:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">转让财产价值</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.TransferValueOfpro!=0?CustomMethods.numTo$(checkTableList.TransferValueOfpro):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">转让财产币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.CurOfTransferOfpro?checkTableList.CurOfTransferOfpro:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.Preparer?checkTableList.Preparer:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人证件类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPersonId?checkTableList.TypeOfPersonId:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人住所</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PreparerDomicile?checkTableList.PreparerDomicile:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人归档号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.PreparerFileNo?checkTableList.PreparerFileNo:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.TransferorOrgCode?checkTableList.TransferorOrgCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出让人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TransferorIndRegNum?checkTableList.TransferorIndRegNum:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none;word-break: break-word;">出让人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorIdenCode?checkTableList.GlobalCorIdenCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出让人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfTransferor?checkTableList.LegalRepOfTransferor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">出让人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">{{checkTableList.GrantorResidence?checkTableList.GrantorResidence:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: none;border-bottom: none">受让人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: none;border-bottom: none;border-right: none">{{checkTableList.AssigneeOrgCode?checkTableList.AssigneeOrgCode:'--'}}</td>
|
<td style="border-top: none;border-bottom: none;border-right: none">受让人工商注册号/<br>
|
事业单位法人证书号/
|
机构注册登记证书号</td>
|
<td style="border-top: none;border-bottom: none">{{checkTableList.AssigneeIndComRegNum?checkTableList.AssigneeIndComRegNum:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.AssigneeGloCorCode?checkTableList.AssigneeGloCorCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">受让人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfAssignee?checkTableList.LegalRepOfAssignee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:0px solid #ccc;">受让人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.AssigneeResidence?checkTableList.AssigneeResidence:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">质押财产描述/异议登记陈述/注销说明</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">
|
<span v-show="arrLength4===true">{{checkTableList.DesOfPledgedProperty?checkTableList.DesOfPledgedProperty:"--"}}</span>
|
<div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength4===false">{{item}}</div>
|
</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">质押财产描述/异议登记陈述/注销说明</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">
|
<span v-show="arrLength4===true">{{checkTableList.DesOfTransferredPro?checkTableList.DesOfTransferredPro:"--"}}</span>
|
<div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength4===false">{{item}}</div>
|
</td>
|
</tr>
|
</table>
|
</div>
|
</div>
|
<div v-if="tabsec2===checkTableList.name&&checkTableList.title==='异议登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll">
|
<div>
|
<div style="margin-bottom: 20px">
|
<table style="width: 100%;height: 450px;overflow-y: auto;margin-bottom: 12px" border="0" cellspacing="0" cellpadding="0">
|
<tr class="rentThClass addrent_class" style="border-style: none;">
|
<td style="border-top: 1px solid #ccc">登记证明编号</td>
|
<td style="border-top: 1px solid #ccc;border-right: none;">{{checkTableList.RegCerNumber?checkTableList.RegCerNumber:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-right: none;">关联的初始登记编号</td>
|
<td style="border-top:1px solid #ccc;">{{checkTableList.ReleRegCerNumber?checkTableList.ReleRegCerNumber:'--'}}</td>
|
</tr>
|
<tr class="rentThClass2 addrent_class" style="border-style: none">
|
<td style="border-bottom: none">登记时间</td>
|
<td style="border-bottom: none;border-right: none;">{{checkTableList.RegistrationTime?checkTableList.RegistrationTime:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-top: none">登记到期日</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-top: none">{{checkTableList.DateOfRegistration?checkTableList.DateOfRegistration:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">登记类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.RegistrationType?checkTableList.RegistrationType:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">登记期限</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.RegistrationDeadline?checkTableList.RegistrationDeadline:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfTransferor?checkTableList.TypeOfTransferor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfTransferor?checkTableList.NameOfTransferor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfTransferee?checkTableList.TypeOfTransferee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfAssignee?checkTableList.NameOfAssignee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPledgor?checkTableList.TypeOfPledgor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfPledgor?checkTableList.NameOfPledgor:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人类型</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPledgee?checkTableList.TypeOfPledgee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人名称</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.NameOfPledgee?checkTableList.NameOfPledgee:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">主合同金额</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PriContractAmount!=0?CustomMethods.numTo$(checkTableList.PriContractAmount):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">主合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;">{{checkTableList.PriContractCurrency?checkTableList.PriContractCurrency:'--'}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质押财产价值</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.ValueOfPledgedPro!=0?CustomMethods.numTo$(checkTableList.ValueOfPledgedPro):"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质押合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.CurrencyPledgeCon?checkTableList.CurrencyPledgeCon:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===true">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">债务履行期限</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TimeLimitForDebtPer?checkTableList.TimeLimitForDebtPer:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">债务履行期限</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TimeLimitForDebtPer?checkTableList.TimeLimitForDebtPer:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.Preparer?checkTableList.Preparer:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人证件类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPersonId?checkTableList.TypeOfPersonId:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人住所</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PreparerDomicile?checkTableList.PreparerDomicile:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人归档号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.PreparerFileNo?checkTableList.PreparerFileNo:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PledgorOrgCode?checkTableList.PledgorOrgCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ComRegNoOfPledgor?checkTableList.ComRegNoOfPledgor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorBodyCode?checkTableList.GlobalCorBodyCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出质人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfPledgee?checkTableList.LegalRepOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出质人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ResidenceOfPledgor?checkTableList.ResidenceOfPledgor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PledgeeOrgCode?checkTableList.PledgeeOrgCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质权人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ComRegNoOfPledgee?checkTableList.ComRegNoOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorBodyCode?checkTableList.GlobalCorBodyCode:"--"}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">质权人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfPledgee?checkTableList.LegalRepOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">质权人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.ResidenceOfPledgee?checkTableList.ResidenceOfPledgee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">融资金额</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.FinancingAmount!=0?CustomMethods.numTo$(checkTableList.FinancingAmount):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">融资合同币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.FinancingContractCur?checkTableList.FinancingContractCur:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">转让财产价值</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.TransferValueOfpro!=0?CustomMethods.numTo$(checkTableList.TransferValueOfpro):'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">转让财产币种</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.CurOfTransferOfpro?checkTableList.CurOfTransferOfpro:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.Preparer?checkTableList.Preparer:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人证件类型</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TypeOfPersonId?checkTableList.TypeOfPersonId:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">填表人住所</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.PreparerDomicile?checkTableList.PreparerDomicile:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">填表人归档号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.PreparerFileNo?checkTableList.PreparerFileNo:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">出让人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.TransferorOrgCode?checkTableList.TransferorOrgCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出让人工商注册号/<br>
|
事业单位法人证书号/<br>
|
机构注册登记证书号</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.TransferorIndRegNum?checkTableList.TransferorIndRegNum:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none;word-break: break-word;">出让人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.GlobalCorIdenCode?checkTableList.GlobalCorIdenCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">出让人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfTransferor?checkTableList.LegalRepOfTransferor:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">出让人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">{{checkTableList.GrantorResidence?checkTableList.GrantorResidence:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: none;border-bottom: none">受让人组织机构代码/<br>
|
金融机构编码/<br>
|
证件号码</td>
|
<td style="border-top: none;border-bottom: none;border-right: none">{{checkTableList.AssigneeOrgCode?checkTableList.AssigneeOrgCode:'--'}}</td>
|
<td style="border-top: none;border-bottom: none;border-right: none">受让人工商注册号/<br>
|
事业单位法人证书号/
|
机构注册登记证书号</td>
|
<td style="border-top: none;border-bottom: none">{{checkTableList.AssigneeIndComRegNum?checkTableList.AssigneeIndComRegNum:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom: none">受让人全球法人机构识别编码</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">{{checkTableList.AssigneeGloCorCode?checkTableList.AssigneeGloCorCode:'--'}}</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none;border-right: none">受让人法定代表人/负责人</td>
|
<td style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.LegalRepOfAssignee?checkTableList.LegalRepOfAssignee:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:0px solid #ccc;">受让人住所/证件地址</td>
|
<td colspan="3" style="border-top: 1px solid #ccc;border-bottom: none">{{checkTableList.AssigneeResidence?checkTableList.AssigneeResidence:"--"}}</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType===false">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">质押财产描述/异议登记陈述/注销说明</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">
|
<span v-show="arrLength5===true">{{checkTableList.DesOfPledgedProperty?checkTableList.DesOfPledgedProperty:"--"}}</span>
|
<div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength5===false">{{item}}</div>
|
</td>
|
</tr>
|
<tr class="rentThClass addrent_class" style="border-style: none;" v-show="LoanType">
|
<td style="border-top: 1px solid #ccc;border-bottom:1px solid #ccc;">质押财产描述/异议登记陈述/注销说明</td>
|
<td colspan="3" style="border-top: 1px solid #ccc">
|
<span v-show="arrLength5===true">{{checkTableList.DesOfTransferredPro?checkTableList.DesOfTransferredPro:"--"}}</span>
|
<div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength5===false">{{item}}</div>
|
</td>
|
</tr>
|
</table>
|
</div>
|
</div>
|
</div>
|
</div>
|
|
</Modal>
|
</div>
|
</template>
|
|
<script>
|
import axios from '@/libs/api.request'
|
import $ from 'jquery'
|
export default {
|
name: 'receivablesMarket',
|
data () {
|
return {
|
IsSubNameOfTransferor: false,
|
IsSubNameOfPledgor: false,
|
IsSubName: false,
|
arrlength: 9,
|
loading_report: false,
|
optionsList4: [],
|
optionsList3: [],
|
optionsList5: [],
|
optionsexpirationTime2: {
|
shortcuts: [
|
{
|
text: '最近半年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 / 2
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近半年');
|
}
|
},
|
{
|
text: '最近一年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近一年');
|
}
|
},
|
{
|
text: '最近三年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 * 3
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近三年');
|
}
|
},
|
{
|
text: '最近五年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 * 5
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近五年');
|
}
|
}
|
]
|
},
|
optionsboardingTime2: {
|
shortcuts: [
|
{
|
text: '最近半年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 / 2
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近半年');
|
}
|
},
|
{
|
text: '最近一年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近一年');
|
}
|
},
|
{
|
text: '最近三年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 * 3
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近三年');
|
}
|
},
|
{
|
text: '最近五年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 * 5
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近五年');
|
}
|
}
|
]
|
},
|
optionsexpirationTime: {
|
shortcuts: [
|
{
|
text: '最近半年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 / 2
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近半年');
|
}
|
},
|
{
|
text: '最近一年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近一年');
|
}
|
},
|
{
|
text: '最近三年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 * 3
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近三年');
|
}
|
},
|
{
|
text: '最近五年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 * 5
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近五年');
|
}
|
}
|
]
|
},
|
optionsboardingTime: {
|
shortcuts: [
|
{
|
text: '最近半年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 / 2
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近半年');
|
}
|
},
|
{
|
text: '最近一年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近一年');
|
}
|
},
|
{
|
text: '最近三年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 * 3
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近三年');
|
}
|
},
|
{
|
text: '最近五年',
|
value () {
|
let a = new Date().getTime()
|
let b = 365 * 24 * 60 * 60 * 1000 * 5
|
let c = a - b
|
let d = new Date()
|
c = new Date(c)
|
return [c, d]
|
},
|
onClick: (picker) => {
|
// this.$Message.info('最近五年');
|
}
|
}
|
]
|
},
|
tabsec2: 'tab0',
|
TabList: [],
|
rentCheckDetail: false,
|
defaultassetsmode: false,
|
RegistrationType: '', // 登记类型
|
pageIndex: 1, // 当前页
|
TotalItems: 0, // 总条数
|
rentPeopleList: [], // 租赁数据
|
rentPeople: '0', // 租赁model
|
rentSearch: '', // 租赁搜索框model
|
financingAmount: '', // 融资金额model
|
locationModel: '', // 位置model
|
sizeAll: '', // 类型
|
boardingTime: '', // 登记时间
|
expirationTime: '', // 全部时间
|
boardingTime2: '', // 登记时间
|
expirationTime2: '', // 全部时间
|
industry: '', // 全部行业
|
loadingRent: false,
|
rentList: [],
|
rentSeniorSearch: false,
|
seniorSearchBackup:{},
|
seniorSearch: {
|
NameOfTransferor: '',
|
NameOfPledgor: '',
|
PriContractAmount: 0,
|
ValueOfPledgedPro: 0,
|
RegistrationTime: '',
|
DateOfRegistration: '',
|
LoanTypeInfo: '全部',
|
regCerNumber:'',
|
boardingSize:'全部'
|
},
|
TotalPage: 0,
|
checkTableLists: [],
|
seniorSearchValidate: {
|
rentMan: [
|
{required: true, trigger: 'change'}
|
],
|
leaser: [
|
{required: true, trigger: 'change'}
|
],
|
boardingSize: [
|
{required: true, trigger: 'change'}
|
],
|
financingAmount: [
|
{required: true, trigger: 'change'}
|
],
|
boardingTime: [
|
{required: true, trigger: 'change', type: 'date'}
|
],
|
expirationTime: [
|
{required: true, trigger: 'change', type: 'date'}
|
],
|
regCerNumber: [
|
{required: true, trigger: 'change'}
|
],
|
},
|
checkId: 0,
|
LoanType: false,
|
optionsList: [],
|
searchLoading: false,
|
arrListLength: false,
|
arrLength1: false,
|
arrLength2: false,
|
arrLength3: false,
|
arrLength4: false,
|
arrLength5: false,
|
diffList: [],
|
diffarr: [],
|
loading_in: false,
|
searchChange:1,
|
confirmSeniorFirst:0,
|
searchClickFirst:0,
|
getRentListFirst:0,
|
clickNum:0
|
}
|
},
|
watch: {
|
tabsec2 (data) {
|
this.$nextTick(() => {
|
$('.rentScroll').animate({scrollTop: 0}, 'slow')
|
})
|
},
|
'seniorSearch.NameOfPledgor':{
|
handler(newName, oldName) {
|
this.remoteMethod3()
|
}},
|
'seniorSearch.NameOfTransferor':{
|
handler(newName, oldName) {
|
this.remoteMethod2()
|
}},
|
|
},
|
mounted () {
|
this.getRentList()
|
},
|
created () {
|
this.$watch('rentSearch', this.debounce((newQuery) => {
|
// newQuery为输入的值
|
this.rentSearch = newQuery
|
this.remoteMethod()
|
}, 200))
|
// this.$watch('seniorSearch.NameOfPledgor', this.debounce3((newQuery) => {
|
// // newQuery为输入的值
|
// this.seniorSearch.NameOfPledgor = newQuery
|
// this.remoteMethod3()
|
// }, 200))
|
// this.$watch('seniorSearch.NameOfTransferor', this.debounce2((newQuery) => {
|
// // newQuery为输入的值
|
// this.seniorSearch.NameOfTransferor = newQuery
|
// this.remoteMethod2()
|
// }, 200))
|
},
|
methods: {
|
rentPeopleChange(){
|
this.IsSubName = false
|
},
|
modalLiclick (params) {
|
this.tabsec2 = params
|
$('.modalLi li').removeClass('modaltab')
|
$('.modalLi li').removeClass('modaltre')
|
$('.modal' + params).addClass('modaltab')
|
this.diffList = []
|
this.loading_in = true
|
let a = parseInt(this.tabsec2.split('tab')[1])
|
this.$nextTick(() => {
|
if (this.checkTableLists[a].title === '变更登记') {
|
this.differentRent(this.checkTableLists[a].Id, this.checkTableLists[a].LoanType)
|
}
|
})
|
},
|
left_event () {
|
if(this.arrlength==9){
|
return false
|
}
|
let a = 0
|
// console.log(this.arrlength,);
|
if (this.arrlength > 9 ) {
|
$('.modalLi li').css({'transform': `translate(${-90*(this.arrlength-10)}px,0)`, 'transition': 'transform 0.5s linear 0s'})
|
$('.jinduul li').css({'transform': `translate(${-90*(this.arrlength-10)}px,0)`, 'transition': 'transform 0.5s linear 0s'})
|
this.arrlength -= 1
|
} else {
|
$('.modalLi li').css({'transform': 'translate(0px,0)', 'transition': 'transform 0.5s linear 0s'})
|
$('.jinduul li').css({'transform': 'translate(0px,0)', 'transition': 'transform 0.5s linear 0s'})
|
}
|
// console.log(this.arrlength);
|
},
|
right_event () {
|
if(this.arrlength==this.checkTableLists.length){
|
return false
|
}
|
let a = 0
|
a = this.checkTableLists.length - this.arrlength
|
if (a > 0) {
|
$('.modalLi li').css({'transform': `translate(${-90*(this.arrlength-8)}px,0)`, 'transition': 'transform 0.5s linear 0s'})
|
$('.jinduul li').css({'transform': `translate(${-90*(this.arrlength-8)}px,0)`, 'transition': 'transform 0.5s linear 0s'})
|
this.arrlength += 1
|
} else {
|
this.clickend = true
|
}
|
// console.log(a,this.arrlength,this.clickNum);
|
// $('.modalLi li').removeClass('left_click')
|
// $('.modalLi li').addClass('right_click')
|
},
|
tabclick() {
|
this.diffList = []
|
this.loading_in = true
|
let a = parseInt(this.tabsec2.split('tab')[1])
|
|
this.$nextTick(() => {
|
if (this.checkTableLists[a].title === '变更登记') {
|
this.differentRent(this.checkTableLists[a].Id, this.checkTableLists[a].LoanType)
|
}
|
})
|
},
|
differentRent (s, d) {
|
this.loading_in = true
|
this.diffList = []
|
let data = {
|
Id: s,
|
LoanType: d
|
}
|
axios.request({
|
url: '/MkReceivablesPledge/GetChangeByRegistration',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.diffList = res.data.Data
|
this.loading_in = false
|
} else {
|
|
}
|
}, res => {
|
})
|
},
|
rentManChange (value) {
|
|
},
|
clickJumpPage2 (value) {
|
localStorage.setItem('powerAccess', 'publicMessage_tool')
|
window.open(`#/publicMessage_tool?name=${value}`, '_blank')
|
},
|
clickJumpPage (value) {
|
localStorage.setItem('powerAccess', 'publicMessage_tool')
|
window.open(`#/publicMessage_tool?name=${value}`, '_blank')
|
},
|
rentPledgorChange (item) {
|
this.seniorSearch.NameOfPledgor = item.Name
|
},
|
rentTransChange (item) {
|
this.seniorSearch.NameOfTransferor = item.Name
|
},
|
debounce4 (func, delay) {
|
let timer
|
return (...args) => {
|
if (timer) {
|
clearTimeout(timer)
|
}
|
timer = setTimeout(() => {
|
func.apply(this, args)
|
}, delay)
|
}
|
},
|
// debounce2 (func, delay) {
|
// let timer
|
// return (...args) => {
|
// if (timer) {
|
// clearTimeout(timer)
|
// }
|
// timer = setTimeout(() => {
|
// func.apply(this, args)
|
// }, delay)
|
// }
|
// },
|
// debounce3 (func, delay) {
|
// let timer
|
// return (...args) => {
|
// if (timer) {
|
// clearTimeout(timer)
|
// }
|
// timer = setTimeout(() => {
|
// func.apply(this, args)
|
// }, delay)
|
// }
|
// },
|
debounce (func, delay) {
|
let timer
|
return (...args) => {
|
if (timer) {
|
clearTimeout(timer)
|
}
|
timer = setTimeout(() => {
|
func.apply(this, args)
|
}, delay)
|
}
|
},
|
remoteMethod2 () {
|
if (this.seniorSearch.NameOfTransferor !== '') {
|
this.searchLoading = true
|
let data = {name: this.seniorSearch.NameOfTransferor}
|
axios.request({
|
url: '/QiChaCha/GetTycSearch2',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.optionsList3 = JSON.parse(JSON.stringify(res.data.Data.Items))
|
} else {
|
this.optionsList3 = []
|
}
|
this.searchLoading = false
|
}, res => {
|
this.optionsList3 = []
|
this.searchLoading = false
|
})
|
} else {
|
this.optionsList3 = []
|
}
|
},
|
remoteMethod3 () {
|
if (this.seniorSearch.NameOfPledgor !== '') {
|
this.searchLoading = true
|
let data = {name: this.seniorSearch.NameOfPledgor}
|
axios.request({
|
url: '/QiChaCha/GetTycSearch2',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.optionsList4 = JSON.parse(JSON.stringify(res.data.Data.Items))
|
} else {
|
this.optionsList4 = []
|
}
|
this.searchLoading = false
|
}, res => {
|
this.optionsList4 = []
|
this.searchLoading = false
|
})
|
} else {
|
this.optionsList4 = []
|
}
|
},
|
remoteMethod4 () {
|
if (this.seniorSearch.regCerNumber !== '') {
|
this.searchLoading = true
|
let data = {name: this.seniorSearch.regCerNumber}
|
axios.request({
|
url: '/QiChaCha/GetTycSearch2',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.optionsList5 = JSON.parse(JSON.stringify(res.data.Data.Items))
|
} else {
|
this.optionsList5 = []
|
}
|
this.searchLoading = false
|
}, res => {
|
this.optionsList5 = []
|
this.searchLoading = false
|
})
|
} else {
|
this.optionsList5 = []
|
}
|
},
|
|
/**
|
* 远程搜索主体名称
|
*/
|
remoteMethod () {
|
if (this.rentSearch !== '') {
|
this.searchLoading = true
|
let data = {name: this.rentSearch}
|
axios.request({
|
url: '/QiChaCha/GetTycSearch2',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.optionsList = JSON.parse(JSON.stringify(res.data.Data.Items))
|
} else {
|
this.optionsList = []
|
}
|
this.searchLoading = false
|
}, res => {
|
this.optionsList = []
|
this.searchLoading = false
|
})
|
} else {
|
this.optionsList = []
|
}
|
},
|
rentSearchChange (item) {
|
this.rentSearch = item.Name
|
},
|
/**
|
* 一键清除事件
|
**/
|
clearAway () {
|
this.financingAmount = ''
|
// this.rentPeople=""
|
this.rentSearch = ''
|
this.locationModel = ''
|
this.industry = ''
|
this.sizeAll = ''
|
this.boardingTime = ''
|
this.expirationTime = ''
|
this.boardingTime2 = ''
|
this.expirationTime2 = ''
|
this.pageIndex = 1
|
this.RegistrationType = ''
|
this.amountSelect()
|
},
|
amountChange () {
|
this.rentList = []
|
this.pageIndex = 1
|
this.$nextTick(() => {
|
this.loadingRent = true
|
let data = {
|
Name: this.rentSearch,
|
PageSize: 30,
|
PageIndex: this.pageIndex,
|
LoanType: this.rentPeople,
|
PriContractAmount: this.financingAmount,
|
LoanTypeInfo: this.sizeAll,
|
RegistrationType: this.RegistrationType,
|
RegistrationTime: this.boardingTime2,
|
DateOfRegistration: this.expirationTime2
|
}
|
axios.request({
|
url: '/MkReceivablesPledge/GetMkReceivablesPledgeList',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.loadingRent = false
|
this.rentList = res.data.Data.Data
|
this.TotalItems = res.data.Data.TotalItems
|
$('.receivablesScrollOut .ivu-table-body').animate({scrollTop: 0}, 'slow')
|
} else {
|
this.loadingRent = false
|
}
|
}, res => {
|
this.loadingRent = false
|
})
|
})
|
},
|
/**
|
* 融资金额select事件
|
**/
|
amountSelect () {
|
this.rentList = []
|
this.pageIndex = 1
|
this.$nextTick(() => {
|
this.loadingRent = true
|
let data = {
|
Name: this.rentSearch,
|
PageSize: 30,
|
PageIndex: this.pageIndex,
|
LoanType: this.rentPeople,
|
PriContractAmount: this.financingAmount,
|
LoanTypeInfo: this.sizeAll,
|
RegistrationType: this.RegistrationType,
|
RegistrationTime: this.boardingTime2,
|
DateOfRegistration: this.expirationTime2
|
}
|
axios.request({
|
url: '/MkReceivablesPledge/GetMkReceivablesPledgeList',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.loadingRent = false
|
this.rentList = res.data.Data.Data
|
this.TotalItems = res.data.Data.TotalItems
|
$('.receivablesScrollOut .ivu-table-body').animate({scrollTop: 0}, 'slow')
|
} else {
|
this.loadingRent = false
|
}
|
}, res => {
|
this.loadingRent = false
|
})
|
})
|
},
|
/**
|
* 租赁下载点击事件
|
**/
|
downloadclick (params) {
|
this.$nextTick(() => {
|
let data = {
|
ReleRegCerNumber: params.ReleRegCerNumber
|
}
|
axios.request({
|
url: '/MkDownloadZip/GetDownloadZip',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
window.open(res.data.Data, '_blank')
|
// this.$Message.success(res.data.Data)
|
} else {
|
|
}
|
}, res => {
|
|
})
|
})
|
},
|
/**
|
* 租赁查看点击事件
|
**/
|
checkRentclick (params) {
|
$('.borderwidth').css({'opacity':'0'})
|
this.diffList = []
|
if (Date.now() - this.opreateTime > 1000) {
|
|
}
|
this.arrlength = 9
|
this.arrListLength = false
|
this.checkTableLists = []
|
this.TabList = []
|
this.tabsec2 = 'tab0'
|
this.rentCheckDetail = true
|
this.loading_report = true
|
$('.rentScroll').animate({scrollTop: 0}, 'slow')
|
this.checkId = params.Id
|
this.LoanType = params.LoanType
|
let data = {
|
Id: this.checkId,
|
LoanType: params.LoanType
|
}
|
axios.request({
|
url: '/MkReceivablesPledge/GetMkReceivablesInfo',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.checkTableLists = res.data.Data
|
// if(this.checkTableLists.InitialReg.length>0){
|
// this.TabList.push({
|
// label:"初始登记",
|
// name:"tab1"
|
// })
|
// if(this.checkTableLists.InitialReg[0].LoanType){
|
// if(this.checkTableLists.InitialReg[0].DesOfTransferredPro.indexOf('\n')>=0||this.checkTableLists.InitialReg[0].DesOfTransferredPro.indexOf('\r')>=0){
|
// this.arrLength1=false
|
// this.checkTableLists.InitialReg[0].DesOfTransferredPro=this.checkTableLists.InitialReg[0].DesOfTransferredPro.replace(/↵/g,"\n")
|
// this.checkTableLists.InitialReg[0].DesOfLeasedPropertynew=JSON.parse(JSON.stringify(this.checkTableLists.InitialReg[0].DesOfTransferredPro.split("\n")))
|
// }else{
|
// this.arrLength1=true
|
// }
|
// }else{
|
// if(this.checkTableLists.InitialReg[0].DesOfPledgedProperty.indexOf('\n')>=0||this.checkTableLists.InitialReg[0].DesOfPledgedProperty.indexOf('\r')>=0){
|
// this.arrLength1=false
|
// this.checkTableLists.InitialReg[0].DesOfPledgedProperty=this.checkTableLists.InitialReg[0].DesOfPledgedProperty.replace(/↵/g,"\n")
|
// this.checkTableLists.InitialReg[0].DesOfLeasedPropertynew=JSON.parse(JSON.stringify(this.checkTableLists.InitialReg[0].DesOfPledgedProperty.split("\n")))
|
// }else{
|
// this.arrLength1=true
|
// }
|
// }
|
//
|
// }
|
// if(this.checkTableLists.ChangeAndOutlookReg.ChangeReg.length>0||this.checkTableLists.ChangeAndOutlookReg.OutlookReg.length>0) {
|
// this.TabList.push({
|
// label: "变更/展期登记",
|
// name: "tab2"
|
// })
|
// if (this.checkTableLists.ChangeAndOutlookReg.ChangeReg.length > 0) {
|
// this.checkTableLists.ChangeAndOutlookReg.ChangeReg.forEach((val, index) => {
|
// if (val.LoanType) {
|
// if (val.DesOfTransferredPro.indexOf('\n') >= 0) {
|
// this.arrLength2 = false
|
// val.DesOfTransferredPro = val.DesOfTransferredPro.replace(/↵/g, "\n")
|
// val.DesOfLeasedPropertynew = val.DesOfTransferredPro.split("\n")
|
// } else {
|
// this.arrLength2 = true
|
// }
|
// } else {
|
// if (val.DesOfPledgedProperty.indexOf('\n') >= 0) {
|
// this.arrLength2 = false
|
// val.DesOfPledgedProperty = val.DesOfPledgedProperty.replace(/↵/g, "\n")
|
// val.DesOfLeasedPropertynew = val.DesOfPledgedProperty.split("\n")
|
// } else {
|
// this.arrLength2 = true
|
// }
|
// }
|
// })
|
// }
|
// if (this.checkTableLists.ChangeAndOutlookReg.OutlookReg.length > 0) {
|
// this.checkTableLists.ChangeAndOutlookReg.OutlookReg.forEach((val, index) => {
|
// if (val.LoanType) {
|
// if (val.DesOfTransferredPro.indexOf('\n') >= 0) {
|
// this.arrLength3 = false
|
// val.DesOfTransferredPro = val.DesOfTransferredPro.replace(/↵/g, "\n")
|
// val.DesOfLeasedPropertynew = val.DesOfTransferredPro.split("\n")
|
// } else {
|
// this.arrLength3 = true
|
// }
|
// } else {
|
// if (val.DesOfPledgedProperty.indexOf('\n') >= 0) {
|
// this.arrLength3 = false
|
// val.DesOfPledgedProperty = val.DesOfPledgedProperty.replace(/↵/g, "\n")
|
// val.DesOfLeasedPropertynew = val.DesOfPledgedProperty.split("\n")
|
// } else {
|
// this.arrLength3 = true
|
// }
|
// }
|
// })
|
// }
|
// }
|
// if(this.checkTableLists.LogoutReg.length>0) {
|
// this.TabList.push({
|
// label: "注销登记",
|
// name: "tab4"
|
// })
|
// this.checkTableLists.LogoutReg.forEach((val, index) => {
|
// if (val.LoanType) {
|
// if (val.DesOfTransferredPro.indexOf('\n') >= 0) {
|
// this.arrLength4 = false
|
// val.DesOfTransferredPro = val.DesOfTransferredPro.replace(/↵/g, "\n")
|
// val.DesOfLeasedPropertynew = val.DesOfTransferredPro.split("\n")
|
// } else {
|
// this.arrLength4 = true
|
// }
|
// } else {
|
// if (val.DesOfPledgedProperty.indexOf('\n') >= 0) {
|
// this.arrLength4 = false
|
// val.DesOfPledgedProperty = val.DesOfPledgedProperty.replace(/↵/g, "\n")
|
// val.DesOfLeasedPropertynew = val.DesOfPledgedProperty.split("\n")
|
// } else {
|
// this.arrLength4 = true
|
// }
|
// }
|
// })
|
// }
|
// if(this.checkTableLists.DissentReg.length>0) {
|
// this.TabList.push({
|
// label: "异议登记",
|
// name: "tab5"
|
// })
|
// this.checkTableLists.DissentReg.forEach((val, index) => {
|
// if (val.LoanType) {
|
// if (val.DesOfTransferredPro.indexOf('\n') >= 0) {
|
// this.arrLength5 = false
|
// val.DesOfTransferredPro = val.DesOfTransferredPro.replace(/↵/g, "\n")
|
// val.DesOfLeasedPropertynew = val.DesOfTransferredPro.split("\n")
|
// } else {
|
// this.arrLength5 = true
|
// }
|
// } else {
|
// if (val.DesOfPledgedProperty.indexOf('\n') >= 0) {
|
// this.arrLength5 = false
|
// val.DesOfPledgedProperty = val.DesOfPledgedProperty.replace(/↵/g, "\n")
|
// val.DesOfLeasedPropertynew = val.DesOfPledgedProperty.split("\n")
|
// } else {
|
// this.arrLength5= true
|
// }
|
// }
|
// })
|
// }
|
for (let i = 0; i < res.data.Data.length; i++) {
|
if (res.data.Data[i].title === '初始登记') {
|
if(res.data.Data[i].LoanType) {
|
if ((res.data.Data[i].DesOfTransferredPro.indexOf('\n') >= 0 || res.data.Data[i].DesOfTransferredPro.indexOf('\r') >= 0)) {
|
if(res.data.Data[i].DesOfTransferredPro.indexOf('↵')>-1){
|
res.data.Data[i].DesOfTransferredPro = res.data.Data[i].DesOfTransferredPro.replace(/↵/g, "\n")
|
}
|
if (res.data.Data[i].DesOfTransferredPro.indexOf('\r') >= 0) {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfTransferredPro.split("\r\n")))
|
} else {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfTransferredPro.split("\n")))
|
}
|
this.arrLength1 = false
|
}else {
|
this.arrLength1 = true
|
}
|
}else{
|
if ((res.data.Data[i].DesOfPledgedProperty.indexOf('\n') >= 0 || res.data.Data[i].DesOfPledgedProperty.indexOf('\r') >= 0)) {
|
if(res.data.Data[i].DesOfPledgedProperty.indexOf('↵')>-1){
|
res.data.Data[i].DesOfPledgedProperty = res.data.Data[i].DesOfPledgedProperty.replace(/↵/g, "\n")
|
}
|
if (res.data.Data[i].DesOfPledgedProperty.indexOf('\r') >= 0) {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfPledgedProperty.split("\r\n")))
|
} else {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfPledgedProperty.split("\n")))
|
}
|
this.arrLength1 = false
|
}else {
|
this.arrLength1 = true
|
}
|
}
|
}else if (res.data.Data[i].title === '变更登记') {
|
if(res.data.Data[i].LoanType){
|
if ((res.data.Data[i].DesOfTransferredPro.indexOf('\n') >= 0 || res.data.Data[i].DesOfTransferredPro.indexOf('\r') >= 0)) {
|
if(res.data.Data[i].DesOfTransferredPro.indexOf('↵')>-1){
|
res.data.Data[i].DesOfTransferredPro= res.data.Data[i].DesOfTransferredPro.replace(/↵/g, "\n")
|
}
|
if (res.data.Data[i].DesOfTransferredPro.indexOf('\r') >= 0) {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfTransferredPro.split("\r\n")))
|
} else {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfTransferredPro.split("\n")))
|
}
|
this.arrLength2 = false
|
}else{
|
this.arrLength2 = true
|
}
|
}else{
|
if ((res.data.Data[i].DesOfPledgedProperty.indexOf('\n') >= 0 || res.data.Data[i].DesOfPledgedProperty.indexOf('\r') >= 0)) {
|
if(res.data.Data[i].DesOfPledgedProperty.indexOf('↵')>-1){
|
res.data.Data[i].DesOfPledgedProperty= res.data.Data[i].DesOfPledgedProperty.replace(/↵/g, "\n")
|
}
|
if (res.data.Data[i].DesOfPledgedProperty.indexOf('\r') >= 0) {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfPledgedProperty.split("\r\n")))
|
} else {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfPledgedProperty.split("\n")))
|
}
|
this.arrLength2 = false
|
}else{
|
this.arrLength2 = true
|
}
|
}
|
} else if (res.data.Data[i].title === '展期登记') {
|
if(res.data.Data[i].LoanType) {
|
if ((res.data.Data[i].DesOfTransferredPro.indexOf('\n') >= 0 || res.data.Data[i].DesOfTransferredPro.indexOf('\r') >= 0)) {
|
if(res.data.Data[i].DesOfTransferredPro.indexOf('↵')>-1){
|
res.data.Data[i].DesOfTransferredPro= res.data.Data[i].DesOfTransferredPro.replace(/↵/g, "\n")
|
}
|
if (res.data.Data[i].DesOfTransferredPro.indexOf('\r') >= 0) {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfTransferredPro.split("\r\n")))
|
} else {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfTransferredPro.split("\n")))
|
}
|
this.arrLength3 = false
|
} else {
|
this.arrLength3 = true
|
}
|
}else{
|
if ((res.data.Data[i].DesOfPledgedProperty.indexOf('\n') >= 0 || res.data.Data[i].DesOfPledgedProperty.indexOf('\r') >= 0)) {
|
if(res.data.Data[i].DesOfPledgedProperty.indexOf('↵')>-1){
|
res.data.Data[i].DesOfPledgedProperty= res.data.Data[i].DesOfPledgedProperty.replace(/↵/g, "\n")
|
}
|
if (res.data.Data[i].DesOfPledgedProperty.indexOf('\r') >= 0) {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfPledgedProperty.split("\r\n")))
|
} else {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfPledgedProperty.split("\n")))
|
}
|
this.arrLength3 = false
|
} else {
|
this.arrLength3 = true
|
}
|
}
|
} else if (res.data.Data[i].title === '注销登记') {
|
if(res.data.Data[i].LoanType){
|
if ((res.data.Data[i].DesOfTransferredPro.indexOf('\n') >= 0 || res.data.Data[i].DesOfTransferredPro.indexOf('\r') >= 0)) {
|
if(res.data.Data[i].DesOfTransferredPro.indexOf('↵')>-1){
|
res.data.Data[i].DesOfTransferredPro= res.data.Data[i].DesOfTransferredPro.replace(/↵/g, "\n")
|
}
|
if (res.data.Data[i].DesOfTransferredPro.indexOf('\r') >= 0) {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfTransferredPro.split("\r\n")))
|
} else {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfTransferredPro.split("\n")))
|
}
|
this.arrLength4 = false
|
} else {
|
this.arrLength4 = true
|
}
|
}else{
|
if ((res.data.Data[i].DesOfPledgedProperty.indexOf('\n') >= 0 || res.data.Data[i].DesOfPledgedProperty.indexOf('\r') >= 0)) {
|
if(res.data.Data[i].DesOfPledgedProperty.indexOf('↵')>-1){
|
res.data.Data[i].DesOfPledgedProperty= res.data.Data[i].DesOfPledgedProperty.replace(/↵/g, "\n")
|
}
|
if (res.data.Data[i].DesOfLeasedProperty.indexOf('\r') >= 0) {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfPledgedProperty.split("\r\n")))
|
} else {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfPledgedProperty.split("\n")))
|
}
|
this.arrLength4 = false
|
} else {
|
this.arrLength4 = true
|
}
|
}
|
} else if (res.data.Data[i].title === '异议登记') {
|
if(res.data.Data[i].LoanType){
|
if ((res.data.Data[i].DesOfTransferredPro.indexOf('\n') >= 0 || res.data.Data[i].DesOfTransferredPro.indexOf('\r') >= 0)) {
|
if(res.data.Data[i].DesOfTransferredPro.indexOf('↵')>-1){
|
res.data.Data[i].DesOfTransferredPro= res.data.Data[i].DesOfTransferredPro.replace(/↵/g, "\n")
|
}
|
if (res.data.Data[i].DesOfTransferredPro.indexOf('\r') >= 0) {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfTransferredPro.split("\r\n")))
|
} else {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfTransferredPro.split("\n")))
|
}
|
this.arrLength5 = false
|
} else {
|
this.arrLength5 = true
|
}
|
}else{
|
if ((res.data.Data[i].DesOfPledgedProperty.indexOf('\n') >= 0 || res.data.Data[i].DesOfPledgedProperty.indexOf('\r') >= 0)) {
|
if(res.data.Data[i].DesOfPledgedProperty.indexOf('↵')>-1){
|
res.data.Data[i].DesOfPledgedProperty= res.data.Data[i].DesOfPledgedProperty.replace(/↵/g, "\n")
|
}
|
if (res.data.Data[i].DesOfPledgedProperty.indexOf('\r') >= 0) {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfPledgedProperty.split("\r\n")))
|
} else {
|
res.data.Data[i].DesOfLeasedPropertynew = JSON.parse(JSON.stringify(res.data.Data[i].DesOfPledgedProperty.split("\n")))
|
}
|
this.arrLength5 = false
|
} else {
|
this.arrLength5 = true
|
}
|
}
|
}
|
}
|
// console.log(this.checkTableLists,res.data.Data.length);
|
$('.modalLi li').css({'transform': 'translate(0px,0)', 'transition': 'transform 0.5s linear 0s'})
|
$('.jinduul li').css({'transform': 'translate(0px,0)', 'transition': 'transform 0.5s linear 0s'})
|
this.modalLiclick('tab0')
|
// let a =res.data.Data.length * 90< 876? 876 - res.data.Data.length * 90:res.data.Data.length * 90 - 876
|
let a = 876 - res.data.Data.length * 90
|
// console.log(a);
|
if (this.checkTableLists.length > 0) {
|
this.arrListLength = false
|
} else {
|
this.arrListLength = true
|
}
|
$('.borderwidth').css({'width': `${a}px`, 'left': `${res.data.Data.length * 90}px`, 'top': '32px', 'height': '1px', 'background': '#dcdee2', 'position': 'absolute','opacity': '1'})
|
this.loading_report = false
|
}
|
}, res => {
|
|
})
|
},
|
/**
|
* 获取租赁数据
|
**/
|
getRentList () {
|
// this.rentList=[]
|
this.searchChange=1
|
this.confirmSeniorFirst=1
|
this.searchClickFirst=1
|
if(this.getRentListFirst===1){
|
this.pageIndex=1
|
this.$refs['pagesChange1'].currentPage = 1;
|
this.confirmSeniorFirst=0
|
}
|
this.loadingRent = true
|
let data = {
|
Name: this.rentSearch,
|
PageSize: 30,
|
PageIndex: this.pageIndex,
|
LoantType: parseInt(this.rentPeople),
|
PriContractAmount: this.financingAmount,
|
LoanTypeInfo: this.sizeAll,
|
RegistrationType: this.RegistrationType,
|
RegistrationTime: this.boardingTime2,
|
DateOfRegistration: this.expirationTime2,
|
IsSubName: this.IsSubName,
|
}
|
axios.request({
|
url: '/MkReceivablesPledge/GetMkReceivablesPledgeList',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.rentList = res.data.Data.Data
|
this.TotalItems = res.data.Data.TotalItems
|
this.TotalPages = res.data.Data.TotalPages
|
$('.receivablesScrollOut .ivu-table-body').animate({scrollTop: 0}, 'slow')
|
this.loadingRent = false
|
} else {
|
this.loadingRent = false
|
}
|
}, res => {
|
this.loadingRent = false
|
})
|
},
|
/**
|
* 页面page的change事件
|
**/
|
changePageIndex (page) {
|
if (page > this.TotalPages) {
|
this.pageIndex = 1
|
} else {
|
this.pageIndex = page
|
}
|
$('.receivablesScrollOut .ivu-table-body').animate({scrollTop: 0}, 'slow')
|
// this.$nextTick(() => {
|
if(this.searchChange===1){
|
this.getRentList()
|
}else if(this.searchChange===2){
|
|
this.confirmSenior()
|
} else if(this.searchChange===3){
|
this.searchClick()
|
}
|
this.pageIndex=1
|
|
// })
|
},
|
chooseBoardingSize(value){
|
console.log(value);
|
this.$nextTick(()=>{
|
if(this.seniorSearch.boardingSize.indexOf(value.value)){
|
if(this.seniorSearch.boardingSize.indexOf('全部')>-1&&value.value!='全部'){
|
for(let i=0;i<this.seniorSearch.boardingSize.length;i++){
|
if(this.seniorSearch.boardingSize[i]=='全部'){
|
this.seniorSearch.boardingSize.splice(i,1)
|
return
|
}
|
}
|
}
|
if(value.value==='全部'){
|
this.seniorSearch.boardingSize=['全部']
|
}
|
}
|
})
|
},
|
choosePriContractAmount(value){
|
this.$nextTick(()=>{
|
if(this.seniorSearch.PriContractAmount.indexOf(value.value)){
|
if(this.seniorSearch.PriContractAmount.indexOf('全部')>-1&&value.value!='全部'){
|
for(let i=0;i<this.seniorSearch.PriContractAmount.length;i++){
|
if(this.seniorSearch.PriContractAmount[i]=='全部'){
|
this.seniorSearch.PriContractAmount.splice(i,1)
|
return
|
}
|
}
|
}
|
if(value.value==='全部'){
|
this.seniorSearch.PriContractAmount=['全部']
|
}
|
}
|
})
|
},
|
chooseValueOfPledgedPro(value){
|
this.$nextTick(()=>{
|
if(this.seniorSearch.ValueOfPledgedPro.indexOf(value.value)){
|
if(this.seniorSearch.ValueOfPledgedPro.indexOf('全部')>-1&&value.value!='全部'){
|
for(let i=0;i<this.seniorSearch.ValueOfPledgedPro.length;i++){
|
if(this.seniorSearch.ValueOfPledgedPro[i]=='全部'){
|
this.seniorSearch.ValueOfPledgedPro.splice(i,1)
|
return
|
}
|
}
|
}
|
if(value.value==='全部'){
|
this.seniorSearch.ValueOfPledgedPro=['全部']
|
}
|
}
|
})
|
},
|
/**
|
* 高级搜索确认
|
**/
|
confirmSenior (seniorSearchValidate) {
|
console.log(this.seniorSearch);
|
this.searchChange=2
|
this.searchClickFirst=1
|
this.getRentListFirst=1
|
if(this.confirmSeniorFirst===1){
|
this.pageIndex=1
|
this.$refs['pagesChange1'].currentPage = 1;
|
this.confirmSeniorFirst=0
|
}
|
this.rentList = []
|
// this.$nextTick(() => {
|
this.rentSeniorSearch = false
|
this.loadingRent = true
|
let data = {
|
NameOfTransferor: this.seniorSearch.NameOfTransferor,
|
NameOfPledgor: this.seniorSearch.NameOfPledgor,
|
PageSize: 30,
|
PageIndex: this.pageIndex,
|
PriContractAmount:this.seniorSearch.PriContractAmount? this.seniorSearch.PriContractAmount.join(' or '):'',
|
ValueOfPledgedPro:this.seniorSearch.ValueOfPledgedPro? this.seniorSearch.ValueOfPledgedPro.join(' or '):'',
|
RegistrationTime: this.seniorSearch.RegistrationTime,
|
DateOfRegistration: this.seniorSearch.DateOfRegistration,
|
LoanTypeInfo: this.seniorSearch.LoanTypeInfo,
|
regCerNumber:this.seniorSearch.regCerNumber,
|
sizeAll:this.seniorSearch.boardingSize?this.seniorSearch.boardingSize.join(' or '):'',
|
IsSubNameOfTransferor: this.IsSubNameOfTransferor,
|
IsSubNameOfPledgor: this.IsSubNameOfPledgor
|
}
|
this.seniorSearchBackup=this.seniorSearch
|
axios.request({
|
url: '/MkReceivablesPledge/GetMkReceivablesPledgeList',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.loadingRent = false
|
this.rentList = res.data.Data.Data
|
this.TotalItems = res.data.Data.TotalItems
|
$('.receivablesScrollOut .ivu-table-body').animate({scrollTop: 0}, 'slow')
|
} else {
|
this.loadingRent = false
|
}
|
}, res => {
|
this.loadingRent = false
|
})
|
// })
|
},
|
searchClick () {
|
this.searchChange=3
|
this.confirmSeniorFirst=1
|
this.getRentListFirst=1
|
if(this.searchClickFirst===1){
|
this.pageIndex=1
|
this.$refs['pagesChange1'].currentPage = 1;
|
this.searchClickFirst=0
|
}
|
this.rentList = []
|
this.pageIndex = 1
|
this.loadingRent = true
|
let data = {
|
Name: this.rentSearch,
|
PageSize: 30,
|
PageIndex: this.pageIndex,
|
LoanType: parseInt(this.rentPeople),
|
PriContractAmount: this.financingAmount,
|
LoanTypeInfo: this.sizeAll,
|
RegistrationType: this.RegistrationType,
|
RegistrationTime: this.boardingTime2,
|
DateOfRegistration: this.expirationTime2,
|
IsSubName: this.IsSubName,
|
}
|
axios.request({
|
url: '/MkReceivablesPledge/GetMkReceivablesPledgeList',
|
data,
|
method: 'post'
|
}).then(res => {
|
if (res.data.Check) {
|
this.loadingRent = false
|
this.rentList = res.data.Data.Data
|
this.TotalItems = res.data.Data.TotalItems
|
$('.receivablesScrollOut .ivu-table-body').animate({scrollTop: 0}, 'slow')
|
} else {
|
this.loadingRent = false
|
}
|
}, res => {
|
this.loadingRent = false
|
})
|
},
|
/**
|
* 高级搜索点击事件
|
**/
|
seniorSearchClick () {
|
this.rentSeniorSearch = true
|
if(this.seniorSearchBackup===''){
|
|
this.IsSubNameOfTransferor = false
|
this.IsSubNameOfPledgor = false
|
this.seniorSearch = {
|
NameOfTransferor: '',
|
NameOfPledgor: '',
|
PriContractAmount: 0,
|
ValueOfPledgedPro: 0,
|
RegistrationTime: '',
|
DateOfRegistration: '',
|
LoanTypeInfo: '全部',
|
sizeAll:'全部',
|
}
|
}else{
|
this.seniorSearch=this.seniorSearchBackup
|
}
|
|
}
|
},
|
computed: {
|
rentColumns () {
|
let columns = []
|
columns.push({
|
title: '出质人/出让人',
|
key: 'NameOfPledgee',
|
align: 'left',
|
slot: 'pledgor',
|
minWidth: 240,
|
fixed: 'left'
|
})
|
columns.push({
|
title: '质权人/受让人',
|
key: 'NameOfPledgor',
|
align: 'left',
|
slot: 'pledgee',
|
minWidth: 240,
|
fixed: 'left'
|
})
|
columns.push({
|
title: '融资类型',
|
key: 'LoanTypeInfo',
|
align: 'center',
|
width: 120,
|
render: (h, params) => {
|
// return h('span',this.CustomMethods.numTo$(params.row.FinancingAmount))
|
if (params.row.LoanTypeInfo === '应收账款质押') {
|
return h('span', '应收账款质押')
|
} else {
|
return h('span', '应收账款转让')
|
}
|
}
|
})
|
columns.push({
|
title: '主合同金额/融资金额(元)',
|
key: 'PriContractAmount',
|
align: 'right',
|
width: 190,
|
render: (h, params) => {
|
if (params.row.PriContractAmount != 0) {
|
return h('span', this.CustomMethods.numTo$(params.row.PriContractAmount))
|
} else {
|
return h('span', '--')
|
}
|
}
|
})
|
columns.push({
|
title: '质押/转让财产价值(元)',
|
key: 'ValueOfPledgedPro',
|
align: 'right',
|
width: 190,
|
render: (h, params) => {
|
if (params.row.ValueOfPledgedPro != 0) {
|
return h('span', this.CustomMethods.numTo$(params.row.ValueOfPledgedPro))
|
} else {
|
return h('span', '--')
|
}
|
}
|
})
|
// columns.push({
|
// title: '登记时间',
|
// key: 'RegistrationTime',
|
// align: 'center',
|
// width:170,
|
// render:(h,params)=>{
|
// if(params.row.RegistrationTime){
|
// return h('span',params.row.RegistrationTime)
|
// }else{
|
// return h('span',"--")
|
// }
|
// }
|
// })
|
columns.push({
|
title: '登记期限',
|
key: 'RegistrationDeadline',
|
align: 'center',
|
width: 220,
|
render: (h, params) => {
|
// if(params.row.RegistrationDate&¶ms.row.DateOfRegistration){
|
// return h('span',params.row.RegistrationDate +" ~ "+ params.row.DateOfRegistration)
|
// }else if((params.row.RegistrationDate===null||params.row.RegistrationDate==="")&¶ms.row.DateOfRegistration){
|
// return h('span',"--" +" ~ "+ params.row.DateOfRegistration)
|
// }else if(params.row.RegistrationDate&&(params.row.DateOfRegistration===null||params.row.DateOfRegistration=="")){
|
// return h('span',params.row.RegistrationDate+ " ~ " +"--")
|
// }else{
|
// return h('span',"--" +" ~ " +"--")
|
// }
|
if (params.row.RegistrationType === '注销登记') {
|
if (params.row.RegistrationDate) {
|
return h('span', params.row.RegistrationDate)
|
} else {
|
return h('span', '--')
|
}
|
} else {
|
if (params.row.RegistrationDate && params.row.DateOfRegistrationTime) {
|
return h('span', params.row.RegistrationDate + ' ~ ' + params.row.DateOfRegistrationTime)
|
} else if ((params.row.RegistrationDate === null || params.row.RegistrationDate === '') && params.row.DateOfRegistrationTime) {
|
return h('span', '--' + ' ~ ' + params.row.DateOfRegistrationTime)
|
} else if (params.row.RegistrationDate && (params.row.DateOfRegistrationTime === null || params.row.DateOfRegistrationTime == '')) {
|
return h('span', params.row.RegistrationDate + ' ~ ' + '--')
|
} else {
|
return h('span', '--' + ' ~ ' + '--')
|
}
|
}
|
}
|
})
|
columns.push({
|
title: '登记类型',
|
key: 'RegistrationType',
|
align: 'center',
|
width: 120,
|
render: (h, params) => {
|
if (params.row.RegistrationType) {
|
return h('span', params.row.RegistrationType)
|
} else {
|
return h('span', '--')
|
}
|
}
|
})
|
// columns.push({
|
// title: '到期时间',
|
// key: 'DateOfRegistration',
|
// align: 'center',
|
// width:150,
|
// render:(h,params)=>{
|
// if(params.row.DateOfRegistration){
|
// return h('span',params.row.DateOfRegistration)
|
// }else{
|
// return h('span',"--")
|
// }
|
// }
|
// })
|
columns.push({
|
title: '操作',
|
key: 'action',
|
slot: 'action',
|
align: 'center',
|
width: 50,
|
fixed: 'right'
|
})
|
return columns
|
}
|
}
|
}
|
</script>
|
|
<style>
|
.modaltre:nth-child(1){
|
border-top: 1px solid #3399ff!important;
|
color: #2d8cf0!important;
|
border-bottom: 1px solid #fff!important;
|
}
|
.modaltab{
|
border-top: 1px solid #3399ff!important;
|
color: #2d8cf0!important;
|
border-bottom: 1px solid #fff!important;
|
}
|
.modalLi_li{
|
border-right: 1px solid #dcdee2 !important;
|
/*border-right: 1px solid #dcdee2 !important;*/
|
border-top: 1px solid #dcdee2;
|
border-bottom: 1px solid #dcdee2;
|
background: #fff;
|
color: #515a6e;
|
width: 90px;
|
text-align: center;
|
display: block;
|
cursor: pointer;
|
padding: 5px 0;
|
/* position: relative; */
|
}
|
.left_click{
|
transform: translate(90px,0);
|
transition: transform 1s linear 0s;
|
}
|
.originli{
|
transform: translate(0,0);
|
}
|
.right_click{
|
transform: translate(-90px,0);
|
transition: transform 1s linear 0s;
|
}
|
.modalLi{
|
|
overflow: hidden;
|
display: -webkit-box;
|
}
|
.modalLi .modalspan_01{
|
display: inline-block;
|
}
|
.modalLi_li:nth-child(1){
|
border-left: 1px solid #dcdee2 !important;
|
}
|
.timelong{
|
width:calc(100% - 64px);
|
margin: 0 auto;
|
}
|
.jinduul2 p{
|
white-space: nowrap;
|
font-weight: bold;
|
}
|
.jinduul2{
|
justify-content: center;
|
}
|
.jinduul2 p:nth-child(1){
|
text-align: center;
|
white-space: nowrap;
|
}
|
.jinduul{
|
overflow: hidden;
|
display: -webkit-box;
|
}
|
.jinduul li{
|
width: 90px;
|
}
|
.uprent b{
|
display: block;
|
height: 2px;
|
width: 35px;
|
background: #ccc;
|
}
|
.jindubbehind{
|
/*display: none*/
|
}
|
.uprent span{
|
display: block;
|
width: 20px;
|
height: 20px;
|
border-radius: 50%;
|
}
|
.bclass2{
|
margin-left: 35px;
|
}
|
.rentclass1 span{
|
border: 1px solid #2d8cf0;
|
background: #2d8cf0;
|
}
|
.rentclass2 span{
|
border: 1px solid #42b983;
|
background: #42b983
|
}
|
.sss{
|
background: #fff!important;
|
}
|
.kongxin{
|
background: #fff;
|
}
|
.uprent{
|
display: flex;
|
align-items: center;
|
}
|
.rentDiffClasstab2{
|
width: 100%;
|
}
|
.rentDiffClass2tab2{
|
width: 100%;
|
}
|
.rentDiffClasstab2 td:nth-child(1){
|
width: 15%;
|
box-sizing: border-box;
|
border:1px solid #ccc;
|
border-right:none;
|
padding: 5px;
|
word-break: break-all;
|
}
|
.rentDiffClasstab2 td:nth-child(2){
|
width: 42.5%;
|
box-sizing: border-box;
|
border:1px solid #ccc;
|
border-right:none;
|
padding: 5px;
|
font-weight: bold;
|
word-break: break-all;
|
}
|
.rentDiffClasstab2 td:nth-child(3){
|
width: 42.5%;
|
box-sizing: border-box;
|
border:1px solid #ccc;
|
border-right:1px solid #ccc;
|
padding: 5px;
|
font-weight: bold;
|
word-break: break-all;
|
}
|
.rentDiffClass2tab2:nth-child(even){
|
background: #f2f2f2;
|
}
|
.rentDiffClass2tab2 td:nth-child(1){
|
width:15%;
|
box-sizing: border-box;
|
border:1px solid #ccc;
|
border-top: none;
|
border-right:none;
|
padding: 5px;
|
word-break: break-all;
|
}
|
.rentDiffClass2tab2 td:nth-child(2){
|
width:42.5%;
|
box-sizing: border-box;
|
border:1px solid #ccc;
|
border-top: none;
|
border-right:none;
|
padding: 5px;
|
word-break: break-all;
|
}
|
.rentDiffClass2tab2 td:nth-child(3){
|
width: 42.5%;
|
box-sizing: border-box;
|
border:1px solid #ccc;
|
border-top: none;
|
border-right:1px solid #ccc;
|
padding: 5px;
|
word-break: break-all;
|
}
|
.titleclass_receivables .ivu-tag-gold .ivu-tag-text{
|
display: inline-block;
|
width: 37px;
|
}
|
.titleclass_receivables .ivu-tag-purple .ivu-tag-text{
|
display: inline-block;
|
width: 37px;
|
}
|
.receivablesmanClass .ivu-poptip{
|
width: 100%;
|
}
|
.receivablesmanClass .ivu-poptip-rel{
|
width: 100%;
|
}
|
.addrent_class:nth-child(odd){
|
background: #f2f2f2;
|
}
|
.addrent_class{
|
word-break: break-word;
|
}
|
/*.tag_class .ivu-table-column-left{*/
|
/* vertical-align: top;*/
|
/*}*/
|
/*.ivu-table-fixed-right td.ivu-table-column-center{*/
|
/* vertical-align: middle*/
|
/*}*/
|
.tag_class .ivu-table-column-left{
|
padding-right: 0;
|
padding-left: 0;
|
}
|
.rentThClass{
|
width: 100%;
|
}
|
.rentThClass2 td{
|
padding: 5px;
|
}
|
.rentThClass td{
|
border-right:1px solid #ccc;
|
border:1px solid #ccc;
|
padding: 5px;
|
}
|
/*.rentThClass td:first-child{*/
|
/* border-right: none;*/
|
/* width: 30%;*/
|
/* box-sizing: border-box;*/
|
/* border-top:0px ;*/
|
/*}*/
|
/*.rentThClass td:last-child{*/
|
/* width: 70%;*/
|
/* box-sizing: border-box;*/
|
/* border-top:0px ;*/
|
/*}*/
|
.addrent_class td:nth-child(1){
|
width: 20%;
|
box-sizing: border-box;
|
border:1px solid #ccc;
|
border-top: none;
|
border-right:none;
|
}
|
.addrent_class td:nth-child(2){
|
width: 30%;
|
box-sizing: border-box;
|
border:1px solid #ccc;
|
border-top: none;
|
border-right:none;
|
}
|
.addrent_class td:nth-child(3){
|
width: 20%;
|
box-sizing: border-box;
|
border:1px solid #ccc;
|
border-right:none;
|
}
|
.addrent_class td:nth-child(4){
|
width: 30%;
|
box-sizing: border-box;
|
border-right:1px solid #ccc;
|
border:1px solid #ccc;
|
}
|
.rentClass .lists_readAndEdit2{
|
padding-top: 12px;
|
}
|
.rentTableClass .ivu-form-item{
|
margin-bottom: 0px;
|
}
|
</style>
|