示例#1
0
        public ActionResult ETShippingApplicationInputIndex(List <int> sysResource, string returnUrl = null)
        {
            ViewBag.ReturnUrl = Url.IsLocalUrl(returnUrl) ? returnUrl : Url.RouteUrl("etShippingApplicationInput");
            string flag = "出口运输申请";

            _exportTransportationService.saveExportTransportation(sysResource, flag);
            AjaxData.Status  = true;
            AjaxData.Message = "确认创建成功";
            return(Redirect(ViewBag.ReturnUrl));
            //return View();
        }