|
|
@ -8,20 +8,20 @@ |
|
|
<div class="body"> |
|
|
<div class="body"> |
|
|
<div class="query"> |
|
|
<div class="query"> |
|
|
<a-row justify="space-between" > |
|
|
<a-row justify="space-between" > |
|
|
<a-col :lg="8" :xl="8" :xxl="6" class="query_item"> |
|
|
<a-col :lg="12" :xl="12" :xxl="6" class="query_item"> |
|
|
<span>委托标的:</span> |
|
|
<span>委托标的:</span> |
|
|
<a-input v-model="query.goods" placeholder="名称/标的ISLI标志码"/> |
|
|
<a-input v-model="query.goods" placeholder="名称/标的ISLI标志码"/> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :lg="8" :xl="8" :xxl="6" class="query_item"> |
|
|
<a-col :lg="12" :xl="12" :xxl="6" class="query_item"> |
|
|
<span>标的卖方ISLI关联编码:</span> |
|
|
<span>标的卖方ISLI关联编码:</span> |
|
|
<a-input v-model="query.islicode"/> |
|
|
<a-input v-model="query.islicode"/> |
|
|
</a-col> |
|
|
</a-col> |
|
|
|
|
|
|
|
|
<a-col :lg="8" :xl="8" :xxl="6" class="query_item query_item3"> |
|
|
<a-col :lg="12" :xl="12" :xxl="6" class="query_item query_item3"> |
|
|
<span>委托方/授权方:</span> |
|
|
<span>委托方/授权方:</span> |
|
|
<a-input v-model="query.entrust_name" placeholder="名称/交易主体唯一标志码"/> |
|
|
<a-input v-model="query.entrust_name" placeholder="名称/交易主体唯一标志码"/> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :lg="8" :xl="8" :xxl="6" class="query_item" > |
|
|
<a-col :lg="12" :xl="12" :xxl="6" class="query_item" > |
|
|
<span>交易品种:</span> |
|
|
<span>交易品种:</span> |
|
|
<a-select default-value="" v-model="query.goods_type"> |
|
|
<a-select default-value="" v-model="query.goods_type"> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
@ -29,7 +29,7 @@ |
|
|
<a-select-option value="2">文化数字内容</a-select-option> |
|
|
<a-select-option value="2">文化数字内容</a-select-option> |
|
|
</a-select> |
|
|
</a-select> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :lg="8" :xl="8" :xxl="6" class="query_item" > |
|
|
<a-col :lg="12" :xl="12" :xxl="6" class="query_item" > |
|
|
<span>发布状态:</span> |
|
|
<span>发布状态:</span> |
|
|
<a-select default-value="" v-model="query.data_type"> |
|
|
<a-select default-value="" v-model="query.data_type"> |
|
|
<a-select-option value="">全部文化数据</a-select-option> |
|
|
<a-select-option value="">全部文化数据</a-select-option> |
|
|
@ -40,7 +40,7 @@ |
|
|
<a-select-option value="4">委托期满文化数据</a-select-option> |
|
|
<a-select-option value="4">委托期满文化数据</a-select-option> |
|
|
</a-select> |
|
|
</a-select> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :lg="8" :xl="8" :xxl="6" class="query_item"> |
|
|
<a-col :lg="12" :xl="12" :xxl="6" class="query_item"> |
|
|
<span>交易方式:</span> |
|
|
<span>交易方式:</span> |
|
|
<a-select default-value="" v-model="query.goods_entrust"> |
|
|
<a-select default-value="" v-model="query.goods_entrust"> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
|