public ActionResult AddProduct()
        {
            //查询成品管理正式库位
            string storeNum = this.DefaultPStore;

            ViewBag.LocalOptions = LocalHelper.GetLocalNum(storeNum, ELocalType.Normal, string.Empty);
            return(View());
        }