diff --git a/AMESCoreStudio.Web/Views/REP/REP001R.cshtml b/AMESCoreStudio.Web/Views/REP/REP001R.cshtml index 209d5e18..eab107ef 100644 --- a/AMESCoreStudio.Web/Views/REP/REP001R.cshtml +++ b/AMESCoreStudio.Web/Views/REP/REP001R.cshtml @@ -229,6 +229,25 @@ +
+
+ +
+
+
+
+ +
+ + +
+
+
+
+
+ +
+
@@ -249,25 +268,6 @@
-
-
- -
-
-
-
- -
- - -
-
-
-
-
- -
-
@@ -348,7 +348,7 @@
@Html.ValidationMessage("error") - +
diff --git a/AMESCoreStudio.Web/Views/REP/REP002R.cshtml b/AMESCoreStudio.Web/Views/REP/REP002R.cshtml index ca83b9d4..9fe516b5 100644 --- a/AMESCoreStudio.Web/Views/REP/REP002R.cshtml +++ b/AMESCoreStudio.Web/Views/REP/REP002R.cshtml @@ -229,6 +229,25 @@
+
+
+ +
+
+
+
+ +
+ + +
+
+
+
+
+ +
+
@@ -249,25 +268,6 @@
-
-
- -
-
-
-
- -
- - -
-
-
-
-
- -
-
diff --git a/AMESCoreStudio.WebApi/Models/AMES/NgComponent.cs b/AMESCoreStudio.WebApi/Models/AMES/NgComponent.cs index 54c93cd8..a30271ba 100644 --- a/AMESCoreStudio.WebApi/Models/AMES/NgComponent.cs +++ b/AMESCoreStudio.WebApi/Models/AMES/NgComponent.cs @@ -61,12 +61,12 @@ namespace AMESCoreStudio.WebApi.Models.AMES public string NgNo { get; set; } /// - /// 異常描述 + /// 不良原因描述 /// [Column("ERROR_DESC")] [StringLength(300)] [DataMember] - [Display(Name = "異常描述")] + [Display(Name = "不良原因描述")] public string ErrorDesc { get; set; } /// diff --git a/AMESCoreStudio.WebApi/Models/AMES/NgRepair.cs b/AMESCoreStudio.WebApi/Models/AMES/NgRepair.cs index 468c226d..347a5e40 100644 --- a/AMESCoreStudio.WebApi/Models/AMES/NgRepair.cs +++ b/AMESCoreStudio.WebApi/Models/AMES/NgRepair.cs @@ -107,13 +107,13 @@ namespace AMESCoreStudio.WebApi.Models.AMES public string RmaNo { get; set; } /// - /// 維修方式 + /// 維修方式代碼 /// [Required] [Column("REPAIR_TYPE_NO")] [StringLength(6)] [DataMember] - [Display(Name = "維修方式")] + [Display(Name = "維修方式代碼")] public string RepairTypeNo { get; set; } /// diff --git a/AMESCoreStudio.WebApi/Models/AMES/RepairRecord.cs b/AMESCoreStudio.WebApi/Models/AMES/RepairRecord.cs index c902e52d..9e579308 100644 --- a/AMESCoreStudio.WebApi/Models/AMES/RepairRecord.cs +++ b/AMESCoreStudio.WebApi/Models/AMES/RepairRecord.cs @@ -33,7 +33,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES /// /// 維修過程敘述 /// - [Required] [Column("REPAIR_DESC")] [StringLength(100)] [Display(Name = "維修過程敘述")]