Commit 7a1641bf authored by agping's avatar agping

1

parent 4bb5d2f4
......@@ -93,16 +93,16 @@ class OfficeBuilding extends Basic
return view('officeBuilding/refundListShop');
}
}
public function reportListOffice()
public function reportListCJOffice()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/reportListOffice');
return view('officeBuilding/account_statement_office');
}
}
public function reportListShop()
public function reportListCJShop()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/reportListShop');
return view('officeBuilding/account_statement_shop');
}
}
......
......@@ -15,10 +15,10 @@
<span class="office-detail btn btn-default">办公楼</span>
</h4>
<div class="detail-modal-body-sec1">
<iframe src="/index/reportListShop" style="width: 100%;height: 1200px;border: 0;"></iframe>
<iframe src="/index/reportListCJShop" style="width: 100%;height: 1200px;border: 0;"></iframe>
</div>
<div class="detail-modal-body-sec2" style="display: none;">
<iframe src="/index/reportListOffice" style="width: 100%;height: 1200px;border: 0;"></iframe>
<iframe src="/index/reportListCJOffice" style="width: 100%;height: 1200px;border: 0;"></iframe>
</div>
</div>
......@@ -15,10 +15,10 @@
<span class="office-detail btn btn-default">办公楼</span>
</h4>
<div class="detail-modal-body-sec1">
<iframe src="/index/adjustmentShop" style="width: 100%;height: 1200px;border: 0;"></iframe>
<iframe src="/index/refundListShop" style="width: 100%;height: 1200px;border: 0;"></iframe>
</div>
<div class="detail-modal-body-sec2" style="display: none;">
<iframe src="/index/adjustmentOffice" style="width: 100%;height: 1200px;border: 0;"></iframe>
<iframe src="/index/refundListOffice" style="width: 100%;height: 1200px;border: 0;"></iframe>
</div>
</div>
......@@ -193,11 +193,11 @@
<div class="row">
<div class="">
<div class="panel panel-default">
<div class="panel-heading breadcrumb">
<!--<div class="panel-heading breadcrumb">
<li>
<a href="#">成交报告</a>
</li>
</div>
</div>-->
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed">
......@@ -216,7 +216,7 @@
<tr>
<td colspan="14">
<form id="maintable_form_search">
<span class="fore-span">商铺类型:</span>
<span class="fore-span">2商铺类型:</span>
<select class="form-control btn2" name="maintable_shop_type" id="maintable_shop_type">
<option value="-1">请选择</option>
<option value="0">商场</option>
......
{layout name="global/frame_two_tpl" /}
<input type="hidden" class="page-load" id="reportList" />
<input type="hidden" class="page-load" id="reportListShop" />
<style type="text/css">
/*收佣金*/
.modal-body-intention{
......@@ -193,11 +193,11 @@
<div class="row">
<div class="">
<div class="panel panel-default">
<div class="panel-heading breadcrumb">
<!--<div class="panel-heading breadcrumb">
<li>
<a href="#">成交报告</a>
</li>
</div>
</div>-->
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed">
......@@ -216,7 +216,7 @@
<tr>
<td colspan="14">
<form id="maintable_form_search">
<span class="fore-span">商铺类型:</span>
<span class="fore-span">1商铺类型:</span>
<select class="form-control btn2" name="maintable_shop_type" id="maintable_shop_type">
<option value="-1">请选择</option>
<option value="0">商场</option>
......
......@@ -372,15 +372,15 @@ Route::group('index', [
'myCollectionOfficeList' => ['index/OfficeBuilding/myCollectionOfficeList', ['method' => 'POST|GET']],//办公楼收藏liu
'remarkFollowOffice' => ['index/OfficeBuilding/remarkFollowOffice', ['method' => 'POST|GET']],//办公-客跟进liu
'getCollectionOffice' => ['index/OfficeBuilding/getCollectionOffice', ['method' => 'POST|GET']],//收款记录办公楼liu
'getCollectionShop' => ['index/OfficeBuilding/getCollectionShop', ['method' => 'POST|GET']],//收款记录商铺liu
'getCollectionShop' => ['index/OfficeBuilding/getCollectionShop', ['method' => 'POST|GET']],//收款记录商铺liu
'marchinListOffice' => ['index/OfficeBuilding/marchinListOffice', ['method' => 'POST|GET']],//进场记录办公楼liu
'reportListOffice' => ['index/OfficeBuilding/reportListOffice', ['method' => 'POST|GET']],//约带看记录办公楼liu
'adjustmentOffice' => ['index/OfficeBuilding/adjustmentOffice', ['method' => 'POST|GET']],//调整出账办公楼liu
'adjustmentShop' => ['index/OfficeBuilding/adjustmentShop', ['method' => 'POST|GET']],//调整出账商铺liu
'refundListOffice' => ['index/OfficeBuilding/refundListOffice', ['method' => 'POST|GET']],//退款出账办公楼liu
'refundListShop' => ['index/OfficeBuilding/refundListShop', ['method' => 'POST|GET']],//退款出账商铺liu
'reportListOffice' => ['index/OfficeBuilding/reportListOffice', ['method' => 'POST|GET']],//成交报告审核办公楼liu
'refundListShop' => ['index/OfficeBuilding/refundListShop', ['method' => 'POST|GET']],//成交报告审核商铺liu
'reportListCJOffice' => ['index/OfficeBuilding/reportListCJOffice', ['method' => 'POST|GET']],//成交报告审核办公楼liu
'reportListCJShop' => ['index/OfficeBuilding/reportListCJShop', ['method' => 'POST|GET']],//成交报告审核商铺liu
//‘页面的地址’ =》 index/控制器名称/使用的方法
......
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