| | |
| | | </div> |
| | | |
| | | |
| | | <div class="form-group"> |
| | | <label><span |
| | | translate="issue.companyInfo">업체/ISP/호스팅 정보</span></label> |
| | | <ng-dropdown-multiselect class="multiSelect cursor" |
| | | data-input-name="issueStatusTypes" |
| | | selected-model="vm.search.issueStatusTypes" |
| | | extra-settings="{ stringTypeOption : true }" |
| | | options="vm.options.emailTemplates"></ng-dropdown-multiselect> |
| | | <div class="form-group mgb5"> |
| | | <label class="issue-label"> <span translate="issue.companyInfo">업체/ISP/호스팅 정보</span> </label> |
| | | <js-autocomplete-multi data-input-name="departments" |
| | | selected-model="vm.form.companies" |
| | | search="vm.companyName" |
| | | source="fn.getPartnerList(vm.companyName, vm.form.companies)" |
| | | input-disabled="false" |
| | | translation-texts="{ count : 'common.userNum', empty : 'common.emptyCompanyPartners' }" |
| | | extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi> |
| | | |
| | | |
| | | <div class="select3-selection__choicediv mt-10"> |
| | | <span class="select3-selection__choice" ng-repeat="company in vm.form.companies"> |
| | | <span>{{company.byName}}</span> <!--사용자가 속해 있는 부서 이름 출력--> |
| | | <span class="select3-selection__choice__remove" ng-click="fn.removeUsePartner($index)">×</span> |
| | | </span> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | <div class="form-group"> |
| | | <label for="issueTypeModifyForm2"><span translate="common.color">색상</span> <code class="highlighter-rouge">*</code></label> |
| | | <div class="input-group"> |