|
@@ -3572,11 +3572,9 @@ public class OrderApplication : IOrderApplication, IScopeDependency
|
|
// 6、班长特提至话务部,办理对象非必选,没选择则所有坐席都可以查看和办理
|
|
// 6、班长特提至话务部,办理对象非必选,没选择则所有坐席都可以查看和办理
|
|
//泸州需求:
|
|
//泸州需求:
|
|
/* 1、特提(仅针对特提到热线中心节点)
|
|
/* 1、特提(仅针对特提到热线中心节点)
|
|
- 1.1、工单特提回话务部,办理对象需调整所有坐席都可以查看和办理
|
|
|
|
- 1.2、工单特提到派单组或者班长审批等其它热线中心节点,只有之前办理人才能办理
|
|
|
|
|
|
+ 1.1、工单特提到话务部、派单组或者班长审批等其它热线中心节点,只有之前办理人才能办理
|
|
2、退回功能(仅针对退回到热线中心节点)
|
|
2、退回功能(仅针对退回到热线中心节点)
|
|
- 2.1、退回到话务部节点,只有之前受理人才能办理;
|
|
|
|
- 2.2、退回到派单组或者班长审批等其它热线中心节点,只有之前办理人才能办理
|
|
|
|
|
|
+ 2.1、退回到热线中心各节点,只有之前办理人才能办理;
|
|
*/
|
|
*/
|
|
|
|
|
|
if (workflow.FlowType is not EFlowType.Handle) return null;
|
|
if (workflow.FlowType is not EFlowType.Handle) return null;
|
|
@@ -3730,12 +3728,10 @@ public class OrderApplication : IOrderApplication, IScopeDependency
|
|
// 6、班长特提至话务部,办理对象非必选,没选择则所有坐席都可以查看和办理
|
|
// 6、班长特提至话务部,办理对象非必选,没选择则所有坐席都可以查看和办理
|
|
//泸州需求:
|
|
//泸州需求:
|
|
/* 1、特提(仅针对特提到热线中心节点)
|
|
/* 1、特提(仅针对特提到热线中心节点)
|
|
- 1.1、工单特提回话务部,办理对象需调整所有坐席都可以查看和办理
|
|
|
|
- 1.2、工单特提到派单组或者班长审批等其它热线中心节点,只有之前办理人才能办理
|
|
|
|
- 2、退回功能(仅针对退回到热线中心节点)
|
|
|
|
- 2.1、退回到话务部节点,只有之前受理人才能办理;
|
|
|
|
- 2.2、退回到派单组或者班长审批等其它热线中心节点,只有之前办理人才能办理
|
|
|
|
- */
|
|
|
|
|
|
+ 1.1、工单特提到话务部、派单组或者班长审批等其它热线中心节点,只有之前办理人才能办理
|
|
|
|
+ 2、退回功能(仅针对退回到热线中心节点)
|
|
|
|
+ 2.1、退回到热线中心各节点,只有之前办理人才能办理;
|
|
|
|
+ */
|
|
|
|
|
|
if (workflow.FlowType is not EFlowType.Handle) return null;
|
|
if (workflow.FlowType is not EFlowType.Handle) return null;
|
|
|
|
|
|
@@ -3850,16 +3846,6 @@ public class OrderApplication : IOrderApplication, IScopeDependency
|
|
switch (prevStepDefine.BusinessType)
|
|
switch (prevStepDefine.BusinessType)
|
|
{
|
|
{
|
|
case EBusinessType.Seat:
|
|
case EBusinessType.Seat:
|
|
- var define = prevStepDefine.HandlerTypeItems.First();
|
|
|
|
- rsp = new StepAssignInfo
|
|
|
|
- {
|
|
|
|
- FlowAssignType = EFlowAssignType.Role,
|
|
|
|
- RoleId = define.Key,
|
|
|
|
- RoleName = define.Value,
|
|
|
|
- Key = define.Key,
|
|
|
|
- Value = define.Value,
|
|
|
|
- };
|
|
|
|
- break;
|
|
|
|
case EBusinessType.Send:
|
|
case EBusinessType.Send:
|
|
case EBusinessType.CenterMonitor:
|
|
case EBusinessType.CenterMonitor:
|
|
case EBusinessType.CenterLeader:
|
|
case EBusinessType.CenterLeader:
|