From f5f04b0f9c0cbf673cd2856923789c64e5e15d54 Mon Sep 17 00:00:00 2001 From: "BB.Wang" Date: Thu, 22 Dec 2022 10:10:54 +0800 Subject: [PATCH] =?UTF-8?q?Yiru=20=E4=BF=AE=E6=AD=A3ipqc=E5=A0=B1=E8=A1=A8?= =?UTF-8?q?=E5=B1=95=E9=96=8B=E4=B9=8B=E8=B3=87=E6=96=99=E5=8F=8Aipqc=20?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E4=BA=BA=E5=93=A1=E5=8A=A0=E4=B8=8A=E5=B7=A5?= =?UTF-8?q?=E8=99=9F(=E7=99=BB=E5=85=A5=E5=B8=B3=E8=99=9F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/SPCController.cs | 2 +- AMESCoreStudio.Web/Views/QRS/QRS015B.cshtml | 22 ++--- AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml | 96 +++++++++---------- .../AMES/InspectionResultMastersController.cs | 54 ++++++++--- 4 files changed, 95 insertions(+), 79 deletions(-) diff --git a/AMESCoreStudio.Web/Controllers/SPCController.cs b/AMESCoreStudio.Web/Controllers/SPCController.cs index cdedadaa..8ba46f60 100644 --- a/AMESCoreStudio.Web/Controllers/SPCController.cs +++ b/AMESCoreStudio.Web/Controllers/SPCController.cs @@ -237,7 +237,7 @@ namespace AMESCoreStudio.Web.Controllers UserItems.Add(new SelectListItem("N/A", "-1")); foreach (var item in result.Data) { - UserItems.Add(new SelectListItem(item.UserName, item.UserID.ToString())); + UserItems.Add(new SelectListItem(item.LoginNo +"_" +item.UserName, item.UserID.ToString())); } ViewBag.UserList = UserItems; } diff --git a/AMESCoreStudio.Web/Views/QRS/QRS015B.cshtml b/AMESCoreStudio.Web/Views/QRS/QRS015B.cshtml index cfe5e64e..5b865641 100644 --- a/AMESCoreStudio.Web/Views/QRS/QRS015B.cshtml +++ b/AMESCoreStudio.Web/Views/QRS/QRS015B.cshtml @@ -23,7 +23,7 @@ }); var tableCols = [[ { - field: 'inspectionNo', + field: 'inspectionID', width: 160, title: 'IPQC單號', sort: true @@ -34,9 +34,8 @@ title: '工單' }, { - field: 'modelNo', - width: 100, - title: '機種' + field: 'barcodeNo', + title: '檢驗序號' }, { field: 'itemNo', @@ -44,18 +43,9 @@ title: '料號' }, { - field: 'lineDesc', - width: 60, - title: '線別' - }, - { - field: 'stationName', - width: 80, - title: '站別' - }, - { - field: 'barcodeNo', - title: '序號' + field: 'createDate', + width: 150, + title: '建立日期' }, { field: 'result', diff --git a/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml b/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml index 3ee0f4f0..6e307d4e 100644 --- a/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml +++ b/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml @@ -67,56 +67,56 @@
- + +
+
+ + +
+
+
+ +
+
+
+ @Html.ValidationMessage("error") + + +
+
+ + + @*
+
+ +
+
+
- + +
+
-
- @Html.ValidationMessage("error") - - -
-
- + *@ - @*
-
- -
- -
-
-
- -
- -
-
-
-
- + @*
+
+ @Html.ValidationMessage("error") + +
-
-
*@ -
- @*
-
- @Html.ValidationMessage("error") - - -
-
*@ +
*@
@@ -162,18 +162,18 @@ @*缺失人員*@ - @* - - - *@ + @* + + + *@