|
|
@@ -142,6 +142,10 @@ |
|
|
|
:value="item.id"> |
|
|
|
</el-option> |
|
|
|
</el-select> |
|
|
|
</div> |
|
|
|
<div class="header-search" style="width: 100%;margin-bottom: 10px"> |
|
|
|
<span>用户名</span> |
|
|
|
<el-input v-model="orderMainListSearch.user_name" style="width: 150px;" placeholder="请输入内容" clearable></el-input> |
|
|
|
<span>渠道:</span> |
|
|
|
<el-select v-model="orderMainListSearch.channel_id" style="width: 150px;" placeholder="请选择" clearable> |
|
|
|
<el-option |
|
|
@@ -151,6 +155,8 @@ |
|
|
|
:value="item.id"> |
|
|
|
</el-option> |
|
|
|
</el-select> |
|
|
|
<span>渠道订单号:</span> |
|
|
|
<el-input v-model="orderMainListSearch.channel_order_no" style="width: 150px;" placeholder="请输入内容"></el-input> |
|
|
|
<span>专员</span> |
|
|
|
<el-select v-model="orderMainListSearch.commissioner_id" style="width: 150px;" placeholder="请选择" clearable> |
|
|
|
<el-option |
|
|
@@ -171,8 +177,6 @@ |
|
|
|
</el-select> |
|
|
|
</div> |
|
|
|
<div class="header-search" style="width: 100%;margin-bottom: 10px"> |
|
|
|
<span>用户名</span> |
|
|
|
<el-input v-model="orderMainListSearch.user_name" style="width: 150px;" placeholder="请输入内容" clearable></el-input> |
|
|
|
<span>手机号</span> |
|
|
|
<el-input v-model="orderMainListSearch.user_phone" style="width: 150px;" placeholder="请输入内容" clearable></el-input> |
|
|
|
<span>金额</span> |
|
|
@@ -287,6 +291,7 @@ |
|
|
|
"receipt_order_id":"", |
|
|
|
"inReceipt":"", |
|
|
|
"order_id":"", |
|
|
|
"channel_order_no":"", |
|
|
|
"channel_id":"", |
|
|
|
"order_status":"", |
|
|
|
"commissioner_id":"", |
|
|
|