|
@@ -2913,8 +2913,9 @@ public class OrderController : BaseController
|
|
|
{
|
|
|
var rsp = new
|
|
|
{
|
|
|
- ScreenStatus = EnumExts.GetDescriptions<EOrderStatus>(),
|
|
|
- CounterSignType = EnumExts.GetDescriptions<EExpiredStatus>(),
|
|
|
+ OrderStatus = EnumExts.GetDescriptions<EOrderStatus>(),
|
|
|
+ ExpiredStatus = EnumExts.GetDescriptions<EExpiredStatus>(),
|
|
|
+ StepNames = new string[] { "话务部", "派单组" }
|
|
|
};
|
|
|
return rsp;
|
|
|
}
|