|
|
@@ -9,12 +9,12 @@
|
|
|
<div class="grid-btn">
|
|
|
<div>
|
|
|
<div class="form-group col-sm-12 div-Gay">
|
|
|
- <input type="text" class="form-control" v-model.number="q.userName" @keyup.enter="query" placeholder="用户" onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')">
|
|
|
+ <input type="text" class="form-control" v-model.number="q.userName" @keyup.enter="query" placeholder="用户">
|
|
|
<input type="text" class="form-control" v-model="q.phone" @keyup.enter="query" placeholder="手机号" onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')">
|
|
|
<input type="text" class="form-control" v-model="q.minAmount" @keyup.enter="query" placeholder="最小金额" style="width: 120px; display: inline-block;" onkeyup="this.value=this.value.replace(/[^\d.]/g,'')" onafterpaste="this.value=this.value.replace(/[^\d.]/g,'')">
|
|
|
<input type="text" class="form-control" v-model="q.maxAmount" @keyup.enter="query" placeholder="最大金额" style="width: 120px; display: inline-block;" onkeyup="this.value=this.value.replace(/[^\d.]/g,'')" onafterpaste="this.value=this.value.replace(/[^\d.]/g,'')">
|
|
|
<select id="qsex" class="form-control" v-model="q.type" @keyup.enter="query">
|
|
|
- <option value="" hidden disabled>--转换类型--</option>
|
|
|
+ <option value="" hidden disabled>--类型--</option>
|
|
|
<option name="type" :value="1">返佣</option>
|
|
|
<option name="type" :value="2">佣金提现</option>
|
|
|
</select>
|