|
@@ -70,8 +70,8 @@
|
|
|
|
|
|
|
|
$.each(result, function(idx, item) {
|
|
$.each(result, function(idx, item) {
|
|
|
let tag = '<div>\n';
|
|
let tag = '<div>\n';
|
|
|
- tag += ' <div class="visual" onclick="cfnGoToPlanDetail(\'' + item.planSq + '\')">\n';
|
|
|
|
|
-
|
|
|
|
|
|
|
+ tag += ' <div class="visual">\n';
|
|
|
|
|
+ tag += ' <a href="javascript:void(0);" onclick="cfnGoToPlanDetail(\'' + item.planSq + '\')">';
|
|
|
if (item.newYn == 'Y') {
|
|
if (item.newYn == 'Y') {
|
|
|
tag += ' <div class="shape ranker"><span>NEW</span></div>\n';
|
|
tag += ' <div class="shape ranker"><span>NEW</span></div>\n';
|
|
|
}
|
|
}
|
|
@@ -83,6 +83,7 @@
|
|
|
tag += ' <p>' + item.planNm + '</p>\n';
|
|
tag += ' <p>' + item.planNm + '</p>\n';
|
|
|
tag += ' <p class="txt_xs">' + item.dtlTitle1 + '</p>\n';
|
|
tag += ' <p class="txt_xs">' + item.dtlTitle1 + '</p>\n';
|
|
|
tag += ' </div>\n';
|
|
tag += ' </div>\n';
|
|
|
|
|
+ tag += ' </a>';
|
|
|
tag += ' </div>\n';
|
|
tag += ' </div>\n';
|
|
|
if (item.planningGoodsList.length > 0) {
|
|
if (item.planningGoodsList.length > 0) {
|
|
|
tag += ' <div class="itemsGrp n3">\n';
|
|
tag += ' <div class="itemsGrp n3">\n';
|