Commit f4aa08c6 authored by 黄媛媛's avatar 黄媛媛

添加清除查询

parent 250e30a8
......@@ -11,6 +11,7 @@
placeholder="请输入规格名搜索"
v-model="msg.Name"
@clear="getList"
@keyup.enter.native="getList()"
size="small"
clearable>
</el-input>
......
......@@ -10,6 +10,7 @@
<el-input style="display:inline-block;width:225px;height:30px"
placeholder="请输入规格名搜索"
v-model="msg.Name"
@keyup.enter.native="getList()"
@clear="getList"
size="small"
clearable>
......@@ -35,7 +36,6 @@
</el-table-column>
<el-table-column
prop="Address"
width="220"
label="地址">
</el-table-column>
......@@ -46,7 +46,7 @@
</el-table-column>
<el-table-column
prop="AccountHolder"
width="150"
width="100"
label="开户人">
</el-table-column>
<el-table-column
......
......@@ -18,6 +18,7 @@
<div style="margin-left:20px" class="searchInput">
<el-input style="display:inline-block;width:225px;height:30px"
placeholder="请输入内容"
@keyup.enter.native="getList()"
v-model="msg.UserName"
size="small"
@clear="getList"
......
......@@ -10,6 +10,8 @@
<div class="searchInput">
<el-input style="display:inline-block;width:225px;height:30px"
placeholder="请输入会员名称搜索"
@keyup.enter.native="getList()"
@clear="getList"
v-model="msg.Name"
size="small"
clearable>
......
......@@ -22,6 +22,8 @@
<el-input style="display:inline-block;width:205px;height:30px"
placeholder="请输入分销商等级名称查询"
v-model="msg.GradeName"
@keyup.enter.native="getList()"
@clear="getList"
size="small"
clearable>
</el-input>
......
......@@ -21,6 +21,8 @@
<div class="searchInput" style="width:230px">
<el-input style="display:inline-block;width:205px;height:30px"
placeholder="请输入名称查询"
@keyup.enter.native="getList()"
@clear="getList"
v-model="msg.Name"
size="small"
clearable>
......
......@@ -22,6 +22,8 @@
<el-input style="display:inline-block;width:205px;height:30px"
placeholder="请输入分销商等级名称查询"
v-model="msg.Name"
@keyup.enter.native="getList()"
@clear="getList"
size="small"
clearable>
</el-input>
......
......@@ -22,21 +22,21 @@
</el-select>
<div class="searchInput" style="width:150px">
<el-input style="display:inline-block;width:125px;height:30px" placeholder="请输入ID" v-model="msg.UserId"
size="small" clearable>
size="small" @keyup.enter.native="getList()" @clear="getList" clearable>
</el-input>
<span @click="getList" class="el-icon-search"
style="color:#979dad;font-size:14px;position:relative;top:1px"></span>
</div>
<div class="searchInput" style="width:150px">
<el-input style="display:inline-block;width:125px;height:30px" placeholder="请输入昵称" v-model="msg.NickName"
size="small" clearable>
size="small" @keyup.enter.native="getList()" @clear="getList" clearable>
</el-input>
<span @click="getList" class="el-icon-search"
style="color:#979dad;font-size:14px;position:relative;top:1px"></span>
</div>
<div class="searchInput" style="width:150px">
<el-input style="display:inline-block;width:125px;height:30px" placeholder="请输入手机号" v-model="msg.Moblie"
size="small" clearable>
size="small" @keyup.enter.native="getList()" @clear="getList" clearable>
</el-input>
<span @click="getList" class="el-icon-search"
style="color:#979dad;font-size:14px;position:relative;top:1px"></span>
......
......@@ -20,21 +20,21 @@
</el-option>
</el-select>
<div class="searchInput" style="width:150px">
<el-input style="display:inline-block;width:125px;height:30px" placeholder="请输入ID" v-model="msg.Id"
<el-input @keyup.enter.native="getList()" @clear="getList" style="display:inline-block;width:125px;height:30px" placeholder="请输入ID" v-model="msg.Id"
size="small" clearable>
</el-input>
<span @click="getList" class="el-icon-search"
style="color:#979dad;font-size:14px;position:relative;top:1px"></span>
</div>
<div class="searchInput" style="width:150px">
<el-input @clear="getList" style="display:inline-block;width:125px;height:30px" placeholder="请输入昵称" v-model="msg.Name"
<el-input @keyup.enter.native="getList()" @clear="getList" style="display:inline-block;width:125px;height:30px" placeholder="请输入昵称" v-model="msg.Name"
size="small" clearable>
</el-input>
<span @click="getList" class="el-icon-search"
style="color:#979dad;font-size:14px;position:relative;top:1px"></span>
</div>
<div class="searchInput" style="width:150px">
<el-input @clear="getList" style="display:inline-block;width:125px;height:30px" placeholder="请输入手机号" v-model="msg.Moblie"
<el-input @keyup.enter.native="getList()" @clear="getList" style="display:inline-block;width:125px;height:30px" placeholder="请输入手机号" v-model="msg.Moblie"
size="small" clearable>
</el-input>
<span @click="getList" class="el-icon-search"
......
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