public ActionResult ReadLst(string id)
        {
            PrintWindow window = new PrintWindow()
            {
                Title  = "详细清单",
                Loader = { Url = Url.Action("ReadApplymentLst", new { id = id }) }
            };

            window.Render(RenderMode.Auto);
            return(this.Direct());
        }