|
|
|
@ -9,13 +9,33 @@ |
|
|
|
</span> |
|
|
|
<p>委托方信息</p> |
|
|
|
<div class="tab_body"> |
|
|
|
<p class="tab_body_p">注册时间:2021-02-16 10:00:00</p> |
|
|
|
<p class="tab_body_p">认证时间:2021-02-16 10:00:00</p> |
|
|
|
<p class="tab_body_p">认证类型:机构</p> |
|
|
|
<p class="tab_body_p">认证状态:已认证</p> |
|
|
|
<p class="tab_body_p">基本信息:新疆生产建设兵团军垦博物馆</p> |
|
|
|
<p class="tab_body_p">统一社会信用代码:12990800H41793127X</p> |
|
|
|
<p class="tab_body_p">账户ISLI标识码:010002-000000000090000117259999-8</p> |
|
|
|
|
|
|
|
<div class="tab_body_content" v-for="(item,index) in userinfo" :key="index"> |
|
|
|
<p class="tab_body_p">认证类型:{{item.userType}}</p> |
|
|
|
<p class="tab_body_p">认证状态:{{item.state}}</p> |
|
|
|
<p class="tab_body_p">基本信息:{{item.name}}</p> |
|
|
|
<p class="tab_body_p">统一社会信用代码:{{item.uscc}}</p> |
|
|
|
<p class="tab_body_p">账户ISLI标识码:{{item.islicode}}</p> |
|
|
|
<p class="tab_body_p">机构类型:{{item.userType}}</p> |
|
|
|
|
|
|
|
<p class="tab_body_p" v-if="item.certType">证件类型:{{item.certType}}</p> |
|
|
|
<p class="tab_body_p" v-if="item.idNumber">证件号码:{{item.idNumber}}</p> |
|
|
|
<p class="tab_body_p" v-if="item.cellPhone">手机号码:{{item.cellPhone}}</p> |
|
|
|
|
|
|
|
<p class="tab_body_p" v-if="item.legalsName">法人名称:{{item.legalsName}}</p> |
|
|
|
<p class="tab_body_p" v-if="item.legalsType">法人证件类型:{{item.legalsType}}</p> |
|
|
|
<p class="tab_body_p" v-if="item.legalsIdnum">法人证件号:{{item.legalsIdnum}}</p> |
|
|
|
<p class="tab_body_p" v-if="item.legalsCellPhone">法人手机号:{{item.legalsCellPhone}}</p> |
|
|
|
|
|
|
|
<p class="tab_body_p">银行账户:{{item.publicAccount}}</p> |
|
|
|
<p class="tab_body_p">银行卡类型:{{item.bankCardType}}</p> |
|
|
|
<p class="tab_body_p">银行行别:{{item.bankType}}</p> |
|
|
|
<p class="tab_body_p">开户行名称:{{item.bankName}}</p> |
|
|
|
<p class="tab_body_p">开户人姓名:{{item.bankAccountName}}</p> |
|
|
|
<p class="tab_body_p">开户人身份证号码:{{item.certIdnum}}</p> |
|
|
|
<p class="tab_body_p">开户行预留手机号码:{{item.bankCellPhone}}</p> |
|
|
|
<p class="tab_body_p">开户行所在地:{{item.bankAddress}}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a-tab-pane> |
|
|
|
<a-tab-pane key="2" force-render> |
|
|
|
@ -28,32 +48,22 @@ |
|
|
|
<p class="tab_body_title_bg"></p> |
|
|
|
<div>文化资源数据-基本信息</div> |
|
|
|
</div> |
|
|
|
<div class="tab_content "> |
|
|
|
<div class="tab_content " v-for="(item,index) in entrust_goods.goods" :key="index"> |
|
|
|
<div class="tab_content_infoImg"> |
|
|
|
<img src="../../assets/img/test.png" class="tab_content_img"> |
|
|
|
</div> |
|
|
|
<div class="tab_content_right"> |
|
|
|
<div class="content_right_title">标的名称:第一犁;塞边新乐章…</div> |
|
|
|
<div class="content_right_title">标的名称:{{item.goods_name}}</div> |
|
|
|
<div class="content_info"> |
|
|
|
<div class="content_info_left"> |
|
|
|
<p>标志码:010002-000000000090000117259999-8</p> |
|
|
|
<p>文件MD5:FGHJE45GHJKJH325BNM5JHG</p> |
|
|
|
<p>标签:——</p> |
|
|
|
<p>尺寸:10*10</p> |
|
|
|
<p>文化标识:文化素材</p> |
|
|
|
<p>完成发布时间:2021-02-02</p> |
|
|
|
<p>组件数量:10个</p> |
|
|
|
<p>现状:完好</p> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<p>字段:——</p> |
|
|
|
<p>语种:汉语</p> |
|
|
|
<p>材质:纸质</p> |
|
|
|
<p>版本:清彩绘本</p> |
|
|
|
<p>创作者:国家图书馆出版社有限公司</p> |
|
|
|
<p>所属收藏机构:国家图书馆出版社有限公司</p> |
|
|
|
<p>拥有者:国家图书馆出版社有限公司</p> |
|
|
|
<p>确权时间:——</p> |
|
|
|
<p>标志码:{{item.goods_islicode}}</p> |
|
|
|
<p>标的类型:{{item.goods_type}}</p> |
|
|
|
<p>委托类型:{{item.goods_entrust}}</p> |
|
|
|
<p>权益:{{item.goods_ownership_str}}</p> |
|
|
|
<p>委托周期:{{item.contractual_period}}</p> |
|
|
|
<p>收费类型:{{item.charges_type}}</p> |
|
|
|
<p>交易保证金:{{item.earnest_money}}</p> |
|
|
|
<p>自报价:{{item.price}}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -64,31 +74,28 @@ |
|
|
|
<div>文化资源数据-关联资源</div> |
|
|
|
</div> |
|
|
|
<div class="tab_content"> |
|
|
|
<p class="tab_content_title">图片</p> |
|
|
|
</div> |
|
|
|
<div class="content_table"> |
|
|
|
<a-table :columns="columns" :data-source="data" bordered :pagination="false"></a-table> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="tab_content"> |
|
|
|
<p class="tab_content_title">视频</p> |
|
|
|
<p class="tab_content_title">文化资源数据集</p> |
|
|
|
</div> |
|
|
|
<div class="content_table"> |
|
|
|
<a-table :columns="columns" :data-source="data" bordered :pagination="false"></a-table> |
|
|
|
<a-table :columns="columns1" :data-source="entrust_goods.source_gather" bordered :pagination="false"> |
|
|
|
<template slot="operation" slot-scope="item"> |
|
|
|
<span @click="selectDetails(item.id)" class="details_span">详情</span> |
|
|
|
</template> |
|
|
|
</a-table> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="tab_content"> |
|
|
|
<p class="tab_content_title">音频</p> |
|
|
|
<p class="tab_content_title">文化资源数据</p> |
|
|
|
</div> |
|
|
|
<div class="content_table"> |
|
|
|
<a-table :columns="columns" :data-source="data" bordered :pagination="false"></a-table> |
|
|
|
<a-table :columns="columns" :data-source="entrust_goods.source" bordered :pagination="false"></a-table> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</a-tab-pane> |
|
|
|
<a-tab-pane key="3" tab="资产评价报告"> |
|
|
|
<!-- <a-tab-pane key="3" tab="资产评价报告"> |
|
|
|
Content of Tab Pane 3 |
|
|
|
</a-tab-pane> |
|
|
|
</a-tab-pane> --> |
|
|
|
</a-tabs> |
|
|
|
<template slot="footer"> |
|
|
|
<div> |
|
|
|
@ -96,99 +103,239 @@ |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</a-modal> |
|
|
|
|
|
|
|
<a-modal v-model="newVisible1" title="数据查看" width="1172px" :bodyStyle="modeStyle"> |
|
|
|
<div class="tab_body"> |
|
|
|
<div class="tab_body_title"> |
|
|
|
<p class="tab_body_title_bg"></p> |
|
|
|
<div>文化资源数据-基本信息</div> |
|
|
|
</div> |
|
|
|
<div class="tab_content "> |
|
|
|
<div class="tab_content_infoImg"> |
|
|
|
<img src="../../assets/img/test.png" class="tab_content_img"> |
|
|
|
</div> |
|
|
|
<div class="tab_content_right"> |
|
|
|
<div class="content_right_title">标的名称:{{sourceDate.source_name}}</div> |
|
|
|
<div class="content_info"> |
|
|
|
<div class="content_info_left"> |
|
|
|
<p>其他标识符:{{sourceDate.otherIdentifiers}}</p> |
|
|
|
<p>标识符:{{sourceDate.identifier}}</p> |
|
|
|
<p>类型:{{sourceDate.collectionType}}</p> |
|
|
|
<p>服务类型:{{sourceDate.serviceType}}</p> |
|
|
|
<p>分类:{{sourceDate.classification}}</p> |
|
|
|
<p>贡献者:{{sourceDate.contributors}}</p> |
|
|
|
<p>著作权人:{{sourceDate.copyrightOwner}}</p> |
|
|
|
<p>载体:{{sourceDate.carrier}}</p> |
|
|
|
<p>登记者:{{sourceDate.registrant}}</p> |
|
|
|
<p>登记日期:{{sourceDate.registerDate}}</p> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<p>所属/收藏机构:{{sourceDate.repositoryName}}</p> |
|
|
|
<p>尺寸:{{sourceDate.dimensions}}</p> |
|
|
|
<p>组件数量:{{sourceDate.quantity}}</p> |
|
|
|
<p>标签:{{sourceDate.label}}</p> |
|
|
|
<p>描述:{{sourceDate.description}}</p> |
|
|
|
<p>哈希值:{{sourceDate.md5}}</p> |
|
|
|
<p>版本:{{sourceDate.edition}}</p> |
|
|
|
<p>现况:{{sourceDate.collectionCondition}}</p> |
|
|
|
<p>封面:{{sourceDate.covers}}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="tab_body_title"> |
|
|
|
<p class="tab_body_title_bg"></p> |
|
|
|
<div>文化资源数据-关联资源</div> |
|
|
|
</div> |
|
|
|
<div v-for="(item,index) in sourceDate.entrust_goods" :key="index"> |
|
|
|
<div class="tab_content"> |
|
|
|
<p class="tab_content_title">{{item.source_type}}</p> |
|
|
|
</div> |
|
|
|
<div class="content_table"> |
|
|
|
<a-table :columns="columns" :data-source="item.source" bordered :pagination="false"></a-table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<template slot="footer"> |
|
|
|
<div> |
|
|
|
<a-button type="white" @click="onClose(1)">返 回</a-button> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</a-modal> |
|
|
|
|
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import {goodsDetail,sourceDetail,orderDetail} from '../../api/index' |
|
|
|
export default { |
|
|
|
name:'dataSelect', |
|
|
|
props:{ |
|
|
|
visible:{ |
|
|
|
type:Boolean, |
|
|
|
require: true |
|
|
|
}, |
|
|
|
goods_islicode:{ |
|
|
|
type:String, |
|
|
|
}, |
|
|
|
batchcode:{ |
|
|
|
type:String, |
|
|
|
}, |
|
|
|
type:{ |
|
|
|
type:Number |
|
|
|
} |
|
|
|
}, |
|
|
|
data(){ |
|
|
|
return{ |
|
|
|
newVisible:false, |
|
|
|
newVisible:true, |
|
|
|
newVisible1:false, |
|
|
|
modeStyle:{ |
|
|
|
'height':'530px' |
|
|
|
}, |
|
|
|
tabsStyle:{ |
|
|
|
'height':'500px' |
|
|
|
}, |
|
|
|
data:[ |
|
|
|
{ |
|
|
|
key: '1', |
|
|
|
name: 'John Brown', |
|
|
|
money: '¥300,000.00', |
|
|
|
address: 'New York No. 1 Lake Park', |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: '2', |
|
|
|
name: 'Jim Green', |
|
|
|
money: '¥1,256,000.00', |
|
|
|
address: 'London No. 1 Lake Park', |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: '3', |
|
|
|
name: 'Joe Black', |
|
|
|
money: '¥120,000.00', |
|
|
|
address: 'Sidney No. 1 Lake Park', |
|
|
|
}, |
|
|
|
], |
|
|
|
entrust_goods:{ |
|
|
|
goods:[] |
|
|
|
}, |
|
|
|
userinfo:[], |
|
|
|
sourceDate:{}, |
|
|
|
data:[], |
|
|
|
columns:[ |
|
|
|
{ |
|
|
|
title: '资源名称', |
|
|
|
className: 'table_column', |
|
|
|
dataIndex: 'id', |
|
|
|
dataIndex: 'source_name', |
|
|
|
width:'144px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: 'ISLI标志码', |
|
|
|
dataIndex: 'money', |
|
|
|
dataIndex: 'islicode', |
|
|
|
width:'242px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: 'ISLI关联编码', |
|
|
|
dataIndex: 'name', |
|
|
|
dataIndex: 'identifier', |
|
|
|
width:'259px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '大小', |
|
|
|
dataIndex: '', |
|
|
|
dataIndex: 'filesize', |
|
|
|
width:'70px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '格式', |
|
|
|
dataIndex: '', |
|
|
|
dataIndex: 'format', |
|
|
|
width:'70px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '时间', |
|
|
|
dataIndex: '', |
|
|
|
dataIndex: 'registerDate', |
|
|
|
width:'148px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
], |
|
|
|
columns1:[ |
|
|
|
{ |
|
|
|
title: '文化数字内容集名称', |
|
|
|
dataIndex: 'source_name', |
|
|
|
width:'166px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '分类', |
|
|
|
dataIndex: 'source_type', |
|
|
|
width:'82px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '生成时间', |
|
|
|
dataIndex: 'allocationtime', |
|
|
|
width:'177px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: 'ISLI标志码', |
|
|
|
dataIndex: 'linkCode', |
|
|
|
width:'310px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '资源总数', |
|
|
|
dataIndex: 'source_count', |
|
|
|
width:'110px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '查看', |
|
|
|
scopedSlots: { customRender: 'operation' }, |
|
|
|
width:'138px', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
methods:{ |
|
|
|
onClose() { |
|
|
|
this.newVisible=false |
|
|
|
this.$emit('update:visible', false) |
|
|
|
created(){ |
|
|
|
if(this.type==0){ |
|
|
|
this.goodsDetail() |
|
|
|
}else{ |
|
|
|
this.orderDetail() |
|
|
|
} |
|
|
|
}, |
|
|
|
watch:{ |
|
|
|
visible(val){ |
|
|
|
this.newVisible=val |
|
|
|
methods:{ |
|
|
|
//订单数据查看 |
|
|
|
orderDetail(){ |
|
|
|
let data={batchcode:this.batchcode} |
|
|
|
orderDetail(data).then(res=>{ |
|
|
|
console.info(res) |
|
|
|
if(res.code==200){ |
|
|
|
this.userinfo=res.data.userinfo |
|
|
|
this.entrust_goods=res.data.entrust_goods |
|
|
|
}else{ |
|
|
|
this.$message.error(res.msg); |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
selectDetails(val){ |
|
|
|
let data={id:val} |
|
|
|
sourceDetail(data).then(res=>{ |
|
|
|
console.info(res) |
|
|
|
if(res.code==200){ |
|
|
|
this.sourceDate=res.data |
|
|
|
this.newVisible1=true |
|
|
|
}else{ |
|
|
|
this.$message.error(res.msg); |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
goodsDetail(){ |
|
|
|
let data={islicode:this.goods_islicode} |
|
|
|
goodsDetail(data).then(res=>{ |
|
|
|
console.info(res) |
|
|
|
if(res.code==200){ |
|
|
|
this.userinfo.push(res.data.userinfo) |
|
|
|
let goods=[res.data.entrust_goods.goods] |
|
|
|
this.entrust_goods=res.data.entrust_goods |
|
|
|
this.entrust_goods.goods=goods |
|
|
|
}else{ |
|
|
|
this.$message.error(res.msg); |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
onClose(type) { |
|
|
|
if(type==1){ |
|
|
|
this.newVisible1=false |
|
|
|
}else{ |
|
|
|
this.newVisible=false |
|
|
|
this.$emit('update:visible', false) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -301,4 +448,13 @@ |
|
|
|
/deep/ .ant-table-thead > tr > th { |
|
|
|
padding: 5px 16px; |
|
|
|
} |
|
|
|
.details_span{ |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
.tab_body_content{ |
|
|
|
margin-bottom: 20px; |
|
|
|
} |
|
|
|
.tab_body_content:last-child{ |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|