Commit e48b181a authored by hujun's avatar hujun

财务审核页面

parent c5e75edb
...@@ -270,6 +270,7 @@ Route::group('index', [ ...@@ -270,6 +270,7 @@ Route::group('index', [
'getBargainCommission' => ['index/Finance/getBargainCommission', ['method' => 'GET|POST']], //获取成交报告分佣方佣金和修改 'getBargainCommission' => ['index/Finance/getBargainCommission', ['method' => 'GET|POST']], //获取成交报告分佣方佣金和修改
'dailyList' => ['index/Finance/dailyList', ['method' => 'GET']], //财务日报列表 'dailyList' => ['index/Finance/dailyList', ['method' => 'GET']], //财务日报列表
'dailyDetails' => ['index/Finance/dailyDetails', ['method' => 'GET|POST']], //财务日报详情 'dailyDetails' => ['index/Finance/dailyDetails', ['method' => 'GET|POST']], //财务日报详情
'dailyDetailsFinance' => ['index/Finance/dailyDetails', ['method' => 'GET|POST']], //财务日报详情
'addReceiptImg' => ['index/Finance/addReceiptImg', ['method' => 'post|get']],//收款图片信息保存 'addReceiptImg' => ['index/Finance/addReceiptImg', ['method' => 'post|get']],//收款图片信息保存
'deleteReceiptImg' => ['index/Finance/deleteReceiptImg', ['method' => 'post|get']],//删除收款图片 'deleteReceiptImg' => ['index/Finance/deleteReceiptImg', ['method' => 'post|get']],//删除收款图片
'receiptImgList' => ['index/Finance/receiptImgList', ['method' => 'post|get']],//收款列表-收款图片列表 'receiptImgList' => ['index/Finance/receiptImgList', ['method' => 'post|get']],//收款列表-收款图片列表
......
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