Commit dc138d76 authored by agping's avatar agping

税费

parent ecb69775
...@@ -18,7 +18,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu ...@@ -18,7 +18,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
urlOffice ="/index/selectReportAll"; urlOffice ="/index/selectReportAll";
} }
$.ajax({ $.ajax({
type: 'POST', type: 'GET',
url: '/office_index/selectReportAll', url: '/office_index/selectReportAll',
data: { data: {
'order_id': order_id, 'order_id': order_id,
......
...@@ -76,7 +76,7 @@ define(['doT','text!temp/tax_template_tpl.html', 'css!style/home.css', 'css!styl ...@@ -76,7 +76,7 @@ define(['doT','text!temp/tax_template_tpl.html', 'css!style/home.css', 'css!styl
if(bargain.mainTabIndex == 0){//商铺 if(bargain.mainTabIndex == 0){//商铺
$('.iframe-time-line').attr('src', '/app_broker/timeline_pc?order_id='+_id); $('.iframe-time-line').attr('src', '/app_broker/timeline_pc?order_id='+_id);
}else{//办公楼 }else{//办公楼
$('.iframe-time-line').attr('src', '/app_broker/timeline_pc_office?order_id='+_id); $('.iframe-time-line').attr('src', '/app_broker/timeline_pc_financial?order_id='+_id);
} }
}); });
......
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