Commit 61faff34 authored by hujun's avatar hujun

商铺列表弹窗显示

parent 414ae32a
......@@ -157,7 +157,7 @@
×
</button>
<h4 class="modal-title" id="myModalLabel">
设置案场权限人77
</h4>
</div>
<!--号码匹配名字 输入框666-->
......
......@@ -36,6 +36,7 @@ define (['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css','ckfin
});
$ (document).delegate (".anch", "click", function () {//点击设置案场权限人
$("#myModalLabel").html("设置案场权限人");
// 传入data-id
business.house_id = $ (this).attr ("data-id");
business.type="1";
......@@ -43,6 +44,7 @@ define (['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css','ckfin
});
// 点击设置案场权限人(盘方)
$ (document).delegate (".add_applies", "click", function () {//点击设置案场权限人
$("#myModalLabel").html("设置盘方");
business.house_id = $ (this).attr ("data-id");
business.type="2";
business.Anch();
......
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