function getPreferentialPrice(){var a=document.getElementsByName("merchandiseIds");var b="";for(var c=0;c<a.length;c++){b+=a[c].value}if(!isNull(b)){PreferentialPrice.getPreferentialPrice(b,"fromAjax",setPreferentialPrice)}}function getPreferentialPrice2(){var a=document.getElementsByName("merchandiseIds2");var b="";for(var c=0;c<a.length;c++){b+=a[c].value}if(!isNull(b)){PreferentialPrice.getPreferentialPrice(b,"fromAjax",setPreferentialPrice)}}function setPreferentialPrice(b){for(var a=0;a<b.length;a++){if(!isNull(b[a].basicPrice)){if(document.getElementById("basicPrice_"+b[a].merchandiseId)!=null){document.getElementById("basicPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].basicPrice*1).toFixed(2));document.getElementById("basicPrice_"+b[a].merchandiseId).style.textDecoration="line-through";document.getElementById("basicPrice_"+b[a].merchandiseId).style.color="#999";document.getElementById("basicPrice_"+b[a].merchandiseId).style.display="block"}if(document.getElementById("repBasicPrice_"+b[a].merchandiseId)!=null){document.getElementById("repBasicPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].basicPrice*1).toFixed(2));document.getElementById("repBasicPrice_"+b[a].merchandiseId).style.textDecoration="line-through";document.getElementById("repBasicPrice_"+b[a].merchandiseId).style.color="#999";document.getElementById("repBasicPrice_"+b[a].merchandiseId).style.display="block"}if(document.getElementById("searchBasicPrice_"+b[a].merchandiseId)!=null){document.getElementById("searchBasicPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].basicPrice*1).toFixed(2));document.getElementById("searchBasicPrice_"+b[a].merchandiseId).style.textDecoration="line-through";document.getElementById("searchBasicPrice_"+b[a].merchandiseId).style.color="#999";document.getElementById("searchBasicPrice_"+b[a].merchandiseId).style.display="block"}if(document.getElementById("search2BasicPrice_"+b[a].merchandiseId)!=null){document.getElementById("search2BasicPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].basicPrice*1).toFixed(2));document.getElementById("search2BasicPrice_"+b[a].merchandiseId).style.textDecoration="line-through";document.getElementById("search2BasicPrice_"+b[a].merchandiseId).style.color="#999";document.getElementById("search2BasicPrice_"+b[a].merchandiseId).style.display="block"}if(document.getElementById("search3BasicPrice_"+b[a].merchandiseId)!=null){document.getElementById("search3BasicPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].basicPrice*1).toFixed(2));document.getElementById("search3BasicPrice_"+b[a].merchandiseId).style.textDecoration="line-through";document.getElementById("search3BasicPrice_"+b[a].merchandiseId).style.color="#999";document.getElementById("search3BasicPrice_"+b[a].merchandiseId).style.display="block"}if(document.getElementById("searchBasicPrice_1")!=null){document.getElementById("searchBasicPrice_1").innerHTML="¥"+formatNum((b[a].basicPrice*1).toFixed(2));document.getElementById("searchBasicPrice_1").style.textDecoration="line-through";document.getElementById("searchBasicPrice_1").style.color="#999";document.getElementById("searchBasicPrice_1").style.display="block"}}else{if(document.getElementById("basicPrice_"+b[a].merchandiseId)!=null){document.getElementById("basicPrice_"+b[a].merchandiseId).style.display="none"}if(document.getElementById("searchBasicPrice_"+b[a].merchandiseId)!=null){document.getElementById("searchBasicPrice_"+b[a].merchandiseId).style.display="none";document.getElementById("searchPreferentialPrice_"+b[a].merchandiseId).style.marginTop="28px"}if(document.getElementById("search2BasicPrice_"+b[a].merchandiseId)!=null){document.getElementById("search2BasicPrice_"+b[a].merchandiseId).style.height="18px"}if(document.getElementById("search3BasicPrice_"+b[a].merchandiseId)!=null){document.getElementById("search3BasicPrice_"+b[a].merchandiseId).style.height="18px"}if(document.getElementById("repBasicPrice_"+b[a].merchandiseId)!=null){document.getElementById("repBasicPrice_"+b[a].merchandiseId).style.display="none";document.getElementById("repPreferentialPrice_"+b[a].merchandiseId).style.marginTop="28px"}if(document.getElementById("searchBasicPrice_1")!=null){document.getElementById("searchBasicPrice_2").style.display="none"}}if(!isNull(b[a].preferentialPrice)){if(document.getElementById("preferentialPrice_"+b[a].merchandiseId)!=null){document.getElementById("preferentialPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].preferentialPrice*1).toFixed(2))}if(document.getElementById("hisPreferentialPrice_"+b[a].merchandiseId)!=null){document.getElementById("hisPreferentialPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].preferentialPrice*1).toFixed(2))}if(document.getElementById("searchPreferentialPrice_"+b[a].merchandiseId)!=null){document.getElementById("searchPreferentialPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].preferentialPrice*1).toFixed(2))}if(document.getElementById("search2PreferentialPrice_"+b[a].merchandiseId)!=null){document.getElementById("search2PreferentialPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].preferentialPrice*1).toFixed(2))}if(document.getElementById("search3PreferentialPrice_"+b[a].merchandiseId)!=null){document.getElementById("search3PreferentialPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].preferentialPrice*1).toFixed(2))}if(document.getElementById("repPreferentialPrice_"+b[a].merchandiseId)!=null){document.getElementById("repPreferentialPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].preferentialPrice*1).toFixed(2))}if(document.getElementById("relPreferentialPrice_"+b[a].merchandiseId)!=null){document.getElementById("relPreferentialPrice_"+b[a].merchandiseId).innerHTML="¥"+formatNum((b[a].preferentialPrice*1).toFixed(2))}if(document.getElementById("searchPreferentialPrice_1")!=null){document.getElementById("searchPreferentialPrice_1").innerHTML="¥"+formatNum((b[a].preferentialPrice*1).toFixed(2))}}}};
