| | |
| | | $scope.fn.getIssueDepartmentList = getIssueDepartmentList; // 담당자 -> 담당부서 목록 정보를 조회한다. |
| | | $scope.fn.getIssueIspFieldList = getIssueIspFieldList; // ISP 목록 정보를 조회한다. |
| | | $scope.fn.getIssueHostingFieldList = getIssueHostingFieldList; // 호스팅 목록 정보를 조회한다. |
| | | $scope.fn.getCompanyList = getCompanyList; // 업체/isp/호스팅 목록 조회 |
| | | $scope.fn.getPartnerList = getPartnerList; // 업체/isp/호스팅 목록 조회 |
| | | $scope.fn.getIssueTypeList = getIssueTypeList; // 이슈 유형 목록 조회 |
| | | |
| | | function getUserList(query, excludeList, page, callBack) { |
| | |
| | | return deferred.promise; |
| | | } |
| | | |
| | | function getCompanyList(query, excludeList, page, callBack) { |
| | | function getPartnerList(query, excludeList, page, callBack) { |
| | | var conditions = { |
| | | hostingName : query, |
| | | partnerName : query, |
| | | excludeIds : (function () { |
| | | var excludeIds = []; |
| | | |