From 6e04bf0338e1f107ca5968b72f9de4236f38b499 Mon Sep 17 00:00:00 2001 From: qian Date: Mon, 7 Apr 2025 08:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E7=95=996=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Models/ScpEntities.cs | 12 ++++++------ SCP/Views/富维冲压件/SCP_PO_MAX_DETAIL.aspx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 @@ - +