|
|
@@ -729,7 +729,7 @@
|
|
|
//{headerName: 'No', width: 60, cellClass: 'text-center', valueGetter: function(params) { return params.node.rowIndex + 1 }},
|
|
|
{headerName: "이미지", field: "sysImgNm", width: 100, height: 60, cellClass: 'text-center'
|
|
|
,cellRenderer: function(params) {
|
|
|
- return '<img width="60" src="'+ _goodsUrl+ "/" + params.value + '" alt="" onclick="cfnOpenImagePreViewPopup(\'goodsImgView\', \''+ _goodsUrl+ "/" + params.value +'\')" onerror="this.src=\'/image/no.png\';"/>';
|
|
|
+ return '<img width="60" src="'+ _goodsUrl+ "/" + params.value +'?RS=60" alt="" onclick="cfnOpenImagePreViewPopup(\'goodsImgView\', \''+ _goodsUrl+ "/" + params.value +'?RS=60\')" onerror="this.src=\'/image/no.png\';"/>';
|
|
|
}
|
|
|
},
|
|
|
{headerName: "상품타입", field: "goodsType" , width: 100, cellClass: 'text-center',
|
|
|
@@ -1101,7 +1101,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- $('#goodsDetailForm').find('#goodsImgUrl').attr('src', _goodsUrl + '/'+ result.sysImgNm);
|
|
|
+ $('#goodsDetailForm').find('#goodsImgUrl').attr('src', _goodsUrl + '/'+ result.sysImgNm +'?RS=130');
|
|
|
$('#goodsDetailForm input[name=sysImgNm]').val(result.sysImgNm);
|
|
|
$("#goodsDetailForm input[type=checkbox][checked]").parent("label").addClass("checked");
|
|
|
|