From d07fb214f97ec2bc40bad8ae21d1360492b13d10 Mon Sep 17 00:00:00 2001 From: jity7777 Date: Mon, 9 May 2022 04:11:51 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=205902,=205905=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20BO/Controllers/croomControl?= =?UTF-8?q?ler.cs=20=20-=20=EC=B2=B4=ED=81=AC=EB=90=9C=20=ED=95=AD?= =?UTF-8?q?=EB=AA=A9=20"taxnos"=20=EC=B6=94=EA=B0=80=20(2)BO/Views/croom/t?= =?UTF-8?q?ax.cshtml=20=20-=20=EC=B2=B4=ED=81=AC=EB=B0=95=EC=8A=A4=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=EC=8B=9C=20'stringval11'=20=EA=B0=92=20?= =?UTF-8?q?=EB=84=A3=EA=B8=B0=20(3)=20=EC=97=91=EC=85=80=20=EB=84=98?= =?UTF-8?q?=EA=B8=B8=EC=8B=9C=20=ED=8C=8C=EB=9D=BC=EB=A9=94=ED=84=B0=20?= =?UTF-8?q?=EA=B0=AF=EC=88=98=EB=A5=BC=2023=EA=B0=9C=EB=A1=9C=20=ED=99=95?= =?UTF-8?q?=EC=9E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Controllers/croomController.cs | 3 ++- BO/Views/Shared/Partial/ExcelCommentBox.cshtml | 2 +- BO/Views/croom/tax.cshtml | 12 +++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs index 7822da4..f39fef3 100644 --- a/BO/Controllers/croomController.cs +++ b/BO/Controllers/croomController.cs @@ -998,11 +998,12 @@ namespace NP.BO.Controllers ht.Add("staxdate", vm.stringval8); ht.Add("etaxdate", string.IsNullOrEmpty(vm.stringval9) ? null : (vm.stringval9 + " 23:59:59")); ht.Add("pstatus", vm.stringval10); - ht.Add("taxnos", vm.stringval11); ht.Add("ischeck", vm.stringval12); ht.Add("csdate", vm.stringval13); ht.Add("cedate", string.IsNullOrEmpty(vm.stringval14) ? null : (vm.stringval14 + " 23:59:59")); ht.Add("isreceipt", vm.stringval15); + + ht.Add("taxnos", vm.stringval11); if (!string.IsNullOrEmpty(vm.stringval3)) { if(vm.stringval3 == "2") diff --git a/BO/Views/Shared/Partial/ExcelCommentBox.cshtml b/BO/Views/Shared/Partial/ExcelCommentBox.cshtml index 77ad801..3f0a0f7 100644 --- a/BO/Views/Shared/Partial/ExcelCommentBox.cshtml +++ b/BO/Views/Shared/Partial/ExcelCommentBox.cshtml @@ -63,7 +63,7 @@ @**@