|
|
|
@ -9,19 +9,19 @@ |
|
|
|
<div class="body"> |
|
|
|
<div class="query"> |
|
|
|
<a-row type="flex" justify="space-between"> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="5" class="query_item"> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item"> |
|
|
|
<span>标的ISLI标识码:</span> |
|
|
|
<a-input v-model="query.islicode"/> |
|
|
|
</a-col> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="5" class="query_item"> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item"> |
|
|
|
<span>标的名称:</span> |
|
|
|
<a-input v-model="query.goods_name"/> |
|
|
|
</a-col> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="5" class="query_item"> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item"> |
|
|
|
<span>委托方/授权方:</span> |
|
|
|
<a-input v-model="query.entrust_name" placeholder="身份ISLI认证码/名称"/> |
|
|
|
</a-col> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="5" class="query_item" > |
|
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item" > |
|
|
|
<span>交易品种:</span> |
|
|
|
<a-select v-model="query.goods_type"> |
|
|
|
<a-select-option value="">全部</a-select-option> |
|
|
|
@ -29,7 +29,7 @@ |
|
|
|
<a-select-option value="2">文化数字内容</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="4" class="query_item" > |
|
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item" > |
|
|
|
<span>发布状态:</span> |
|
|
|
<a-select v-model="query.data_type"> |
|
|
|
<a-select-option value="">全部文化数据</a-select-option> |
|
|
|
@ -40,7 +40,7 @@ |
|
|
|
<a-select-option value="4">委托期满文化数据</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="5" class="query_item"> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item"> |
|
|
|
<span>交易方式:</span> |
|
|
|
<a-select v-model="query.transaction" > |
|
|
|
<a-select-option value="">全部</a-select-option> |
|
|
|
@ -48,7 +48,7 @@ |
|
|
|
<a-select-option value="2">授权</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="5" class="query_item"> |
|
|
|
<!-- <a-col :lg="8" :xl="7" :xxl="5" class="query_item"> |
|
|
|
<span>委托状态:</span> |
|
|
|
<a-select v-model="query.entrust_status" > |
|
|
|
<a-select-option value="">全部</a-select-option> |
|
|
|
@ -58,12 +58,12 @@ |
|
|
|
<a-select-option value="4">撤销中</a-select-option> |
|
|
|
<a-select-option value="5">撤销失败</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="5" class="query_item query_item2"> |
|
|
|
</a-col> --> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item query_item2"> |
|
|
|
<span>上线时间:</span> |
|
|
|
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/> |
|
|
|
</a-col> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="9" class="query_item query_item1"> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item query_item1"> |
|
|
|
<a-space :size="21"> |
|
|
|
<a-button type="primary" class="query_button" @click="getAllDate(1)">查 询</a-button> |
|
|
|
<a-button class="query_button" @click="resetQurey">重 置</a-button> |
|
|
|
@ -184,12 +184,12 @@ export default { |
|
|
|
scopedSlots:{customRender:'goods_status'}, |
|
|
|
// align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '委托状态', |
|
|
|
dataIndex: 'entrust_status', |
|
|
|
scopedSlots:{customRender:'entrust_status'}, |
|
|
|
// align:'center' |
|
|
|
}, |
|
|
|
// { |
|
|
|
// title: '委托状态', |
|
|
|
// dataIndex: 'entrust_status', |
|
|
|
// scopedSlots:{customRender:'entrust_status'}, |
|
|
|
// // align:'center' |
|
|
|
// }, |
|
|
|
{ |
|
|
|
title: '操作', |
|
|
|
scopedSlots: { customRender: 'operation' }, |
|
|
|
|