|
@@ -15,7 +15,7 @@
|
|
|
*******************************************************************************
|
|
*******************************************************************************
|
|
|
-->
|
|
-->
|
|
|
<div class="modalPopup" data-width="1200">
|
|
<div class="modalPopup" data-width="1200">
|
|
|
- <div class="panelStyle" style="height: 750px">
|
|
|
|
|
|
|
+ <div class="panelStyle" style="height: 750px;">
|
|
|
<div class="panelTitle">
|
|
<div class="panelTitle">
|
|
|
<h2 th:text="${'쿠폰 ' + (mode == 'N' ? '등록' : '수정')}">쿠폰등록</h2>
|
|
<h2 th:text="${'쿠폰 ' + (mode == 'N' ? '등록' : '수정')}">쿠폰등록</h2>
|
|
|
<button type="button" class="close" onclick="uifnPopupClose('CouponRegForm')"><i class="fa fa-times"></i></button>
|
|
<button type="button" class="close" onclick="uifnPopupClose('CouponRegForm')"><i class="fa fa-times"></i></button>
|
|
@@ -497,8 +497,7 @@
|
|
|
<div class="mdPopBtnB aR">
|
|
<div class="mdPopBtnB aR">
|
|
|
<button type="button" class="btn btn-info btn-lg" onclick="fnPubCustListPopUp();" th:if="${mode == 'U'}">발급받은회원</button>
|
|
<button type="button" class="btn btn-info btn-lg" onclick="fnPubCustListPopUp();" th:if="${mode == 'U'}">발급받은회원</button>
|
|
|
<button type="button" class="btn btn-info btn-lg" onclick="fnCustomerIssuePopUp();" th:if="${mode == 'U' && cpnDetail.dcCdGb == 'G233_00'}">쿠폰발행</button> <!-- 난수유형과 시리얼 유형에서는 쿠폰발행기능 X -->
|
|
<button type="button" class="btn btn-info btn-lg" onclick="fnCustomerIssuePopUp();" th:if="${mode == 'U' && cpnDetail.dcCdGb == 'G233_00'}">쿠폰발행</button> <!-- 난수유형과 시리얼 유형에서는 쿠폰발행기능 X -->
|
|
|
- <button type="button" class="btn btnRight btn-success btn-lg couponButton" id="btnCouponSave" onclick="fnCouponCreate();" th:if="${mode == 'N'}">등록</button>
|
|
|
|
|
- <button type="button" class="btn btn-info btn-lg" onclick="fnCouponUpdate();" th:if="${mode == 'U'}">수정</button>
|
|
|
|
|
|
|
+ <button type="button" class="btn btnRight btn-success btn-lg couponButton" id="btnCouponSave" onclick="fnCouponCreate();">등록</button>
|
|
|
<button type="button" class="btn btnRight btn-success btn-lg couponButton" id="btnChangeStatIng" style="display: none;">진행</button>
|
|
<button type="button" class="btn btnRight btn-success btn-lg couponButton" id="btnChangeStatIng" style="display: none;">진행</button>
|
|
|
<button type="button" class="btn btnRight btn-success btn-lg couponButton" id="btnCouponDelete" style="display: none;">삭제</button>
|
|
<button type="button" class="btn btnRight btn-success btn-lg couponButton" id="btnCouponDelete" style="display: none;">삭제</button>
|
|
|
<button type="button" class="btn btnRight btn-success btn-lg couponButton" id="btnCouponStop" style="display: none;">중지</button>
|
|
<button type="button" class="btn btnRight btn-success btn-lg couponButton" id="btnCouponStop" style="display: none;">중지</button>
|
|
@@ -546,13 +545,14 @@
|
|
|
{ headerName: "쿠폰분담율(%)", field:"burdenRate" , width:150, cellClass: "text-center" ,
|
|
{ headerName: "쿠폰분담율(%)", field:"burdenRate" , width:150, cellClass: "text-center" ,
|
|
|
cellEditorParams: { maxlength: 10, required: true }
|
|
cellEditorParams: { maxlength: 10, required: true }
|
|
|
} ,
|
|
} ,
|
|
|
- { headerName: "삭제여부" , field: "delYn" , width:150, cellClass: "text-center" ,
|
|
|
|
|
|
|
+ /*{ headerName: "삭제여부" , field: "delYn" , width:150, cellClass: "text-center" ,
|
|
|
cellEditor: 'agRichSelectCellEditor',
|
|
cellEditor: 'agRichSelectCellEditor',
|
|
|
cellEditorParams: { values: gagaAgGrid.extractValues(delYnList) },
|
|
cellEditorParams: { values: gagaAgGrid.extractValues(delYnList) },
|
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(delYnList, params.value); },
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(delYnList, params.value); },
|
|
|
valueParser: function (params) { return gagaAgGrid.lookupKey(delYnList, params.newValue); }
|
|
valueParser: function (params) { return gagaAgGrid.lookupKey(delYnList, params.newValue); }
|
|
|
- } ,
|
|
|
|
|
- { headerName: "쿠폰번호" , field: "cpnId" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
|
|
|
|
+ } ,*/
|
|
|
|
|
+ { headerName: "쿠폰번호" , field: "cpnId" , width: 120 , cellClass: 'text-center' , hide:true},
|
|
|
|
|
+ { headerName: "삭제여부" , field: "delYn" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
// ag-grid 공급처 컬럼
|
|
// ag-grid 공급처 컬럼
|
|
@@ -560,7 +560,8 @@
|
|
|
{width: 40, minWidth: 40, cellClass: 'text-center', headerCheckboxSelection: true, checkboxSelection: true, filter: false},
|
|
{width: 40, minWidth: 40, cellClass: 'text-center', headerCheckboxSelection: true, checkboxSelection: true, filter: false},
|
|
|
{ headerName : "공급업체코드" , field: "supplyCompCd" , width:150, cellClass: 'text-center'} ,
|
|
{ headerName : "공급업체코드" , field: "supplyCompCd" , width:150, cellClass: 'text-center'} ,
|
|
|
{ headerName: "공급업체명" , field: "supplyCompNm" , width:150, cellClass: 'text-center'},
|
|
{ headerName: "공급업체명" , field: "supplyCompNm" , width:150, cellClass: 'text-center'},
|
|
|
- { headerName: "쿠폰대상일련번호" , field: "cpnRefvalSq" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
|
|
|
|
+ { headerName: "쿠폰대상일련번호" , field: "cpnRefvalSq" , width: 120 , cellClass: 'text-center' , hide:true},
|
|
|
|
|
+ { headerName: "삭제여부" , field: "delYn" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
// ag-grid 브랜드 컬럼
|
|
// ag-grid 브랜드 컬럼
|
|
@@ -569,7 +570,8 @@
|
|
|
{ headerName : "브랜드ID" , field: "brandCd" , width: 120, cellClass : 'text-center'} ,
|
|
{ headerName : "브랜드ID" , field: "brandCd" , width: 120, cellClass : 'text-center'} ,
|
|
|
{ headerName : "브랜드명" , field: "brandEnm" , width: 120, cellClass: 'text-center'} ,
|
|
{ headerName : "브랜드명" , field: "brandEnm" , width: 120, cellClass: 'text-center'} ,
|
|
|
//{ headerName : "공급업체명", field: "supplyCompNm" , width: 150, cellClass: 'text-center' } ,
|
|
//{ headerName : "공급업체명", field: "supplyCompNm" , width: 150, cellClass: 'text-center' } ,
|
|
|
- { headerName: "쿠폰대상일련번호" , field: "cpnRefvalSq" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
|
|
|
|
+ { headerName: "쿠폰대상일련번호" , field: "cpnRefvalSq" , width: 120 , cellClass: 'text-center' , hide:true},
|
|
|
|
|
+ { headerName: "삭제여부" , field: "delYn" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
// ag-grid 적용상품 컬럼
|
|
// ag-grid 적용상품 컬럼
|
|
@@ -578,7 +580,8 @@
|
|
|
{ headerName: "상품구분" , field: "goodsGb" , width: 100, cellClass: 'text-center'} ,
|
|
{ headerName: "상품구분" , field: "goodsGb" , width: 100, cellClass: 'text-center'} ,
|
|
|
{ headerName: "Product ID" , field: "goodsCd" , width: 120, cellClass: 'text-center'},
|
|
{ headerName: "Product ID" , field: "goodsCd" , width: 120, cellClass: 'text-center'},
|
|
|
{ headerName: "상품명" , field: "goodsNm" , width: 250 , cellClass: 'text-center'} ,
|
|
{ headerName: "상품명" , field: "goodsNm" , width: 250 , cellClass: 'text-center'} ,
|
|
|
- { headerName: "쿠폰대상일련번호" , field: "cpnRefvalSq" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
|
|
|
|
+ { headerName: "쿠폰대상일련번호" , field: "cpnRefvalSq" , width: 120 , cellClass: 'text-center' , hide:true},
|
|
|
|
|
+ { headerName: "삭제여부" , field: "delYn" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
// ag-grid 카테고리 컬럼
|
|
// ag-grid 카테고리 컬럼
|
|
@@ -610,7 +613,8 @@
|
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(selfBrandList, params.value); },
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(selfBrandList, params.value); },
|
|
|
valueParser: function (params) { return gagaAgGrid.lookupKey(selfBrandList, params.newValue); }
|
|
valueParser: function (params) { return gagaAgGrid.lookupKey(selfBrandList, params.newValue); }
|
|
|
},
|
|
},
|
|
|
- { headerName: "쿠폰대상일련번호" , field: "cpnRefvalSq" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
|
|
|
|
+ { headerName: "쿠폰대상일련번호" , field: "cpnRefvalSq" , width: 120 , cellClass: 'text-center' , hide:true},
|
|
|
|
|
+ { headerName: "삭제여부" , field: "delYn" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
// ag-grid 제외상품 컬럼
|
|
// ag-grid 제외상품 컬럼
|
|
@@ -619,7 +623,8 @@
|
|
|
{ headerName: "상품구분" , field: "goodsGb" , width: 100, cellClass: 'text-center'} ,
|
|
{ headerName: "상품구분" , field: "goodsGb" , width: 100, cellClass: 'text-center'} ,
|
|
|
{ headerName: "Product ID" , field: "goodsCd" , width: 120, cellClass: 'text-center'},
|
|
{ headerName: "Product ID" , field: "goodsCd" , width: 120, cellClass: 'text-center'},
|
|
|
{ headerName: "상품명" , field: "goodsNm" , width: 250 , cellClass: 'text-center'} ,
|
|
{ headerName: "상품명" , field: "goodsNm" , width: 250 , cellClass: 'text-center'} ,
|
|
|
- { headerName: "쿠폰대상일련번호" , field: "cpnRefvalSq" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
|
|
|
|
+ { headerName: "쿠폰대상일련번호" , field: "cpnRefvalSq" , width: 120 , cellClass: 'text-center' , hide:true},
|
|
|
|
|
+ { headerName: "삭제여부" , field: "delYn" , width: 120 , cellClass: 'text-center' , hide:true}
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
// ag-grid 시리얼 및 난수 리스트
|
|
// ag-grid 시리얼 및 난수 리스트
|
|
@@ -671,6 +676,36 @@
|
|
|
limitedTimeCpnGridOptions.defaultColDef.editable = true;
|
|
limitedTimeCpnGridOptions.defaultColDef.editable = true;
|
|
|
limitedTimeCpnGridOptions.rowSelection = "multiple";
|
|
limitedTimeCpnGridOptions.rowSelection = "multiple";
|
|
|
|
|
|
|
|
|
|
+ // 삭제버튼 클릭시
|
|
|
|
|
+ // 1.공급업체
|
|
|
|
|
+ $('#btnSupplyDel').on('click', function() {
|
|
|
|
|
+ supplyGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(supplyGridOptions)});
|
|
|
|
|
+ });
|
|
|
|
|
+ // 2.브랜드
|
|
|
|
|
+ $('#btnBrandDel').on('click', function() {
|
|
|
|
|
+ brandGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(brandGridOptions)});
|
|
|
|
|
+ });
|
|
|
|
|
+ // 3.카테고리
|
|
|
|
|
+ $('#btnCateDel').on('click', function() {
|
|
|
|
|
+ cateGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(cateGridOptions)});
|
|
|
|
|
+ });
|
|
|
|
|
+ // 4.적용상품
|
|
|
|
|
+ $('#btnGoodsDel').on('click', function() {
|
|
|
|
|
+ goodsGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(goodsGridOptions)});
|
|
|
|
|
+ });
|
|
|
|
|
+ // 5.제외상품
|
|
|
|
|
+ $('#btnExcepGoodsDel').on('click', function() {
|
|
|
|
|
+ excepGoodsGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(excepGoodsGridOptions)});
|
|
|
|
|
+ });
|
|
|
|
|
+ // 6.입점업체
|
|
|
|
|
+ $('#btnDelRow').on('click', function() {
|
|
|
|
|
+ inComGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(inComGridOptions)});
|
|
|
|
|
+ });
|
|
|
|
|
+ // 7.선착순
|
|
|
|
|
+ $('#btnDelLimitedTimeCpnRow').on('click', function() {
|
|
|
|
|
+ limitedTimeCpnGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(limitedTimeCpnGridOptions)});
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
// 선착순 쿠폰 행추가
|
|
// 선착순 쿠폰 행추가
|
|
|
$('#btnAddLimitedTimeCpnRow').on('click', function() {
|
|
$('#btnAddLimitedTimeCpnRow').on('click', function() {
|
|
|
var data = { cpnId: 1 ,limitCpnNm: null, downStdt: null, downEddt: null, downLimitQty: null, limitCpnId: null };
|
|
var data = { cpnId: 1 ,limitCpnNm: null, downStdt: null, downEddt: null, downLimitQty: null, limitCpnId: null };
|
|
@@ -678,7 +713,7 @@
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
// 선착순 쿠폰 행삭제
|
|
// 선착순 쿠폰 행삭제
|
|
|
- $('#btnDelLimitedTimeCpnRow').on('click', function() {
|
|
|
|
|
|
|
+ /*$('#btnDelLimitedTimeCpnRow').on('click', function() {
|
|
|
var selectedData = limitedTimeCpnGridOptions.api.getSelectedRows();
|
|
var selectedData = limitedTimeCpnGridOptions.api.getSelectedRows();
|
|
|
if (selectedData.length == 0) {
|
|
if (selectedData.length == 0) {
|
|
|
mcxDialog.alert('선택된 행이 없습니다.');
|
|
mcxDialog.alert('선택된 행이 없습니다.');
|
|
@@ -706,6 +741,7 @@
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
+ */
|
|
|
|
|
|
|
|
// 선착순 쿠폰 체크박스 클릭시
|
|
// 선착순 쿠폰 체크박스 클릭시
|
|
|
$("#CouponForm #limitedTimeCpnBox").bind('click', function (){
|
|
$("#CouponForm #limitedTimeCpnBox").bind('click', function (){
|
|
@@ -1232,7 +1268,7 @@
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
// 적용대상 - 브랜드 삭제 버튼시
|
|
// 적용대상 - 브랜드 삭제 버튼시
|
|
|
- $('#btnBrandDel').on('click' , function(){
|
|
|
|
|
|
|
+ /*$('#btnBrandDel').on('click' , function(){
|
|
|
var selectVal = brandGridOptions.api.getSelectedRows();
|
|
var selectVal = brandGridOptions.api.getSelectedRows();
|
|
|
|
|
|
|
|
if(selectVal.length == 0) {
|
|
if(selectVal.length == 0) {
|
|
@@ -1264,6 +1300,7 @@
|
|
|
brandGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(brandGridOptions)});
|
|
brandGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(brandGridOptions)});
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
+ */
|
|
|
|
|
|
|
|
// 적용대상 - 공급처 추가 버튼시
|
|
// 적용대상 - 공급처 추가 버튼시
|
|
|
$('#btnSupplyAdd').on('click' , function (){
|
|
$('#btnSupplyAdd').on('click' , function (){
|
|
@@ -1290,7 +1327,7 @@
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
// 적용대상 - 공급처 삭제시시
|
|
// 적용대상 - 공급처 삭제시시
|
|
|
- $('#btnSupplyDel').on('click' , function () {
|
|
|
|
|
|
|
+ /*$('#btnSupplyDel').on('click' , function () {
|
|
|
var selectVal = supplyGridOptions.api.getSelectedRows();
|
|
var selectVal = supplyGridOptions.api.getSelectedRows();
|
|
|
|
|
|
|
|
if(selectVal.length == 0) {
|
|
if(selectVal.length == 0) {
|
|
@@ -1322,7 +1359,7 @@
|
|
|
// 신규화면이면 그리드상 삭제
|
|
// 신규화면이면 그리드상 삭제
|
|
|
supplyGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(supplyGridOptions)});
|
|
supplyGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(supplyGridOptions)});
|
|
|
}
|
|
}
|
|
|
- });
|
|
|
|
|
|
|
+ });*/
|
|
|
|
|
|
|
|
// 적용대상 - 카테고리 추가시
|
|
// 적용대상 - 카테고리 추가시
|
|
|
$('#btnCateAdd').on('click' , function () {
|
|
$('#btnCateAdd').on('click' , function () {
|
|
@@ -1349,7 +1386,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 적용대상 - 카테고리 삭제시
|
|
// 적용대상 - 카테고리 삭제시
|
|
|
- $('#btnCateDel').on('click' , function () {
|
|
|
|
|
|
|
+ /*$('#btnCateDel').on('click' , function () {
|
|
|
var selectVal = cateGridOptions.api.getSelectedRows();
|
|
var selectVal = cateGridOptions.api.getSelectedRows();
|
|
|
|
|
|
|
|
if(selectVal.length == 0) {
|
|
if(selectVal.length == 0) {
|
|
@@ -1381,6 +1418,7 @@
|
|
|
cateGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(cateGridOptions)});
|
|
cateGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(cateGridOptions)});
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
+ */
|
|
|
|
|
|
|
|
// 적용대상 - 상품 추가시
|
|
// 적용대상 - 상품 추가시
|
|
|
$('#btnGoodsAdd').on('click' , function () {
|
|
$('#btnGoodsAdd').on('click' , function () {
|
|
@@ -1393,7 +1431,7 @@
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
// 적용대상 - 상품 삭제 시
|
|
// 적용대상 - 상품 삭제 시
|
|
|
- $('#btnGoodsDel').on('click' , function () {
|
|
|
|
|
|
|
+ /*$('#btnGoodsDel').on('click' , function () {
|
|
|
var selectVal = goodsGridOptions.api.getSelectedRows();
|
|
var selectVal = goodsGridOptions.api.getSelectedRows();
|
|
|
|
|
|
|
|
if(selectVal.length == 0) {
|
|
if(selectVal.length == 0) {
|
|
@@ -1423,6 +1461,7 @@
|
|
|
goodsGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(goodsGridOptions)});
|
|
goodsGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(goodsGridOptions)});
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
+ */
|
|
|
|
|
|
|
|
// 적용대상 - 제외상품 추가시
|
|
// 적용대상 - 제외상품 추가시
|
|
|
$('#btnExcepGoodsAdd').on('click' , function(){
|
|
$('#btnExcepGoodsAdd').on('click' , function(){
|
|
@@ -1434,7 +1473,7 @@
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
// 적용대상 - 제외상품 삭제시
|
|
// 적용대상 - 제외상품 삭제시
|
|
|
- $('#btnExcepGoodsDel').on('click' , function () {
|
|
|
|
|
|
|
+ /*$('#btnExcepGoodsDel').on('click' , function () {
|
|
|
var selectVal = excepGoodsGridOptions.api.getSelectedRows();
|
|
var selectVal = excepGoodsGridOptions.api.getSelectedRows();
|
|
|
|
|
|
|
|
if(selectVal.length == 0) {
|
|
if(selectVal.length == 0) {
|
|
@@ -1467,6 +1506,7 @@
|
|
|
excepGoodsGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(excepGoodsGridOptions)});
|
|
excepGoodsGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(excepGoodsGridOptions)});
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
+ */
|
|
|
|
|
|
|
|
// ag-grid 상품관련 list 콜백함수
|
|
// ag-grid 상품관련 list 콜백함수
|
|
|
function gridAddGoodsList(OriginGridListOption, result, gubun) {
|
|
function gridAddGoodsList(OriginGridListOption, result, gubun) {
|
|
@@ -1573,9 +1613,9 @@
|
|
|
gagaAgGrid.addRowData(inComGridOptions , data , "supplyCompCd" );
|
|
gagaAgGrid.addRowData(inComGridOptions , data , "supplyCompCd" );
|
|
|
});
|
|
});
|
|
|
// 행삭제시
|
|
// 행삭제시
|
|
|
- $('#btnDelRow').on('click' , function(){
|
|
|
|
|
|
|
+ /*$('#btnDelRow').on('click' , function(){
|
|
|
inComGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(inComGridOptions)});
|
|
inComGridOptions.api.updateRowData({remove:gagaAgGrid.selectedRowData(inComGridOptions)});
|
|
|
- });
|
|
|
|
|
|
|
+ });*/
|
|
|
|
|
|
|
|
// 제휴링크채널 수정 (제휴링크가 꼭필요한지 확인필요)
|
|
// 제휴링크채널 수정 (제휴링크가 꼭필요한지 확인필요)
|
|
|
function fnChangeAfLinkCdList(){
|
|
function fnChangeAfLinkCdList(){
|