bin2107 před 4 roky
rodič
revize
d893be4eba

+ 2 - 2
src/main/webapp/WEB-INF/views/mob/planning/PlanningDetailFormMob.html

@@ -759,7 +759,7 @@ if(template.length>0){
 }
 
 if(template.length>0){
-	if(review.length>0 || reviewContent[0].title != ''){
+	if(review.length>0 || (reviewContent.length>0 && !gagajf.isNull(reviewContent[0].title)) ){
 		$("#G082_10").show();
 		var html = '';
 		
@@ -882,7 +882,7 @@ if(image.length>0){
 
 
 if(template.length>0){
-	if(coupon.length>0 || (couponContent[0].title != '' && couponContent[0].title != null) || (couponContent[0].cpnNote0 != '' && couponContent[0].cpnNote0 != null)){
+	if(coupon.length>0 || (couponContent.length > 0 && !gagajf.isNull(couponContent[0].title)) || (couponContent.length > 0 && !gagajf.isNull(couponContent[0].cpnNote0))){
 		$("#G082_20").show();
 		
 		var html = '';

+ 2 - 2
src/main/webapp/WEB-INF/views/web/planning/PlanningDetailFormWeb.html

@@ -380,7 +380,7 @@ if(planCornerList.length>0 && plan.cornerNmDispYn == "Y"){
 }
 
 if(template.length>0){
-	if(review.length>0 || reviewContent[0].title != ''){
+	if(review.length>0 || (reviewContent.length>0 && !gagajf.isNull(reviewContent[0].title))){
 		$("#G082_10").show();
 		var html = '';
 		
@@ -717,7 +717,7 @@ if(template.length>0){
 }
 
 if(template.length>0){
-	if(coupon.length>0 || (couponContent[0].title != '' && couponContent[0].title != null) || (couponContent[0].cpnNote0 != '' && couponContent[0].cpnNote0 != null)){
+	if(coupon.length>0 || (couponContent.length > 0 && !gagajf.isNull(couponContent[0].title)) || (couponContent.length > 0 && !gagajf.isNull(couponContent[0].cpnNote0))){
 		$("#G082_20").show();
 		var html = '';