Exemple #1
0
        public DataTable GetAllWarehouse()
        {
            string[] objs = new string[0];

            R_LogisticsExceptionReport rpt_LogisticsExceptionReport = new R_LogisticsExceptionReport()
            {
                NotInCenterCode = "'','HKDB','QDDB','JPSFDB'"
            };

            return(ServiceConfig.GetInstance().GetOperation().SimpleGroupQuery(
                       rpt_LogisticsExceptionReport
                       , "CreateCenterCode"
                       , "CreateCenterCode"));
        }
Exemple #2
0
        public DataTable GetAllST()
        {
            string[] objs = new string[0];

            R_LogisticsExceptionReport rpt_LogisticsExceptionReport = new R_LogisticsExceptionReport()
            {
                NotInSTType = "1,8"
            };

            DataTable dataTable = ServiceConfig.GetInstance().GetOperation().SimpleGroupQuery(
                rpt_LogisticsExceptionReport
                , "STName, STType"
                , "STName, STType");

            return(dataTable);
        }