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

添加清除查询

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