diff --git a/Models/ScpEntities.cs b/Models/ScpEntities.cs index b583e81..f668ee3 100644 --- a/Models/ScpEntities.cs +++ b/Models/ScpEntities.cs @@ -303,7 +303,7 @@ namespace CK.SCP.Models .HasPrecision(18, 2); modelBuilder.Entity() .Property(e => e.Price) - .HasPrecision(18, 5); + .HasPrecision(18, 6); modelBuilder.Entity() .Property(e => e.TaxAmt) .HasPrecision(18, 5); @@ -351,19 +351,19 @@ namespace CK.SCP.Models .HasPrecision(18, 6); modelBuilder.Entity() .Property(e => e.ReductionQtyOne) -.HasPrecision(18, 5); +.HasPrecision(18, 6); modelBuilder.Entity() .Property(e => e.ReductionQtyTwo) -.HasPrecision(18, 5); +.HasPrecision(18, 6); modelBuilder.Entity() .Property(e => e.ReductionQtyThree) -.HasPrecision(18, 5); +.HasPrecision(18, 6); modelBuilder.Entity() .Property(e => e.ReductionQtyFour) -.HasPrecision(18, 5); +.HasPrecision(18, 6); modelBuilder.Entity() .Property(e => e.ReductionQtyFive) -.HasPrecision(18, 5); +.HasPrecision(18, 6); } } } diff --git a/SCP/Views/富维冲压件/SCP_PO_MAX_DETAIL.aspx b/SCP/Views/富维冲压件/SCP_PO_MAX_DETAIL.aspx index fdfc8c3..169a1f8 100644 --- a/SCP/Views/富维冲压件/SCP_PO_MAX_DETAIL.aspx +++ b/SCP/Views/富维冲压件/SCP_PO_MAX_DETAIL.aspx @@ -49,7 +49,7 @@ - +