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
urlOffice ="/index/selectReportAll";
}
$.ajax({
type: 'POST',
type: 'GET',
url: '/office_index/selectReportAll',
data: {
'order_id': order_id,
......
......@@ -76,7 +76,7 @@ define(['doT','text!temp/tax_template_tpl.html', 'css!style/home.css', 'css!styl
if(bargain.mainTabIndex == 0){//商铺
$('.iframe-time-line').attr('src', '/app_broker/timeline_pc?order_id='+_id);
}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