|
|
@ -8,7 +8,7 @@ |
|
|
标的信息 |
|
|
标的信息 |
|
|
<span v-if="index>0">{{index+1}}</span> |
|
|
<span v-if="index>0">{{index+1}}</span> |
|
|
</span> |
|
|
</span> |
|
|
<p>标的信息</p> |
|
|
<!-- <p>标的信息</p> --> |
|
|
<div class="tab_body"> |
|
|
<div class="tab_body"> |
|
|
<!-- <template v-if="userinfo"> --> |
|
|
<!-- <template v-if="userinfo"> --> |
|
|
<div class="tab_body_title">授权方信息</div> |
|
|
<div class="tab_body_title">授权方信息</div> |
|
|
@ -37,7 +37,7 @@ |
|
|
<!-- <div class="content_right_title">标的名称:{{item.goods.goods_name}}</div> --> |
|
|
<!-- <div class="content_right_title">标的名称:{{item.goods.goods_name}}</div> --> |
|
|
<div class="content_info"> |
|
|
<div class="content_info"> |
|
|
<div class="content_info_left content_info_left1"> |
|
|
<div class="content_info_left content_info_left1"> |
|
|
<p>标志码:{{item.goods.goods_islicode}}</p> |
|
|
<p>标的ISLI标识码:{{item.goods.goods_islicode}}</p> |
|
|
<p>ISLI合约关联编码:{{item.goods.islicode}}</p> |
|
|
<p>ISLI合约关联编码:{{item.goods.islicode}}</p> |
|
|
<p>交易ISLI编码:{{item.goods.contract_code}}</p> |
|
|
<p>交易ISLI编码:{{item.goods.contract_code}}</p> |
|
|
<p>交易品种:{{item.goods.goods_type==1?'文化资源数据':'文化数字内容'}}</p> |
|
|
<p>交易品种:{{item.goods.goods_type==1?'文化资源数据':'文化数字内容'}}</p> |
|
|
@ -49,8 +49,8 @@ |
|
|
<p>自报价:{{item.goods.price}}</p> |
|
|
<p>自报价:{{item.goods.price}}</p> |
|
|
<p>委托开始时间:{{item.goods.contractual_start_time}}</p> |
|
|
<p>委托开始时间:{{item.goods.contractual_start_time}}</p> |
|
|
<p>委托终止时间:{{item.goods.contractualtime_end_time}}</p> |
|
|
<p>委托终止时间:{{item.goods.contractualtime_end_time}}</p> |
|
|
<p>标的价款:¥ {{item.goods.goods_price}}</p> |
|
|
|
|
|
<p>购买年限:{{item.goods.charges_type==1 || item.goods.goods_entrust==1?'永久':item.goods.transaction_count}}</p> |
|
|
<p>购买年限:{{item.goods.charges_type==1 || item.goods.goods_entrust==1?'永久':item.goods.transaction_count}}</p> |
|
|
|
|
|
<p>标的价款:¥ {{item.goods.goods_price}}</p> |
|
|
<p>交易佣金:¥ {{item.goods.service_charge}}</p> |
|
|
<p>交易佣金:¥ {{item.goods.service_charge}}</p> |
|
|
<p>小计:¥ {{item.goods.money}}</p> |
|
|
<p>小计:¥ {{item.goods.money}}</p> |
|
|
<!-- <p>交易流水号:{{order_info.close_serial_number}}</p> --> |
|
|
<!-- <p>交易流水号:{{order_info.close_serial_number}}</p> --> |
|
|
@ -226,7 +226,7 @@ |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: 'ISLI标志码', |
|
|
title: 'ISLI标识码', |
|
|
dataIndex: 'identifier', |
|
|
dataIndex: 'identifier', |
|
|
// width:'242px', |
|
|
// width:'242px', |
|
|
|
|
|
|
|
|
@ -281,7 +281,7 @@ |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '数据集标志码', |
|
|
title: '数据集标识码', |
|
|
dataIndex: 'identifier', |
|
|
dataIndex: 'identifier', |
|
|
width:'310px', |
|
|
width:'310px', |
|
|
|
|
|
|
|
|
@ -319,7 +319,7 @@ |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '资源标志码', |
|
|
title: '资源标识码', |
|
|
dataIndex: 'identifier', |
|
|
dataIndex: 'identifier', |
|
|
width:'310px', |
|
|
width:'310px', |
|
|
|
|
|
|
|
|
|