Commit 3d49632c authored by hujun's avatar hujun

收款开业审核

parent efb01840
......@@ -4953,4 +4953,17 @@ class Finance extends Basic
}
return $type_name;
}
/**
* 收款开业审核
*
* @return \think\response\View
* User HuJun
* Date 19-5-16 下午2:00
*/
public function payCheckList() {
if (!$this->request->isAjax()) {
return view("finance/pay_check_list");
}
}
}
{layout name="global/frame_two_tpl" /}
\ No newline at end of file
......@@ -291,6 +291,7 @@ Route::group('index', [
'refundDetail' => ['index/Finance/refundDetail', ['method' => 'GET']],//退款详情
'delRefund' => ['index/Finance/delRefund', ['method' => 'POST']],//删除退款
'recoveryBargain' => ['index/Finance/recoveryBargain', ['method' => 'POST']],//撤销列表-恢复成交报告
'payCheckList' => ['index/Finance/payCheckList', ['method' => 'GET']],//收款开业审核
'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