Commit 4e7a3953 authored by agping's avatar agping

1

parent 7f1e14d3
...@@ -1004,6 +1004,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', ' ...@@ -1004,6 +1004,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
that.agent_id_phone=""; that.agent_id_phone="";
$('#payee_name').val(""); $('#payee_name').val("");
that.agent_id_phonePayee=""; that.agent_id_phonePayee="";
$('#district_id2_city').val("");
}, },
......
...@@ -553,12 +553,12 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', ' ...@@ -553,12 +553,12 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
var params = that.buildSearchParams(0); var params = that.buildSearchParams(0);
params.pageNo = that.pageNo; params.pageNo = that.pageNo;
params.pageSize = that.pageSize ; params.pageSize = that.pageSize ;
if($("#district_id2_city").val()){ // if($("#district_id2_city").val()){
if(!$("#commit_home").val()){ // if(!$("#commit_home").val()){
alert('请选择部门进行搜索'); // alert('请选择部门进行搜索');
return // return
} // }
} // }
$.get(refund.url,params,function(data){ $.get(refund.url,params,function(data){
if(typeof data === 'object') { if(typeof data === 'object') {
if(data.code == 200) { if(data.code == 200) {
......
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