|
|
@@ -1505,6 +1505,12 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
1505
|
1505
|
opt = "流转车用尿素";
|
|
1506
|
1506
|
|
|
1507
|
1507
|
}
|
|
|
1508
|
+ else if (dapt == 332)
|
|
|
1509
|
+ {
|
|
|
1510
|
+ nextda = 339;
|
|
|
1511
|
+ opt = "流转营销管理处";
|
|
|
1512
|
+
|
|
|
1513
|
+ }
|
|
1508
|
1514
|
else if (ua.F_DeptId==17 || ua.F_DeptId == 19 || ua.F_DeptId == 20 || ua.F_DeptId == 21)
|
|
1509
|
1515
|
{
|
|
1510
|
1516
|
isbl = 1;
|
|
|
@@ -4436,6 +4442,12 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
4436
|
4442
|
opt = "流转车用尿素";
|
|
4437
|
4443
|
|
|
4438
|
4444
|
}
|
|
|
4445
|
+ else if (dapt == 332)
|
|
|
4446
|
+ {
|
|
|
4447
|
+ nextda = 339;
|
|
|
4448
|
+ opt = "流转营销管理处";
|
|
|
4449
|
+
|
|
|
4450
|
+ }
|
|
4439
|
4451
|
else if (ua.F_DeptId == 17 || ua.F_DeptId == 19 || ua.F_DeptId == 20 || ua.F_DeptId == 21)
|
|
4440
|
4452
|
{
|
|
4441
|
4453
|
nextda = ua.F_DeptId;
|
|
|
@@ -4804,6 +4816,12 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
4804
|
4816
|
opt = "流转车用尿素";
|
|
4805
|
4817
|
|
|
4806
|
4818
|
}
|
|
|
4819
|
+ else if (dapt == 332)
|
|
|
4820
|
+ {
|
|
|
4821
|
+ nextda = 339;
|
|
|
4822
|
+ opt = "流转营销管理处";
|
|
|
4823
|
+
|
|
|
4824
|
+ }
|
|
4807
|
4825
|
else if (ua.F_DeptId == 17 || ua.F_DeptId == 19 || ua.F_DeptId == 20 || ua.F_DeptId == 21)
|
|
4808
|
4826
|
{
|
|
4809
|
4827
|
nextda = ua.F_DeptId;
|
|
|
@@ -5719,7 +5737,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
5719
|
5737
|
model.F_Canal = input.F_Canal;//生产批次号
|
|
5720
|
5738
|
model.F_Type = input.F_Type.ToString();//工单类型:咨询及需求、投诉、抽检、其他(其它手动输入别的点选)
|
|
5721
|
5739
|
model.F_Production = input.F_Production;//生产单位
|
|
5722
|
|
- model.F_CusName = input.F_CusName;//客户姓名
|
|
|
5740
|
+ model.F_CusName = input.F_CusName;//客户姓名
|
|
5723
|
5741
|
model.F_CusPhone = input.F_CusPhone;//客户电话
|
|
5724
|
5742
|
model.F_CompanyName = input.F_CompanyName;//公司名称
|
|
5725
|
5743
|
model.F_IncidentProvince = input.F_IncidentProvince;//事发地-省
|
|
|
@@ -6378,7 +6396,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
6378
|
6396
|
public ActionResult AssignWorkOrder(long orderid, string cont, WorkOrdeDeptment deptment,string F_Files, int isvisit=1,
|
|
6379
|
6397
|
int overtime =0,int sms=0,int clbm = 0, int clid = 0, int isApprovalp = 0, int hclbm = 0, int hclid = 0)
|
|
6380
|
6398
|
{
|
|
6381
|
|
- int userId = CurrentUser.UserData.F_UserId;
|
|
|
6399
|
+ int userId = CurrentUser.UserData.F_UserId;
|
|
6382
|
6400
|
string usercode = CurrentUser.UserData.F_UserCode;
|
|
6383
|
6401
|
if (userId != 0)
|
|
6384
|
6402
|
{
|