From a11dc4e377730f1ce08bc7210366c21e2833bf05 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 월, 28 2월 2022 18:38:29 +0900
Subject: [PATCH] 1.0.5버전

---
 src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js b/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js
index 886b2ab..175cd43 100644
--- a/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js
+++ b/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js
@@ -19,7 +19,8 @@
                     initSearch : initSearch, //寃��깋 議곌굔 珥덇린�솕
                     add : add, //�샇�뒪�똿 �깮�꽦
                     removes : removes, //�샇�뒪�똿 �궘�젣
-                    makeSearchConditions : makeSearchConditions //�뿊�� �떎�슫濡쒕뱶
+                    makeSearchConditions : makeSearchConditions, //�뿊�� �떎�슫濡쒕뱶
+                    importExcel : importExcel,  //  �뿊�� import 湲곕뒫 �뙘�뾽 �샇異�
                 };
 
                 //  蹂��닔
@@ -46,6 +47,11 @@
 
                 //  �샇�뒪�똿 愿�由� 由ъ뒪�듃 遺덈윭�삤湲�
                 $scope.$on("getPageList", function () {
+                    $scope.fn.getPageList(0);
+                });
+
+                //  �샇�뒪�똿 紐⑸줉 �뜲�씠�꽣 媛깆떊
+                $scope.$on("getHostingFieldList", function () {
                     $scope.fn.getPageList(0);
                 });
 
@@ -271,6 +277,16 @@
                         });
                 }
 
+                //  �뿊�� import �뙘�뾽 �샇異�
+                function importExcel() {
+                    $uibModal.open({
+                        templateUrl : 'views/hostingField/hostingFieldExcelImport.html',
+                        size : "lg",
+                        controller : 'hostingFieldImportExcelController',
+                        backdrop : 'static'
+                    });
+                }
+
                 function makeSearchConditions() {
                     var conditions = {
                         name: $scope.vm.search.name

--
Gitblit v1.8.0