public ActionResult FinishLeatherQC() { ViewBag.formTiltle = "Finish Leather Own QC"; ViewBag.ddlFinishProductionFloorList = objDalSysStore.GetAllActiveFinishProductionStore(); ViewBag.ddlBuyerQCStoreList = objDalSysStore.GetAllActiveFinishBuyerQCStore(); ViewBag.ddlFinishStoreList = objDalSysStore.GetAllActiveStoreTransferReceiveStore(); return(View()); }
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()); }