Commit 288d0572 authored by duxinyuan's avatar duxinyuan

bug

parent 98db0989
...@@ -277,7 +277,6 @@ Route::group('index', [ ...@@ -277,7 +277,6 @@ Route::group('index', [
'getTaxesById' => ['index/Finance/getTaxesById', ['method' => 'POST|GET']], //财务结单 'getTaxesById' => ['index/Finance/getTaxesById', ['method' => 'POST|GET']], //财务结单
'financeUpdateLog' => ['index/Finance/financeUpdateLog', ['method' => 'POST|GET']], //财务结单 'financeUpdateLog' => ['index/Finance/financeUpdateLog', ['method' => 'POST|GET']], //财务结单
'getRealIncome' => ['index/Finance/getRealIncome', ['method' => 'GET']], //获取实收日期 'getRealIncome' => ['index/Finance/getRealIncome', ['method' => 'GET']], //获取实收日期
'receivables' => ['index/Finance/receivables', ['method' => 'GET']], //获取实收日期
'noticeIndex' => ['index/notice/index', ['method' => 'GET']], //公告列表 'noticeIndex' => ['index/notice/index', ['method' => 'GET']], //公告列表
'getNoticeInfo' => ['index/notice/getNoticeInfo', ['method' => 'GET']], //公告详情 'getNoticeInfo' => ['index/notice/getNoticeInfo', ['method' => 'GET']], //公告详情
'delNotice' => ['index/notice/delNotice', ['method' => 'POST']], //删除公告 'delNotice' => ['index/notice/delNotice', ['method' => 'POST']], //删除公告
...@@ -287,7 +286,7 @@ Route::group('index', [ ...@@ -287,7 +286,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' ] ],
'receivables' => ['index/Finance/receivables', ['method' => 'GET']], //获取实收日期
'evaluationList' => ['index/Evaluation/evaluationList', ['method' => 'POST|GET']], //评价列表 朱伟 2018-06-13 'evaluationList' => ['index/Evaluation/evaluationList', ['method' => 'POST|GET']], //评价列表 朱伟 2018-06-13
'marchInList' => ['index/MarchIn/marchInList', ['method' => 'POST|GET']], //进场记录列表 朱伟 2018-06-13 'marchInList' => ['index/MarchIn/marchInList', ['method' => 'POST|GET']], //进场记录列表 朱伟 2018-06-13
......
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