{{pos.posName}}
{% if(pos.applied) { %}({{pos.appliedDate}}ÒÑӦƸ¹ý){% } %}
{% if(pos.hotFlag == 1) { %}{% } %}
{%
if(data.posId_EmPosFlag[pos.posId]) { %} {% }
%}
{% if(pos.bidding == true) { %}
{% if(pos.strangeAreaFlag) { %}ÒìµØÈÈÆ¸{% } else { %}ÈÈÆ¸{% } %}
{% } %}
{% if(pos.applySearch) { %}ΪÄúÌôÑ¡³öӦƸ³É¹¦ÂʽϸߵÄְλ
{% } %}
{% if(pos.salary && pos.salary > 0) { %}
{{pos.salaryDesc2}}
{% } %}
{%
var posInfo = [];
if(pos.jobLoc4City && pos.jobLoc4City != '²»ÏÞ') posInfo.push(''+ pos.jobLoc4City +'');
if(pos.reqDegree && pos.reqDegree != '²»ÏÞ') posInfo.push(''+ pos.reqDegreeDesc +'');
if(pos.reqWorkYear) {
pos.reqWorkYear > 0 ? posInfo.push(''+ pos.workYearDesc+'¾Ñé' +'') : posInfo.push(''+ pos.workYearDesc +'');
}
if(pos.postDateDesc) posInfo.push( ''+pos.postDateDesc+'Ë¢ÐÂ' );
//if(pos.insertTimeDesc) posInfo.push( ''+pos.insertTimeDesc+'·¢²¼' );
%}
{{ posInfo.join('|') }}
{% if(pos.posHighlightTags && pos.posHighlightTags.length > 0) { for(var tagIdx = 0, tagsLen = pos.posHighlightTags.length;tagIdx < tagsLen;tagIdx++) { %}{{pos.posHighlightTags[tagIdx]}}{% } } %}