Commit c6c3a398 authored by agping's avatar agping

1

parent df3e23ea
...@@ -2004,7 +2004,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl ...@@ -2004,7 +2004,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
params.income_time = that.income_time; params.income_time = that.income_time;
}else{ }else{
bargain.isOfficeUrl = '/office/collectingBill';//办公楼 bargain.isOfficeUrl = '/office_index/collectingBill';//办公楼
params.AuthToken = user_info_obj.AuthToken; params.AuthToken = user_info_obj.AuthToken;
params.income_time = (new Date(that.income_time)).getTime()*0.001; params.income_time = (new Date(that.income_time)).getTime()*0.001;
......
...@@ -1130,7 +1130,7 @@ define(['doT', 'text!temp/office_receivables_template_tpl.html', 'css!style/home ...@@ -1130,7 +1130,7 @@ define(['doT', 'text!temp/office_receivables_template_tpl.html', 'css!style/home
} }
//上传数据 //上传数据
$.post('/office/collectingBill',params,function( data ){ $.post('/office_index/collectingBill',params,function( data ){
if(data.code == 200) { if(data.code == 200) {
$('#modal-linetime').modal('hide'); $('#modal-linetime').modal('hide');
} else { } else {
......
...@@ -987,7 +987,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home. ...@@ -987,7 +987,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
$.ajax({ $.ajax({
'type': 'POST', 'type': 'POST',
'url': '/office/collectingBill', 'url': '/office_index/collectingBill',
data: params, data: params,
dataType: "json", dataType: "json",
success: function(data) { 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