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");}