Commit 309101d1 authored by hujun's avatar hujun

删除分佣方路由

parent 346646bb
......@@ -1344,7 +1344,7 @@ class Finance extends Basic
$data['is_del'] = 1;
$num = $m_partial->editData($data, $partial_id);
if ($num > 1) {
if ($num > 0) {
$result['code'] = 200;
$result['msg'] = '删除成功';
} else {
......
......@@ -233,6 +233,7 @@ Route::group('index', [
'carryOut' => [ 'index/Supervise/carryOut', [ 'method' => 'get' ] ],//监督执行
'toReportListOne' => [ 'index/Finance/toReportListOne', [ 'method' => 'POST' ] ], //回到一级审核
'checkOver' => [ 'index/Finance/checkOver', [ 'method' => 'POST' ] ], //财务结单
'delPartialCommission' => [ 'index/Finance/delPartialCommission', [ 'method' => '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