Commit 7a1641bf authored by agping's avatar agping

1

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