|
|
@@ -13063,7 +13063,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
13063
|
13063
|
public ActionResult AuditWorkorders()
|
|
13064
|
13064
|
{
|
|
13065
|
13065
|
|
|
13066
|
|
- if (User.F_RoleCode == "WLDW" || User.F_RoleCode == "GLY" || User.F_RoleCode == "DDZG")
|
|
|
13066
|
+ if ( User.F_RoleCode == "SPZ" || User.F_RoleCode == "SPZJZ" || User.F_RoleCode == "GLY" || User.F_RoleCode == "DDZG")
|
|
13067
|
13067
|
{
|
|
13068
|
13068
|
string workorderid = RequestString.GetFormString("workorderid");
|
|
13069
|
13069
|
string cbreason = RequestString.GetFormString("cbreason");
|