public ActionResult UpdateLouDongMingCheng(string louDongBianHao)
        {
            if (!string.IsNullOrEmpty(louDongBianHao))
            {
                this.GetCmp <TextField>("LouDongMingCheng").Value = _service.GetLouDongMingCheng(louDongBianHao);
                return(this.Direct());
            }

            return(this.Direct());
        }