Commit 9c3d1954 by caoyanzhi

update: 订单类型

parent 412153f8
......@@ -3,7 +3,7 @@
<div class="search-bar">
<el-input v-model="params.orderNumber" @change="onSearch" prefix-icon="el-icon-search" clearable placeholder="请输入订单/退款/退换单号" style="width: 260px"></el-input>
<el-select v-model="params.orderType" @change="onSearch" clearable placeholder="全部订单类型" style="margin-left: 10px;width: 160px">
<el-option label="销售单" value="1"></el-option>
<el-option :label="params.channelType == 3 ? '销售单' : '购买单'" value="1"></el-option>
<el-option label="退款单" value="2"></el-option>
<el-option label="退换货单" value="4"></el-option>
</el-select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment