|
|
@ -8,20 +8,20 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="body"> |
|
|
<div class="body"> |
|
|
<div class="query"> |
|
|
<div class="query"> |
|
|
<a-row justify="space-between" > |
|
|
<a-row type="flex" justify="space-between" > |
|
|
<a-col :span="5" class="query_item"> |
|
|
<a-col :span="6" class="query_item"> |
|
|
<span>订单编号:</span> |
|
|
<span>订单编号:</span> |
|
|
<a-input v-model="query.batchcode"/> |
|
|
<a-input v-model="query.batchcode" /> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :span="5" class="query_item"> |
|
|
<a-col :span="6" class="query_item"> |
|
|
<span>授权方:</span> |
|
|
<span>授权方:</span> |
|
|
<a-input v-model="query.entrust_name"/> |
|
|
<a-input v-model="query.entrust_name"/> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :span="5" class="query_item"> |
|
|
<a-col :span="6" class="query_item"> |
|
|
<span>被授权方:</span> |
|
|
<span>被授权方:</span> |
|
|
<a-input v-model="query.buy_name"/> |
|
|
<a-input v-model="query.buy_name"/> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :span="5" class="query_item"> |
|
|
<a-col :span="6" class="query_item"> |
|
|
<span>标的名称:</span> |
|
|
<span>标的名称:</span> |
|
|
<a-input v-model="query.goods_name"/> |
|
|
<a-input v-model="query.goods_name"/> |
|
|
</a-col> |
|
|
</a-col> |
|
|
@ -36,7 +36,7 @@ |
|
|
</a-select> |
|
|
</a-select> |
|
|
</a-col> --> |
|
|
</a-col> --> |
|
|
|
|
|
|
|
|
<a-col :span="5" class="query_item"> |
|
|
<a-col :span="6" class="query_item"> |
|
|
<span>交易方式:</span> |
|
|
<span>交易方式:</span> |
|
|
<a-select default-value="" v-model="query.entrust_type"> |
|
|
<a-select default-value="" v-model="query.entrust_type"> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
@ -44,7 +44,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 :span="5" class="query_item" > |
|
|
<a-col :span="6" class="query_item" > |
|
|
<span>交易状态:</span> |
|
|
<span>交易状态:</span> |
|
|
<a-select default-value="" v-model="query.transaction_status"> |
|
|
<a-select default-value="" v-model="query.transaction_status"> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
@ -55,11 +55,11 @@ |
|
|
<a-select-option value="5">已关闭</a-select-option> |
|
|
<a-select-option value="5">已关闭</a-select-option> |
|
|
</a-select> |
|
|
</a-select> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :span="5" class="query_item query_item2"> |
|
|
<a-col :span="6" class="query_item query_item2"> |
|
|
<span>订单创建时间:</span> |
|
|
<span>订单创建时间:</span> |
|
|
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/> |
|
|
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :span="9" class="query_item query_item1"> |
|
|
<a-col :span="6" class="query_item query_item1"> |
|
|
<a-space :size="21"> |
|
|
<a-space :size="21"> |
|
|
<a-button type="primary" class="query_button" @click="getList">查 询</a-button> |
|
|
<a-button type="primary" class="query_button" @click="getList">查 询</a-button> |
|
|
<a-button class="query_button" @click="resetQurey">重 置</a-button> |
|
|
<a-button class="query_button" @click="resetQurey">重 置</a-button> |
|
|
@ -144,28 +144,30 @@ export default { |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '订单创建时间', |
|
|
title: '订单创建时间', |
|
|
|
|
|
width:'160px', |
|
|
dataIndex: 'createtime', |
|
|
dataIndex: 'createtime', |
|
|
align:'center' |
|
|
// align:'center' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '订单编号', |
|
|
title: '订单编号', |
|
|
dataIndex: 'batchcode', |
|
|
dataIndex: 'batchcode', |
|
|
align:'center' |
|
|
// align:'center' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '授权方/卖方', |
|
|
title: '授权方/卖方', |
|
|
dataIndex: 'entrust_name', |
|
|
dataIndex: 'entrust_name', |
|
|
align:'center' |
|
|
// align:'center' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '标的名称', |
|
|
title: '标的名称', |
|
|
dataIndex: 'goods_name', |
|
|
dataIndex: 'goods_name', |
|
|
align:'center' |
|
|
// align:'center' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '被授权方/买方', |
|
|
title: '被授权方/买方', |
|
|
dataIndex: 'buy_username', |
|
|
dataIndex: 'buy_username', |
|
|
align:'center' |
|
|
width:'130px', |
|
|
|
|
|
// align:'center' |
|
|
}, |
|
|
}, |
|
|
// { |
|
|
// { |
|
|
// title: '订单类型', |
|
|
// title: '订单类型', |
|
|
@ -175,24 +177,27 @@ export default { |
|
|
// }, |
|
|
// }, |
|
|
{ |
|
|
{ |
|
|
title: '交易方式', |
|
|
title: '交易方式', |
|
|
|
|
|
width:'90px', |
|
|
dataIndex: 'entrust_type', |
|
|
dataIndex: 'entrust_type', |
|
|
align:'center' |
|
|
// align:'center' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '交易总额', |
|
|
title: '交易总额', |
|
|
dataIndex: 'total_money', |
|
|
dataIndex: 'total_money', |
|
|
align:'center' |
|
|
// align:'center' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '交易状态', |
|
|
title: '交易状态', |
|
|
|
|
|
width:'90px', |
|
|
dataIndex: 'status', |
|
|
dataIndex: 'status', |
|
|
scopedSlots: { customRender: 'status' }, |
|
|
scopedSlots: { customRender: 'status' }, |
|
|
align:'center' |
|
|
// align:'center' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '操作', |
|
|
title: '操作', |
|
|
|
|
|
width:'170px', |
|
|
scopedSlots: { customRender: 'operation' }, |
|
|
scopedSlots: { customRender: 'operation' }, |
|
|
align:'center' |
|
|
// align:'center' |
|
|
}, |
|
|
}, |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|
|