| | |
| | | class="form-control" |
| | | autofocus |
| | | kr-input |
| | | input-regex="[^a-zA-Z0-9 가-힣ㄱ-ㅎㅏ-ㅣ\u318D\u119E\u11A2\u2022\u2025a\u00B7\uFE55]" |
| | | input-regex="/[^?a-zA-Z0-9/]/" |
| | | autocomplete="off" |
| | | ng-model="vm.form.name" |
| | | ng-maxlength="100" |
| | | maxlength="100" |
| | | required> |
| | | <small translate="companyField.enterSpecialCharacters">업체 이름에는 특수 문자를 입력 할수 없습니다.</small> |
| | | <!--<small translate="companyField.enterSpecialCharacters">업체 이름에는 특수 문자를 입력 할수 없습니다.</small>--> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | | <label for="companyFieldAddForm10" class="issue-label"> |
| | | <span translate="companyField.url">url</span> |
| | | <code class="highlighter-rouge">*</code> |
| | | </label> |
| | | <input id="companyFieldAddForm10" |
| | | name="url" |
| | |
| | | ng-maxlength="200" |
| | | maxlength="200" |
| | | ng-pattern="/(https?:\/\/)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/" |
| | | required> |
| | | > |
| | | <div ng-show="companyFieldAddForm.url.$error.pattern" class="help-block form-text text-danger" |
| | | translate="common.invalidUrlFormat">url 형식이 맞지 않습니다. |
| | | </div> |
| | |
| | | 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"> |
| | |
| | | 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> |
| | |
| | | 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> |
| | |
| | | <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)" |
| | |
| | | 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> |
| | |
| | | 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> |
| | |
| | | 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> |