|
|
@@ -698,10 +698,14 @@
|
|
|
if(typeof historyData.sortingType!='undefined' && historyData.sortingType!=''){
|
|
|
$("#searchGoodsForm input:hidden[name=sortingType]").val(historyData.sortingType);
|
|
|
fnSortingChange(this,historyData.sortingType,'back');
|
|
|
- //$(".fillter").show();
|
|
|
+ if( 0 < $(".fillter_box span").length){
|
|
|
+ $(".fillter").show();
|
|
|
+ }
|
|
|
}else{
|
|
|
listIdx++;
|
|
|
- //$(".fillter").show();
|
|
|
+ if( 0 < $(".fillter_box span").length){
|
|
|
+ $(".fillter").show();
|
|
|
+ }
|
|
|
fnSearchGoodsListSearch();
|
|
|
fnGetSearchPlanningList();
|
|
|
fnGetSearchEventList();
|