From 07aa6328eaa4c52047a8b2c80bac5898b1e51f0b Mon Sep 17 00:00:00 2001 From: Marvin Date: Tue, 12 Jul 2022 10:33:26 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E8=A8=AD=E5=82=99=E7=A8=AE?= =?UTF-8?q?=E9=A1=9E=E8=A6=8F=E6=A0=BC=E4=BB=A3=E7=A2=BC=E6=94=B9=E5=9B=9E?= =?UTF-8?q?5=E7=A2=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Views/JIG/JIG001C.cshtml | 34 ++++++++--------- AMESCoreStudio.Web/Views/JIG/JIG001U.cshtml | 38 +++++++++---------- .../Models/AMES/OutfitVarityInfo.cs | 2 +- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/AMESCoreStudio.Web/Views/JIG/JIG001C.cshtml b/AMESCoreStudio.Web/Views/JIG/JIG001C.cshtml index 387adf77..91e8b8b0 100644 --- a/AMESCoreStudio.Web/Views/JIG/JIG001C.cshtml +++ b/AMESCoreStudio.Web/Views/JIG/JIG001C.cshtml @@ -24,33 +24,33 @@
- - + +
- - + +
- - + +
- - + +
- - + +
- - @@ -58,16 +58,16 @@
- -
- - @@ -76,7 +76,7 @@
- +
diff --git a/AMESCoreStudio.Web/Views/JIG/JIG001U.cshtml b/AMESCoreStudio.Web/Views/JIG/JIG001U.cshtml index a8e5011f..5aad9067 100644 --- a/AMESCoreStudio.Web/Views/JIG/JIG001U.cshtml +++ b/AMESCoreStudio.Web/Views/JIG/JIG001U.cshtml @@ -22,33 +22,33 @@
- - + +
- - + +
- - + +
- - + +
- - + +
- - @@ -56,16 +56,16 @@
- -
- - @@ -74,8 +74,8 @@
- - @@ -83,7 +83,7 @@
@Html.ValidationMessage("error")
- +
diff --git a/AMESCoreStudio.WebApi/Models/AMES/OutfitVarityInfo.cs b/AMESCoreStudio.WebApi/Models/AMES/OutfitVarityInfo.cs index b9a40f1a..1e279488 100644 --- a/AMESCoreStudio.WebApi/Models/AMES/OutfitVarityInfo.cs +++ b/AMESCoreStudio.WebApi/Models/AMES/OutfitVarityInfo.cs @@ -35,7 +35,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES /// 規格代碼 /// [Column("VARIETY_NO")] - [StringLength(4)] + [StringLength(5)] [DataMember] [Required] [Display(Name = "規格代碼")]