调整审核(temp)
Showing
with
199 additions
and
41 deletions
resources/views/detail/sendSales.blade.php
0 → 100644
Please
register
or
sign in
to comment
... | ... | @@ -23,4 +23,7 @@ return [ |
// 竞调账户配置显示时间 | ||
'vp_time_set' => '2018-04-01', | ||
// 订单审核时默认选中 ---经理ID | ||
'manager_id' => 1406, // 郑家锋 | ||
]; |
... | ... | @@ -391,6 +391,11 @@ |
</div> | ||
</div> | ||
@if ($action_name == 'sendSales') | ||
<!--推送业务员--> | ||
@include('detail.sendSales') | ||
@endif | ||
@if ($action_name == 'checkPay') | ||
<!--对账--> | ||
... | ... |