From 96aab6c8e05f0bb79aefb76e27a4f7f5ac68cc2d Mon Sep 17 00:00:00 2001 From: Sai Date: Fri, 5 Jul 2024 16:00:43 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=B7=A1=E6=AA=A2=E7=B5=90=E6=9E=9C?= =?UTF-8?q?=E7=B6=AD=E8=AD=B7=20=E7=A8=BD=E6=A0=B8=E7=B5=90=E6=9E=9C?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E9=81=B8=E5=96=AE=E5=8A=A0=E5=85=A5=E9=A1=8F?= =?UTF-8?q?=E8=89=B2=E5=88=A4=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml | 31 ++- AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml | 125 ++++++---- AMESCoreStudio.Web/Views/SPC/SPC005V.cshtml | 242 +++++++++++--------- 3 files changed, 243 insertions(+), 155 deletions(-) diff --git a/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml b/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml index 7b81d5b6..7c52fe28 100644 --- a/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml +++ b/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml @@ -138,7 +138,7 @@ @*回復*@ - - } diff --git a/AMESCoreStudio.Web/Views/SPC/SPC005V.cshtml b/AMESCoreStudio.Web/Views/SPC/SPC005V.cshtml index 4f1796c7..2e6d316f 100644 --- a/AMESCoreStudio.Web/Views/SPC/SPC005V.cshtml +++ b/AMESCoreStudio.Web/Views/SPC/SPC005V.cshtml @@ -1,7 +1,8 @@ @model AMESCoreStudio.WebApi.Models.AMES.InspectionResultMaster -@{ ViewData["Title"] = "SPC005U"; +@{ + ViewData["Title"] = "SPC005U"; Layout = "~/Views/Shared/_AMESLayout.cshtml"; //Layout = "~/Views/Shared/_FormLayout.cshtml"; } @@ -15,12 +16,24 @@ margin-left: -10px; margin-right: -10px; } + .layui-table-cell { height: auto; overflow: visible; text-overflow: inherit; white-space: normal } + + .layui-disabled-red { + color: red !important; + cursor: not-allowed !important + } + + .layui-disabled-green { + color: green !important; + cursor: not-allowed !important + } + green
@@ -64,15 +77,17 @@
-
+ @section Scripts { - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); - await Html.RenderPartialAsync("_FileinputScriptsPartial"); } + @{ + await Html.RenderPartialAsync("_ValidationScriptsPartial"); + await Html.RenderPartialAsync("_FileinputScriptsPartial"); + } @*回復*@ }