From f17522e5eb8bab5a6fdd9dbe261379292e27c874 Mon Sep 17 00:00:00 2001 From: "Joanne.Chuang" Date: Tue, 13 Jan 2026 18:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AA=A2=E6=A0=B8=E8=A8=8A=E6=81=AF=E5=90=88?= =?UTF-8?q?=E4=BD=B5=E8=87=B3=E4=B8=8A=E9=9D=A2ErrorMessage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Altob.NtuInvoiceGateway/Pages/Invoice.cshtml | 41 ++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml b/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml index 6816924..c4857ec 100644 --- a/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml +++ b/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml @@ -34,13 +34,10 @@

消費者發票資訊填寫

- @if (!string.IsNullOrEmpty(Model.ErrorMessage)) - { - - } + @if (!string.IsNullOrEmpty(Model.SuccessMessage)) { @@ -69,7 +66,7 @@
- +
@@ -110,6 +107,29 @@ @{await Html.RenderPartialAsync("_ValidationScriptsPartial");}