Commit 95537329 authored by hujun's avatar hujun

编辑收款详情

parent 0665fa45
......@@ -2788,6 +2788,7 @@ class Finance extends Basic
$save_data['house_number'] = $this->params['house_number'];
$save_data['transaction_fee'] = $this->params['transaction_fee'];
$save_data['pay_type'] = $this->params['pay_type'];
$save_data['last_transfer_time'] = $this->params['last_transfer_time'];
$m_pay->updatePayLog($save_data);
} catch (\Exception $e) {
$code = 101;
......
......@@ -274,6 +274,7 @@ Route::group('index', [
'deleteReceiptImg' => ['index/Finance/deleteReceiptImg', ['method' => 'post|get']],//删除收款图片
'receiptImgList' => ['index/Finance/receiptImgList', ['method' => 'post|get']],//收款列表-收款图片列表
'getCollectionDetail' => ['index/Finance/getCollectionDetail', ['method' => 'post|get']],//收款详情
'getCollectionEdit' => ['index/Finance/getCollectionEdit', ['method' => 'post']],//收款修改保存
'performanceInfo' => ['index/PerformanceInfo/performanceInfo', ['method' => 'post|get']],//业绩明细
'getPerformanceInfoExcel' => ['index/PerformanceInfo/getPerformanceInfoExcel', ['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