OWL ITS + 탐지시스템(인터넷 진흥원)
src/main/webapp/views/companyField/companyFieldAdd.html
@@ -105,14 +105,12 @@
                                   kr-input
                                   ng-model="vm.form.tels[$index]"
                                   input-regex="[^0-9]"
                                   maxlength="11"
                                   minlength="9"
                                   autocomplete="off">
                            <span class="select3-selection__email__remove" ng-click="fn.removeTelInput($index)">×</span>
                        </div>
                        <div ng-show="companyFieldAddForm.tel.$error.minlength" class="help-block form-text text-danger"
                        <!--<div ng-show="companyFieldAddForm.tel.$error.minlength" class="help-block form-text text-danger"
                             translate="common.least9CharactersTel">전화번호 형식이 맞지 않습니다.(9자리 이상)
                        </div>
                        </div>-->
                    </div>
                </div>
                <div class="col-lg-2 mt-25" style="margin-left: -15px">
@@ -184,6 +182,7 @@
                                                page="vm.autoCompletePage.companyType.page"
                                                total-page="vm.autoCompletePage.companyType.totalPage"
                                                input-disabled="false"
                                                broad-cast="companyTypeEvent"
                                                translation-texts="{ empty : 'common.emptyCompanyType' }"
                                                extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '',
                        type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single>
@@ -205,6 +204,7 @@
                                        total-page="vm.autoCompletePage.parentSector.totalPage"
                                        input-disabled="false"
                                        translation-texts="{ empty : 'common.emptyParentSector' }"
                                        broad-cast="parentSectorEvent"
                                        extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '',
                                        type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single>
            </div>
@@ -215,6 +215,7 @@
                <js-autocomplete-single data-input-name="childSector"
                                        selected-model="vm.form.childSectors"
                                        ng-model="vm.form.childSector"
                                        ng-value="vm.form.childSector"
                                        custom-input="false"
                                        search="vm.form.childSector"
                                        source="fn.getCompanyChildSector(vm.form.parentSectorId, vm.form.parentSectors[0].id, vm.typeCategory.childSector, vm.form.childSector, vm.form.childSectors, vm.autoCompletePage.childSector.page, fn.getChildSectorListCallBack)"
@@ -222,6 +223,7 @@
                                        total-page="vm.autoCompletePage.childSector.totalPage"
                                        input-disabled="false"
                                        translation-texts="{ empty : 'common.emptyChildSector' }"
                                        broad-cast="childSectorEvent"
                                        extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '',
            type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single>
            </div>
@@ -241,6 +243,7 @@
                                                page="vm.autoCompletePage.region.page"
                                                total-page="vm.autoCompletePage.region.totalPage"
                                                input-disabled="false"
                                                broad-cast="regionEvent"
                                                translation-texts="{ empty : 'common.emptyRegion' }"
                                                extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '',
                        type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single>
@@ -260,6 +263,7 @@
                                                page="vm.autoCompletePage.status.page"
                                                total-page="vm.autoCompletePage.status.totalPage"
                                                input-disabled="false"
                                                broad-cast="statusEvent"
                                                translation-texts="{ empty : 'common.emptyStatus' }"
                                                extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '',
                        type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single>