|
@@ -1221,12 +1221,10 @@
|
|
|
|
|
|
|
|
// 공급업체 설정 / 업체 추가 콜백함수
|
|
// 공급업체 설정 / 업체 추가 콜백함수
|
|
|
var fnSetPopupComapnyInfo = function(result) {
|
|
var fnSetPopupComapnyInfo = function(result) {
|
|
|
- console.log(" 1 : "+ result);
|
|
|
|
|
fnSetListInfo(result, gridOptionsFGCompanyList, "supplyCompCd");
|
|
fnSetListInfo(result, gridOptionsFGCompanyList, "supplyCompCd");
|
|
|
};
|
|
};
|
|
|
// 브랜드 설정 / 브랜드 추가 콜백함수 (단수로 가져오므로 복수일 경우에 수정 확인 필요)
|
|
// 브랜드 설정 / 브랜드 추가 콜백함수 (단수로 가져오므로 복수일 경우에 수정 확인 필요)
|
|
|
var fnSetPopupBrandInfo = function(result) {
|
|
var fnSetPopupBrandInfo = function(result) {
|
|
|
- console.log(result);
|
|
|
|
|
fnSetListInfo(result, gridOptionsFGBrandList, "brandCd");
|
|
fnSetListInfo(result, gridOptionsFGBrandList, "brandCd");
|
|
|
};
|
|
};
|
|
|
// 적용 상품 리스트 콜백함수
|
|
// 적용 상품 리스트 콜백함수
|