LIPENGTAO1313 6 年 前
コミット
37e22a96d8
共有1 個のファイルを変更した4 個の追加3 個の削除を含む
  1. 4 3
      e/d.html

+ 4 - 3
e/d.html

77
	
77
	
78
	var this_="../html/needShow.html?demanid="+demandId;
78
	var this_="../html/needShow.html?demanid="+demandId;
79
	wcFresh(this_);
79
	wcFresh(this_);
80
	$("body").on("click",".attenSpan",function(){
80
	$(".attenSpan").on("click",function(event){
81
		isInstalled(this_,true);
81
		isInstalled(this_,true);
82
		$(this).addClass("activeThis");
82
		$(this).addClass("activeThis");
83
		event.stopPropagation()
83
	})
84
	})
84
	$('#personAL').on('click', function() {
85
	$('#personAL').on('click', function() {
85
		var id = this.getAttribute("data-id");
86
		var id = this.getAttribute("data-id");
110
					
111
					
111
					var strCon="";
112
					var strCon="";
112
					if($da.city){ strCon+='<div class="showTit">所在城市:<span class="showCon">'+$da.city+'</span></div>' }
113
					if($da.city){ strCon+='<div class="showTit">所在城市:<span class="showCon">'+$da.city+'</span></div>' }
113
					if($da.duration!=0){ strCon+='<div class="showTit">预期时长:<span class="showCon">'+demandDuration[$da.duration]+'</span></div>' }
114
					if($da.duration!=0){ strCon+='<div class="showTit">预计周期:<span class="showCon">'+demandDuration[$da.duration]+'</span></div>' }
114
					if($da.cost!=0){ strCon+='<div class="showTit">费用预算:<span class="showCon">'+demandCost[$da.cost]+'</span></div>' }
115
					if($da.cost!=0){ strCon+='<div class="showTit">费用预算:<span class="showCon">'+demandCost[$da.cost]+'</span></div>' }
115
					if($da.invalidDay){ strCon+='<div class="showTit">有效期至:<span class="showCon">'+TimeTr($da.invalidDay)+'</span></div>' }
116
					if($da.invalidDay){ strCon+='<div class="showTit">有效期至:<span class="showCon">'+TimeTr($da.invalidDay)+'</span></div>' }
116
					document.getElementById("demandInfo").innerHTML=strCon;
117
					document.getElementById("demandInfo").innerHTML=strCon;