Ejemplo n.º 1
0
        public ActionResult FinishLeatherQC()
        {
            ViewBag.formTiltle = "Finish Leather Own QC";
            ViewBag.ddlFinishProductionFloorList = objDalSysStore.GetAllActiveFinishProductionStore();
            ViewBag.ddlBuyerQCStoreList          = objDalSysStore.GetAllActiveFinishBuyerQCStore();
            ViewBag.ddlFinishStoreList           = objDalSysStore.GetAllActiveStoreTransferReceiveStore();

            return(View());
        }
Ejemplo n.º 2
0
 public ActionResult FinishProductionSchedule()
 {
     ViewBag.formTiltle = "Finish Production Schedule";
     ViewBag.ddlFinishProductionFloorList = objDalSysStore.GetAllActiveFinishProductionStore();
     ViewBag.ddlProcessList       = daiSysProductionProces.GetAllActiveFinishProcessList();
     ViewBag.ddlItemTypeList      = daliItemType.GetAllActiveItemTypeLeather();
     ViewBag.ddlLeatherStatusList = dalSysLeatherStatus.GetAllLeatherStatus();
     ViewBag.ddlThicknessUnitList = dalSysUnit.GetAllActiveThicknessUnit();
     ViewBag.ddlAvgSizeUnitList   = dalSysUnit.GetAllActiveLeatherUnit();
     return(View());
 }