Commit 6c721391 by HTML5-侯张振

修改 后台,渠道登录,客户查看,按分销商搜索,右侧的清空按钮没有实现效果

parent a63c6cb9
This source diff could not be displayed because it is too large. You can view the blob instead.
a:3:{s:4:"time";i:1497345334;s:3:"ttl";i:86400;s:4:"data";i:1497345332;}
\ No newline at end of file
a:3:{s:4:"time";i:1497507003;s:3:"ttl";i:86400;s:4:"data";i:1497507000;}
\ No newline at end of file
......@@ -83,7 +83,7 @@
<button type="submit" class="btn blue" id="search">搜索</button>
<input type="reset" class="btn red" name="button2" value="清空">
<input type="reset" class="btn red" name="button2" id="emptyvalue" value="清空">
</form>
</div>
</div>
......@@ -223,6 +223,15 @@
+ city_code + "&building_id="
+ building_id;
});
$("#emptyvalue").click(function(){
var a = $("#distributor_name").val = "";
var b = $("#status").val = "";
var c = $("#channel_id").val = "";
var d = $("#building_title").val = "";
var e = $("#time").val = "";
location.href = "<?php echo site_url('admin/channeladmin/customerSearch')?>?distributor_name="+a+"&status="+b+"&channel_id="+c+"&building_title="+d+"&time="+e
})
});
......
......@@ -32,7 +32,7 @@
<li>
<div class="left-tit left">身份证号码</div>
<div class="right-input left">
<input placeholder="若有,请填写" maxlength="18" class="customer_id" name="customer_id[]" type="text" style="ime-mode:disabled;" onpaste="return false;" onkeypress="keyPress()" onkeyup="value=value.replace(/[^0-9]/g,'')" onpaste="value=value.replace(/[^0-9]/g,'')" oncontextmenu ="value=value.replace(/[^0-9]/g,'')">
<input placeholder="若有,请填写" maxlength="18" class="customer_id" name="customer_id[]" type="text" style="ime-mode:disabled;" onpaste="return false;">
</div>
<div class="clearf"></div>
</li>
......
......@@ -84,11 +84,11 @@
* 登录
*/
.rc-login-logo{
padding: 30px 0 50px;
padding: 30px 0 25px;
text-align: center;
}
.rc-login-logo img{
width: 30%;
width: 60%;
height: auto;
}
.rc-login-input .login-user,
......
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