|
|
|
@ -14,11 +14,11 @@ |
|
|
|
<a-input v-model="query.batchcode"/> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
<span>委托方:</span> |
|
|
|
<span>授权方:</span> |
|
|
|
<a-input v-model="query.entrust_name"/> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
<span>购买方:</span> |
|
|
|
<span>被授权方:</span> |
|
|
|
<a-input v-model="query.buy_name"/> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
<a-input v-model="query.goods_name"/> |
|
|
|
</a-col> |
|
|
|
|
|
|
|
<a-col :span="5" class="query_item" > |
|
|
|
<!-- <a-col :span="5" class="query_item" > |
|
|
|
<span>订单类型:</span> |
|
|
|
<a-select default-value="" v-model="query.order_type"> |
|
|
|
<a-select-option value="">全部</a-select-option> |
|
|
|
@ -34,14 +34,14 @@ |
|
|
|
<a-select-option value="2">认证订单</a-select-option> |
|
|
|
<a-select-option value="3">服务订单</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
</a-col> --> |
|
|
|
|
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
<span>交易方式:</span> |
|
|
|
<a-select default-value="" v-model="query.entrust_type"> |
|
|
|
<a-select-option value="">全部</a-select-option> |
|
|
|
<a-select-option value="1">转让</a-select-option> |
|
|
|
<a-select-option value="2">许可</a-select-option> |
|
|
|
<a-select-option value="2">授权</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item" > |
|
|
|
@ -56,10 +56,10 @@ |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item query_item2"> |
|
|
|
<span>创建时间:</span> |
|
|
|
<span>订单创建时间:</span> |
|
|
|
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/> |
|
|
|
</a-col> |
|
|
|
<a-col :span="4" class="query_item query_item1"> |
|
|
|
<a-col :span="9" class="query_item query_item1"> |
|
|
|
<a-space :size="21"> |
|
|
|
<a-button type="primary" class="query_button" @click="getList">查 询</a-button> |
|
|
|
<a-button class="query_button" @click="resetQurey">重 置</a-button> |
|
|
|
@ -143,7 +143,7 @@ export default { |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '创建时间', |
|
|
|
title: '订单创建时间', |
|
|
|
dataIndex: 'createtime', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
@ -153,7 +153,7 @@ export default { |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '委托方/收款方', |
|
|
|
title: '授权方/卖方', |
|
|
|
dataIndex: 'entrust_name', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
@ -163,16 +163,16 @@ export default { |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '购买方/付款方', |
|
|
|
title: '被授权方/买方', |
|
|
|
dataIndex: 'buy_username', |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '订单类型', |
|
|
|
dataIndex: 'type', |
|
|
|
scopedSlots: { customRender: 'type' }, |
|
|
|
align:'center' |
|
|
|
}, |
|
|
|
// { |
|
|
|
// title: '订单类型', |
|
|
|
// dataIndex: 'type', |
|
|
|
// scopedSlots: { customRender: 'type' }, |
|
|
|
// align:'center' |
|
|
|
// }, |
|
|
|
{ |
|
|
|
title: '交易方式', |
|
|
|
dataIndex: 'entrust_type', |
|
|
|
|