示例#1
0
        public DataSet GetMastItmsCat()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.SelectMastItmsCat());
        }
示例#2
0
 public DataTable ItmCat_Save(DevelopmentDeprtment dev)
 {
     // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());
     return(dev.ItmCatSave());
 }
示例#3
0
 public DataTable save_itmsCat(DevelopmentDeprtment dev)
 {
     // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());
     return(dev.save_itmsCat());
 }
示例#4
0
        public DataSet LoadFabByPttn()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.LoadFabByPttn());
        }
示例#5
0
 public DataTable FabTransfer(DevelopmentDeprtment dev)
 {
     // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());
     return(dev.FabTransPo());
 }
示例#6
0
 public DataTable SaveFabConsum(DevelopmentDeprtment dev)
 {
     //DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());
     return(dev.SaveFabConsum());
 }
示例#7
0
        public DataTable GetOrderForFab()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.LoadFabForPO());
        }
示例#8
0
        public DataSet GetAllData()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.LoadAllData());
        }
示例#9
0
        public DataTable GetPatten()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.LoadingPatten());
        }
示例#10
0
 public DataTable ItemPriceChange(DevelopmentDeprtment dev)
 {
     // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());
     return(dev.ItemPriceChange());
 }