Commit d7c80240 authored by agping's avatar agping

财务管理修改

parent 6091da0d
......@@ -186,7 +186,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
});
},
//通过
confirmPass:function(){//通过
confirmPass:function(){//点击通过
console.log($('.btn-info').index());
var a_url;
if($('.btn-info').index()==0){
a_url="/index/checkReportAttache/0"
......@@ -200,7 +201,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
if ($('.btn-info').index()==3) {
a_url="/index/checkReportCashier/3"
};
console.log($('.btn-info').index());
// console.log($('.btn-info').index());
console.log(follow.house_id);
$.ajax({
'type': 'POST',
......@@ -208,7 +209,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
data: {"id":follow.house_id,
"source":1,
"status":10,
"":$("#note_text").val(),
"remark":$("#note_text").val(),
},
dataType: "json",
success: function(data){
......
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