Exemple #1
0
 public ActionResult CrustLeatherQC()
 {
     ViewBag.formTiltle = "Crust Leather QC";
     ViewBag.ddlCrustProductionFloorList = objDalSysStore.GetAllActiveWetBlueProductionStore();
     ViewBag.ddlCrustQCStoreList         = objDalSysStore.GetAllActiveCrustQCStore();
     return(View());
 }
Exemple #2
0
 public ActionResult IssueAfterCrustQC()
 {
     ViewBag.formTiltle = " Issue After Crust QC";
     ViewBag.ddlCrustQCIssueFromList = objDalSysStore.GetAllActiveCrustQCStore();
     ViewBag.ddlCrustQCIssueToList   = objDalSysStore.GetAllActiveCrustStore();
     return(View());
 }
 public ActionResult CrustedLeatherTransferTreatment()
 {
     ViewBag.IssueFromStoreList = _objDalStore.GetAllActiveCrustQCStore();
     return(View());
 }