|
|
@@ -9267,6 +9267,10 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9267
|
9267
|
string deptids = RequestString.GetFormString("deptids");//通告单位
|
|
9268
|
9268
|
string noticereson = RequestString.GetFormString("noticereson");//通告原因
|
|
9269
|
9269
|
|
|
|
9270
|
+ //2020-3-4添加通告选项
|
|
|
9271
|
+ int noticeid = RequestString.GetInt("noticeid", 0);//通告选项id
|
|
|
9272
|
+ string noticeinfo = RequestString.GetFormString("noticeinfo");//通告内容
|
|
|
9273
|
+
|
|
9270
|
9274
|
Model.T_Bus_WorkOrder modelT_Bus_WorkOrder = workorderBLL.GetModel(workorderid);
|
|
9271
|
9275
|
Model.T_Bus_AssignedInfo modelT_Bus_AssignedInfo = assignBLL.GetNewModelByWorkOrderID(workorderid);
|
|
9272
|
9276
|
if (modelT_Bus_WorkOrder != null)
|
|
|
@@ -9398,6 +9402,10 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9398
|
9402
|
string deptids = RequestString.GetFormString("deptids");//通告单位
|
|
9399
|
9403
|
string noticereson = RequestString.GetFormString("noticereson");//通告原因
|
|
9400
|
9404
|
|
|
|
9405
|
+ //2020-3-4添加通告选项
|
|
|
9406
|
+ int noticeid = RequestString.GetInt("noticeid", 0);//通告选项id
|
|
|
9407
|
+ string noticeinfo = RequestString.GetFormString("noticeinfo");//通告内容
|
|
|
9408
|
+
|
|
9401
|
9409
|
Model.T_Bus_WorkOrder modelT_Bus_WorkOrder = workorderBLL.GetModel(workorderid);
|
|
9402
|
9410
|
Model.T_Bus_AssignedInfo modelT_Bus_AssignedInfo = assignBLL.GetNewModelByWorkOrderID(workorderid);
|
|
9403
|
9411
|
if (modelT_Bus_WorkOrder != null)
|