From 279c4135ea0c0655b4c5b5b54f6340a5f80744f5 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 금, 26 11월 2021 17:13:44 +0900
Subject: [PATCH] 부서 설정 변경[프론트]

---
 src/main/webapp/views/issue/issueAdd.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/issue/issueAdd.html b/src/main/webapp/views/issue/issueAdd.html
index 1fcfcd2..1a05cff 100644
--- a/src/main/webapp/views/issue/issueAdd.html
+++ b/src/main/webapp/views/issue/issueAdd.html
@@ -128,7 +128,7 @@
                                                search="vm.departmentName"
                                                source="fn.getIssueDepartmentList(vm.departmentName, vm.form.departments)"
                                                input-disabled="false"
-                                               translation-texts="{ count : 'common.userNum', empty : 'common.emptyDepartment'}"
+                                               translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment'}"
                                                extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true}"></js-autocomplete-multi>
 
                         <div class="select3-selection__choicediv mt-10">
@@ -278,7 +278,7 @@
                 </div>
             </div>
 
-            <div class="row">
+            <div ng-show="vm.viewer.useCompanyVo[0].name == '�뾽泥�'" class="row">
                 <div class="col-lg-4">
                     <div class="form-group mb10">
                         <label class="issue-label"> <span translate="companyField.name">�뾽泥댁씠由�</span> </label>
@@ -362,7 +362,7 @@
                 </div>
             </div>
             <p></p>
-            <div class="row">
+            <div ng-show="vm.viewer.useCompanyVo[0].name == 'ISP' || vm.viewer.useCompanyVo[1].name == 'ISP'" class="row">
                 <div class="col-lg-8 fontcolor_green">
                     <label class="issue-label"><span class="fontcolor_green" translate="ispField.info">ISP �젙蹂�</span>
                         &nbsp;&nbsp;<span class="select3-selection__choice" style="position: relative; bottom: 2px;"><code class="highlighter-rouge">*</code>&nbsp;&nbsp;ISP �씠由� �겢由��떆 �꽑�깮�맂 �씠由꾩쓽 ISP �젙蹂닿� 議고쉶�맗�땲�떎.</span>
@@ -468,7 +468,7 @@
                 </div>
             </div>
             <p></p>
-            <div class="row">
+            <div ng-show="vm.viewer.useCompanyVo[0].name == '�샇�뒪�똿' || vm.viewer.useCompanyVo[1].name == '�샇�뒪�똿' || vm.viewer.useCompanyVo[2].name == '�샇�뒪�똿'" class="row">
                 <div class="col-lg-8 fontcolor_green">
                     <label class="issue-label"><span class="fontcolor_green" translate="hostingField.info">�샇�뒪�똿 �젙蹂�</span>
                         &nbsp;&nbsp;<span class="select3-selection__choice" style="position: relative; bottom: 2px;"><code class="highlighter-rouge">*</code>&nbsp;&nbsp;�샇�뒪�똿 �씠由� �겢由��떆 �꽑�깮�맂 �씠由꾩쓽 �샇�뒪�똿 �젙蹂닿� 議고쉶�맗�땲�떎.</span>
@@ -476,7 +476,7 @@
                 </div>
             </div>
 
-            <div class="row">
+            <div ng-show="vm.viewer.useCompanyVo[0].name == '�샇�뒪�똿' || vm.viewer.useCompanyVo[1].name == '�샇�뒪�똿' || vm.viewer.useCompanyVo[2].name == '�샇�뒪�똿'" class="row">
                 <div class="col-lg-4">
                     <div class="form-group mb10">
                         <label class="issue-label"> <span translate="hostingField.name">�샇�뒪�똿 �씠由�</span> </label>

--
Gitblit v1.8.0