Commit b0aee3fa authored by hujun's avatar hujun

js

# Conflicts: # application/index/view/global/footer_tpl.html
parent a5102256
<script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=2019080716' charset='utf-8'></script> <script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=201908071121' charset='utf-8'></script>
...@@ -343,6 +343,12 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin ...@@ -343,6 +343,12 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
store.agents_id = $ (obj).attr ("data-id"); store.agents_id = $ (obj).attr ("data-id");
}, },
search_phone:function(){//手机号 search_phone:function(){//手机号
var district_id = $("#ss-store").val();
if (district_id < 0) {
alert("请选择部门");
return false;
}
$.ajax ({ $.ajax ({
url: '/index/getBroker_new', url: '/index/getBroker_new',
type: 'GET', type: 'GET',
...@@ -350,6 +356,7 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin ...@@ -350,6 +356,7 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
data: { data: {
"phone":$("#set_father_id3").val(), "phone":$("#set_father_id3").val(),
"level": "10,30,40", "level": "10,30,40",
"district_id":district_id,
// "store_id":store.house_id, // "store_id":store.house_id,
"all":1, "all":1,
}, },
......
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