From 8c6c48c5f3ce1be97317598702ba685343ac2b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Mon, 10 Jul 2023 18:00:35 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=EB=B2=95=EC=A1=B0=EC=97=85=20?= =?UTF-8?q?=EC=99=B8=EA=B5=AD=EC=96=B4=EC=84=A0=20=EC=84=A0=EC=9B=90?= =?UTF-8?q?=ED=98=84=ED=99=A9=20=EC=9E=91=EC=97=85=EC=A4=91.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unlawfulFishing/illegalShipSelectModal.js | 6 ++--- .../illegalShipSailorPage.html | 25 +++++++++++++++++++ .../illegalShipSailor/issAddModal.html | 6 ++--- .../shipProcessInfo/spiEditModal.html | 2 +- 4 files changed, 32 insertions(+), 7 deletions(-) diff --git a/src/main/resources/static/js/faStatistics/unlawfulFishing/illegalShipSelectModal.js b/src/main/resources/static/js/faStatistics/unlawfulFishing/illegalShipSelectModal.js index 8229e7a4..68d06aa0 100644 --- a/src/main/resources/static/js/faStatistics/unlawfulFishing/illegalShipSelectModal.js +++ b/src/main/resources/static/js/faStatistics/unlawfulFishing/illegalShipSelectModal.js @@ -11,9 +11,9 @@ $(document).on('click', '.isiTr', function (){ $(document).on('click', '#isiSelectBtn', function (){ const selectedCheckbox = $(".isiCheckbox:checked") if(selectedCheckbox.length>0){ - const editForm = $("#spiEditForm") - editForm.find("#fbKey").val(selectedCheckbox.attr('data-fbkey')) - editForm.find("#boatNameKr").val(selectedCheckbox.attr('data-boatnamekr')) + const editModalBody = $("#editModalBody") + editModalBody.find("#fbKey").val(selectedCheckbox.attr('data-fbkey')) + editModalBody.find("#boatNameKr").val(selectedCheckbox.attr('data-boatnamekr')) $("#isiSelectModal").modal('hide'); }else{ alert("대상을 선택해주세요.") diff --git a/src/main/resources/templates/faStatistics/unlawfulFishing/illegalShipSailor/illegalShipSailorPage.html b/src/main/resources/templates/faStatistics/unlawfulFishing/illegalShipSailor/illegalShipSailorPage.html index 7f4a7c1d..9477d2bd 100644 --- a/src/main/resources/templates/faStatistics/unlawfulFishing/illegalShipSailor/illegalShipSailorPage.html +++ b/src/main/resources/templates/faStatistics/unlawfulFishing/illegalShipSailor/illegalShipSailorPage.html @@ -156,6 +156,31 @@
+
+ +
diff --git a/src/main/resources/templates/faStatistics/unlawfulFishing/illegalShipSailor/issAddModal.html b/src/main/resources/templates/faStatistics/unlawfulFishing/illegalShipSailor/issAddModal.html index 3cf6f2d5..9ea79981 100644 --- a/src/main/resources/templates/faStatistics/unlawfulFishing/illegalShipSailor/issAddModal.html +++ b/src/main/resources/templates/faStatistics/unlawfulFishing/illegalShipSailor/issAddModal.html @@ -4,7 +4,7 @@ -