Commit c6816c78 authored by hujun's avatar hujun

财务日报详情

parent 8b86ba5d
......@@ -2247,4 +2247,8 @@ class Finance extends Basic
public function dailyList() {
return view('daily_list');
}
public function dailyDetails() {
return view('daily_details');
}
}
{layout name="global/frame_tpl" /}
\ No newline at end of file
......@@ -267,6 +267,7 @@ Route::group('index', [
'delTaxes' => ['index/Finance/delTaxes', ['method' => 'POST']], //删除开票税费
'getBargainCommission' => ['index/Finance/getBargainCommission', ['method' => 'GET|POST']], //获取成交报告分佣方佣金和修改
'dailyList' => ['index/Finance/dailyList', ['method' => 'GET']], //财务日报列表
'dailyDetails' => ['index/Finance/dailyDetails', ['method' => 'GET|POST']], //财务日报详情
'addReceiptImg' => ['index/Collection/addReceiptImg', ['method' => 'post|get']],//收款图片信息保存
'deleteReceiptImg' => ['index/Collection/deleteReceiptImg', ['method' => 'post|get']],//删除收款图片
'receiptImgList' => ['index/Collection/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