Commit 25858c13 authored by hujun's avatar hujun

收款删除

parent ae991583
......@@ -477,6 +477,11 @@ class PayLog extends Basic
return $data;
}
/**
* 收款-删除
*
* @return \think\Response|\think\response\View|void
*/
public function getCollectionDel()
{
if (!$this->request->isAjax()) {
......
......@@ -1184,7 +1184,7 @@ Route::group('office_index', [
'getRecords' => ['index/OfficeRoom/getRecords', ['method' => 'GET']],//盘方操作记录
'batchChangDish' => ['index/OfficeRoom/batchChangDish', ['method' => 'post']],//批量修改盘方
'getCollection' => ['index/OfficePayLog/getCollection', ['method' => 'GET']],//收款记录
'getCollectionDel' => ['index/OfficePayLog/getCollection', ['method' => 'GET']],//收款记录
'getCollectionDel' => ['index/OfficePayLog/getCollectionDel', ['method' => 'GET']],//收款记录-删除
'getCollectionExcel' => ['index/OfficePayLog/getCollectionExcel', ['method' => 'get']],//导出收款记录
'adjustment' => ['index/OfficePayLog/adjustment', ['method' => 'get']],//导出收款记录
'getCollectionDetail' => ['index/OfficePayLog/getCollectionDetail', ['method' => '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