Пример #1
0
 public ActionResult CrustLeatherQC()
 {
     ViewBag.formTiltle = "Crust Leather QC";
     ViewBag.ddlCrustProductionFloorList = objDalSysStore.GetAllActiveWetBlueProductionStore();
     ViewBag.ddlCrustQCStoreList         = objDalSysStore.GetAllActiveCrustQCStore();
     return(View());
 }
 public ActionResult CrustingProductionSchedule()
 {
     ViewBag.formTiltle = "Crust Production Schedule";
     ViewBag.ddlCrustProductionFloorList = objDalSysStore.GetAllActiveWetBlueProductionStore();
     ViewBag.ddlProcessList       = daiSysProductionProces.GetAllActiveCrustProcessList();
     ViewBag.ddlItemTypeList      = daliItemType.GetAllActiveItemTypeLeather();
     ViewBag.ddlLeatherStatusList = dalSysLeatherStatus.GetAllLeatherStatus();
     ViewBag.ddlThicknessUnitList = dalSysUnit.GetAllActiveThicknessUnit();
     ViewBag.ddlAvgSizeUnitList   = dalSysUnit.GetAllActiveLeatherUnit();
     return(View());
 }