Commit de285db4 authored by agping's avatar agping

1

parent bdfaf336
This diff is collapsed.
...@@ -322,6 +322,7 @@ Route::group('index', [ ...@@ -322,6 +322,7 @@ Route::group('index', [
'shareShop' => ['index/ShareShop/shareShop', ['method' => 'POST|GET']], 'shareShop' => ['index/ShareShop/shareShop', ['method' => 'POST|GET']],
'yindaoAndroid' => ['index/ShareShop/yindaoAndroid', ['method' => 'POST|GET']], 'yindaoAndroid' => ['index/ShareShop/yindaoAndroid', ['method' => 'POST|GET']],
'yindaoIos' => ['index/ShareShop/yindaoIos', ['method' => 'POST|GET']], 'yindaoIos' => ['index/ShareShop/yindaoIos', ['method' => 'POST|GET']],
'officeDetail' => ['index/ShareShop/officeDetail', ['method' => 'POST|GET']],//办公楼详情
'receivables' => ['index/Finance/receivables', ['method' => 'GET']], //获取实收日期 'receivables' => ['index/Finance/receivables', ['method' => 'GET']], //获取实收日期
'adjustment' => ['index/Finance/adjustment', ['method' => 'GET']], //获取实收日期 'adjustment' => ['index/Finance/adjustment', ['method' => 'GET']], //获取实收日期
'getPayLogData' => ['index/Finance/getPayLogData', ['method' => 'GET']], //收款各种详情 'getPayLogData' => ['index/Finance/getPayLogData', ['method' => 'GET']], //收款各种详情
...@@ -371,6 +372,7 @@ Route::group('index', [ ...@@ -371,6 +372,7 @@ Route::group('index', [
'myCollectionOfficeList' => ['index/OfficeBuilding/myCollectionOfficeList', ['method' => 'POST|GET']],//办公楼收藏liu 'myCollectionOfficeList' => ['index/OfficeBuilding/myCollectionOfficeList', ['method' => 'POST|GET']],//办公楼收藏liu
'remarkFollowOffice' => ['index/OfficeBuilding/remarkFollowOffice', ['method' => 'POST|GET']],//办公-客跟进liu 'remarkFollowOffice' => ['index/OfficeBuilding/remarkFollowOffice', ['method' => 'POST|GET']],//办公-客跟进liu
'officeFollowUp' => ['index/OfficeBuilding/officeFollowUp', ['method' => 'POST|GET']],//办公楼列表跟进liu
'getCollectionOffice' => ['index/OfficeBuilding/getCollectionOffice', ['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 // 'marchinListOffice' => ['index/OfficeBuilding/marchinListOffice', ['method' => 'POST|GET']],//进场记录办公楼liu
...@@ -381,6 +383,8 @@ Route::group('index', [ ...@@ -381,6 +383,8 @@ Route::group('index', [
'refundListShop' => ['index/OfficeBuilding/refundListShop', ['method' => 'POST|GET']],//退款出账商铺liu 'refundListShop' => ['index/OfficeBuilding/refundListShop', ['method' => 'POST|GET']],//退款出账商铺liu
'reportListCJOffice' => ['index/OfficeBuilding/reportListCJOffice', ['method' => 'POST|GET']],//成交报告审核办公楼liu 'reportListCJOffice' => ['index/OfficeBuilding/reportListCJOffice', ['method' => 'POST|GET']],//成交报告审核办公楼liu
'reportListCJShop' => ['index/OfficeBuilding/reportListCJShop', ['method' => 'POST|GET']],//成交报告审核商铺liu 'reportListCJShop' => ['index/OfficeBuilding/reportListCJShop', ['method' => 'POST|GET']],//成交报告审核商铺liu
'undoReportCJOffice' => ['index/OfficeBuilding/undoReportCJOffice', ['method' => 'POST|GET']],//成交报告撤销审核办公楼liu
'undoReportCJShop' => ['index/OfficeBuilding/undoReportCJShop', ['method' => 'POST|GET']],//成交报告审核撤销商铺liu
//‘页面的地址’ =》 index/控制器名称/使用的方法 //‘页面的地址’ =》 index/控制器名称/使用的方法
......
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