Commit 7fca7018 authored by agping's avatar agping

经纪人列表修改

parent 0ba04a83
......@@ -39,7 +39,7 @@
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="industry_type" placeholder="角色" type="text" value="" name="groupname">
<!--<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="dish" placeholder="门店"
type="text" value="" name="store_name">-->
<select class="form-control btn2 input ld-Marheight" name="" id="district_id">
<select class="form-control btn2 input ld-Marheight" name="" id="district_id2">
<option value="">部门</option>
</select>
......
......@@ -12,7 +12,7 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'css!style/home.css', 'pagin
event: function () {
var _doc = $(document);
agent.getDistrict(function(){
_doc.on('input', '#district_id', function(){
_doc.on('input', '#district_id2', function(){
var _this = $(this);
var _id = _this.val();
_this.next().html('');//先清空
......
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