更新
This commit is contained in:
@@ -131,6 +131,11 @@ return [
|
||||
// 业务订单列表金额统计:医助角色 ID;非支付审核白名单的医助仅统计其诊单 assistant_id=本人 的业绩
|
||||
'prescription_order_stats_assistant_role_id' => 2,
|
||||
|
||||
// 业务订单列表:「下单」角色(id=6)可按审核人姓名筛选本人审核过的订单
|
||||
'prescription_order_placer_role_ids' => [6],
|
||||
// 同时拥有以下角色时可按任意审核人筛选(如经理、管理员)
|
||||
'prescription_order_placer_exempt_role_ids' => [3, 8],
|
||||
|
||||
/*
|
||||
* 数据隔离(按部门):全局可用,角色上的 data_scope 控制范围
|
||||
* 1=全部 2=本部门及下级 3=仅本部门 4=仅本人
|
||||
|
||||
Reference in New Issue
Block a user