示例#1
0
        public JsonResult GetSalesCompetitors(string DcrActualDate)
        {
            string companyCode = _objcurrentInfo.GetCompanyCode();
            string Region_Code = _objcurrentInfo.GetRegionCode();

            return(Json(_objSPData.GetSalesCompetitors(companyCode, Region_Code, DcrActualDate)));
        }