diff --git a/AMESCoreStudio.Web/Controllers/REPController.cs b/AMESCoreStudio.Web/Controllers/REPController.cs index bed2b238..b449c6a7 100644 --- a/AMESCoreStudio.Web/Controllers/REPController.cs +++ b/AMESCoreStudio.Web/Controllers/REPController.cs @@ -559,7 +559,8 @@ namespace AMESCoreStudio.Web.Controllers station = repairStationID, line = lineID, unitNo = model.ngInfo.Wip.UnitNO, - inputItems = items + inputItems = items, + userID = user_id }; var barcode_result = new ResultModel(); diff --git a/AMESCoreStudio.Web/Views/REP/REP001V.cshtml b/AMESCoreStudio.Web/Views/REP/REP001V.cshtml index bb5ec274..002bc972 100644 --- a/AMESCoreStudio.Web/Views/REP/REP001V.cshtml +++ b/AMESCoreStudio.Web/Views/REP/REP001V.cshtml @@ -145,7 +145,8 @@ } else { - return ""; + return ' 維修 ' + //return ""; } } }] diff --git a/AMESCoreStudio.Web/Views/REP/REP002V.cshtml b/AMESCoreStudio.Web/Views/REP/REP002V.cshtml index 7c4c6114..e851aabb 100644 --- a/AMESCoreStudio.Web/Views/REP/REP002V.cshtml +++ b/AMESCoreStudio.Web/Views/REP/REP002V.cshtml @@ -149,7 +149,8 @@ return ' 維修變更 ' } else { - return ""; + //return ""; + return ' 維修變更 ' } } }]