Commit ab22631f authored by duxinyuan's avatar duxinyuan

1

parent c21cc2b0
...@@ -105,7 +105,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', ' ...@@ -105,7 +105,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
//分佣方 姓名下拉式 //分佣方 姓名下拉式
$(document).on("input", "#comit_name", function() { //手机号新增搜索客方 $(document).on("input", "#comit_name", function() { //手机号新增搜索客方
if($("#comit_name").val() == '') { if($("#comit_name").val() == '') {
bargain.agent_id_phone=''; that.agent_id_phone='';
$(".user-ul").html(''); $(".user-ul").html('');
} else { } else {
that.search_person(); that.search_person();
......
...@@ -345,7 +345,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -345,7 +345,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
//分佣方 姓名下拉式 //分佣方 姓名下拉式
$(document).on("input", "#comit_name", function() { //手机号新增搜索客方 $(document).on("input", "#comit_name", function() { //手机号新增搜索客方
if($("#comit_name").val() == '') { if($("#comit_name").val() == '') {
bargain.agent_id_phone=''; that.agent_id_phone='';
$(".user-ul").html(''); $(".user-ul").html('');
} else { } else {
that.search_person(); that.search_person();
......
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