@{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"] + " | Ticket Administration"; Layout = "~/Views/Shared/_Layout.cshtml"; } @{ var mapApiKey = System.Configuration.ConfigurationManager.AppSettings["GoogleId"]; //(mapApiKey); var src1 = "https://maps.googleapis.com/maps/api/js?v=3&libraries=places&key=" + mapApiKey; }
Ticket List
Check History
@if (ViewBag.ComplaintNo == null || ViewBag.ComplaintNo == "") { { Html.RenderAction("TicketAdministration_CheckHistory", "Ticket"); } }
Ticket Information
@* Added by priya 03032023 *@
  • @if (HttpContext.Current.Session["UserRole"].ToString().ToLower().Trim() == "cce" || HttpContext.Current.Session["UserRole"].ToString().ToLower().Trim() == "viewer" || HttpContext.Current.Session["UserRole"].ToString().ToLower().Trim() == "cce_admin" || HttpContext.Current.Session["UserRole"].ToString().ToLower().Trim() == "superadmin") {
  • } @if (HttpContext.Current.Session["UserRole"].ToString().ToLower().Trim() == "cce" || HttpContext.Current.Session["UserRole"].ToString().ToLower().Trim() == "cce_admin" || HttpContext.Current.Session["UserRole"].ToString().ToLower().Trim() == "superadmin") { } else { }
    @**@ @**@
    @**@
    Nature of Problem
    Breakdown Reason *
    Customer/Caller Info
    Language *
    Caller Type
    Caller Contact No. *
    Driver Name * +
    Driver Contact No.
    Vehicle's Owner/Fleet Info
    Name
    Contact No. *
    Location
    EmailID
    State
    City
    Vehicle Info
    Registration No.
    Chassis No.
    Model No.
    Product Variant *
    Vehicle Type
    Vehicle Installation Date
    Warranty @* *@
    Total Kilometers Covered (In KM) * Breakdown Vehicle Travelled (In KM) *
    Breakdown Address Info
    Source of Location @* *@
    Telematic lat/long
    Telematic Last Login
    State *
    Nearest Big Town/City *
    Breakdown Location *
    Landmark
    Routes *
    @*Popup dialog box div *@ @Scripts.Render( "~/bundles/jsTicketAdminstration")