From ad0c0b522cc7523dd00562abfa3578a746d78193 Mon Sep 17 00:00:00 2001 From: "Joanne.Chuang" Date: Tue, 13 Jan 2026 18:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=81=E5=87=BA=E9=8E=96=E5=AE=9A=E7=95=AB?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Altob.NtuInvoiceGateway/Pages/Invoice.cshtml | 29 +++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml b/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml index c4857ec..de8a8a5 100644 --- a/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml +++ b/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml @@ -42,7 +42,7 @@ @if (!string.IsNullOrEmpty(Model.SuccessMessage)) { } @@ -103,6 +103,15 @@ +
+
+
+ +

資料送出中,請稍候...

+
+
+
+ @section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");}