|
|
|
@ -42,19 +42,19 @@ |
|
|
|
<a-modal v-model="visible2" title="添加" width="1400px" :bodyStyle="modeStyle"> |
|
|
|
<div > |
|
|
|
<a-row justify="space-between" class="modal_select"> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
<span>ISLI标识码:</span> |
|
|
|
<a-input v-model="query1.islicode"/> |
|
|
|
<a-col :span="6" class="query_item"> |
|
|
|
<span>委托标的:</span> |
|
|
|
<a-input v-model="query1.goods" placeholder="名称/标志码"/> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
<!-- <a-col :span="5" class="query_item"> |
|
|
|
<span>标的名称:</span> |
|
|
|
<a-input v-model="query1.goods_name"/> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
</a-col> --> |
|
|
|
<a-col :span="6" class="query_item"> |
|
|
|
<span>授权方:</span> |
|
|
|
<a-input v-model="query1.entrust_name"/> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
<a-col :span="6" class="query_item"> |
|
|
|
<span>交易品种:</span> |
|
|
|
<a-select default-value="" v-model="query1.goods_type"> |
|
|
|
<a-select-option value="">全部</a-select-option> |
|
|
|
@ -62,7 +62,7 @@ |
|
|
|
<a-select-option value="2">文化数字内容</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
<a-col :span="6" class="query_item"> |
|
|
|
<span>发布状态:</span> |
|
|
|
<a-select default-value="" v-model="query1.data_type"> |
|
|
|
<a-select-option value="">全部文化数据</a-select-option> |
|
|
|
@ -81,7 +81,7 @@ |
|
|
|
<a-select-option value="2">竞价</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> --> |
|
|
|
<a-col :span="5" class="query_item" > |
|
|
|
<a-col :span="6" class="query_item" > |
|
|
|
<span>是否展示:</span> |
|
|
|
<a-select default-value="" v-model="query1.show"> |
|
|
|
<a-select-option value="">全部</a-select-option> |
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
<a-select-option value="2">否</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item" > |
|
|
|
<a-col :span="6" class="query_item" > |
|
|
|
<span>排序方式:</span> |
|
|
|
<a-select default-value="1" v-model="query1.order_status"> |
|
|
|
<a-select-option value="1">销售数量从高到低</a-select-option> |
|
|
|
@ -98,7 +98,7 @@ |
|
|
|
<a-select-option value="4">浏览次数从高到低</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :span="9" class="query_item query_item1"> |
|
|
|
<a-col :span="12" class="query_item query_item1"> |
|
|
|
<a-space :size="21"> |
|
|
|
<a-button type="primary" class="query_button" @click="showAdd">查 询</a-button> |
|
|
|
<a-button class="query_button" @click="resetQurey">重 置</a-button> |
|
|
|
@ -184,7 +184,8 @@ export default { |
|
|
|
createtime:[], |
|
|
|
transaction:'', |
|
|
|
show:'', |
|
|
|
order_status:'1' |
|
|
|
order_status:'1', |
|
|
|
goods:'' |
|
|
|
}, |
|
|
|
data:[], |
|
|
|
data1:[], |
|
|
|
|