Commit 4bb5d2f4 authored by agping's avatar agping

1

parent 58c71c8c
...@@ -93,6 +93,18 @@ class OfficeBuilding extends Basic ...@@ -93,6 +93,18 @@ class OfficeBuilding extends Basic
return view('officeBuilding/refundListShop'); return view('officeBuilding/refundListShop');
} }
} }
public function reportListOffice()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/reportListOffice');
}
}
public function reportListShop()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/reportListShop');
}
}
} }
...@@ -379,6 +379,8 @@ Route::group('index', [ ...@@ -379,6 +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
'refundListShop' => ['index/OfficeBuilding/refundListShop', ['method' => 'POST|GET']],//成交报告审核商铺liu
//‘页面的地址’ =》 index/控制器名称/使用的方法 //‘页面的地址’ =》 index/控制器名称/使用的方法
......
This diff is collapsed.
This diff is collapsed.
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