Explorar el Código

添加双50强企业显示

yin_yu820 hace 1 día
padre
commit
ba9c3d5142

+ 1 - 0
jp-console/jeeplus-module/ly/src/main/java/com/jeeplus/enterpriseinfo/service/dto/EnterpriseInfoDTO.java

@@ -152,6 +152,7 @@ public class EnterpriseInfoDTO extends BaseDTO {
 	@ExcelIgnore
 	private String des10;
 	@ExcelIgnore
+	@Query(type = QueryType.EQ)
 	private String des11;
 	@ExcelIgnore
 	private String des12;

+ 34 - 0
jp-mobile/pages/buildList/buildList.vue

@@ -111,6 +111,18 @@
 					{{ tab.name }}
 				  </view>
 				</view>
+				
+				<view class="tabs" v-if="md=='4'">
+				  <view 
+					v-for="(tab, index) in tabs3" 
+					:key="index" 
+					class="tab-item" 
+					:class="{ active: activeTab === index }" 
+					@click="switchTab3(index)"
+				  >
+					{{ tab.name }}
+				  </view>
+				</view>
 			
 			    <view @click="showMoreFilters = !showMoreFilters" style="width: 100%;text-align: center;" v-if="isshowMoreFilters">
 					{{ showMoreFilters ? '收起' : '点击展示更多筛选' }}
@@ -274,6 +286,11 @@
 					  { name: '融和系' },
 					  { name: '其他链主企业' }
 					],
+				tabs3: [
+						
+					  { name: '龙头型50强企业' },
+					  { name: '成长性50强企业' }
+					],
 				      activeTab: 0,
 				stype: "", // 企业 => 3  楼宇 => 2  园区 => 1  zfadmin => 4  admin=> 5
 				md:"1",
@@ -283,6 +300,7 @@
 					name:"",
 					des7:"",
 					des8:"",
+					des11:"",
 					totalNumber:"1"
 				},
 				
@@ -328,6 +346,12 @@
 					this.searchForm.des8="1";
 					this.isshowMoreFilters=false;
 					this.title="链主企业";
+				}else if(query && query.w=='4'){
+					this.md = "4";
+					this.searchForm.des11="1";
+					//this.searchForm.totalNumber="";					
+					this.isshowMoreFilters=false;
+					this.title="双50强企业";
 				}	
 			}			
 		},
@@ -633,6 +657,16 @@
 			  this.searchForm.des8=this.activeTab+1;
 			  this.doSearch();
 			  
+			},
+			switchTab3(index) {
+			  this.activeTab = index;
+			  if(index==0){
+			  	this.searchForm.des11="1";
+			  }else{
+			  	this.searchForm.des11="2";
+			  }
+			  this.doSearch();
+			  
 			},
 			handleBack() {
 			      // 返回逻辑,比如跳转至上一页

+ 42 - 2
jp-mobile/pages/index/index.vue

@@ -71,6 +71,11 @@
 				</view>
 				
 				<view class="center-left-box">
+					<view class="btn-Imbox" @click="totongxunlu7">
+						<image  class="center-img" src="/static/img/icon9.png"></image>
+						<p>双50强企业</p>
+					</view>
+					
 					<view class="btn-Imbox" @click="totongxunlu3">
 						<image  class="center-img" src="/static/img/icon3.png"></image>
 						<p>链主企业</p>
@@ -80,12 +85,38 @@
 						<image  class="center-img" src="/static/img/icon8.png"></image>
 						<p>产品供需</p>
 					</view> 
+					
+				
+					<!-- <view class="btn-Imbox" v-if="isLogin!=null" @click="outlogin">
+						<image  class="center-img" src="/static/img/icon7.png"></image>
+						<p>退出登录</p>
+					</view>
+					
+					<view class="btn-Imbox" v-if="isLogin==null" @click="outlogin">
+						<image  class="center-img" src="/static/img/icon6.png"></image>
+						<p>立即登录</p>
+					</view> -->
+													
+				</view>
+				
+				<view class="center-left-box">
+					 
 					<view class="btn-Imbox" @click="totongxunlu5">
 						<image  class="center-img" src="/static/img/icon5.png"></image>
 						<p>我的发布</p>
 					</view>
 				
-					<!-- <view class="btn-Imbox" v-if="isLogin!=null" @click="outlogin">
+					<!-- <view class="btn-Imbox" @click="totongxunlu3">
+						<image  class="center-img" src="/static/img/icon3.png"></image>
+						<p>链主企业</p>
+					</view>
+					
+					<view class="btn-Imbox" @click="totongxunlu4">
+						<image  class="center-img" src="/static/img/icon8.png"></image>
+						<p>产品供需</p>
+					</view> -->
+				
+					<view class="btn-Imbox" v-if="isLogin!=null" @click="outlogin">
 						<image  class="center-img" src="/static/img/icon7.png"></image>
 						<p>退出登录</p>
 					</view>
@@ -93,7 +124,11 @@
 					<view class="btn-Imbox" v-if="isLogin==null" @click="outlogin">
 						<image  class="center-img" src="/static/img/icon6.png"></image>
 						<p>立即登录</p>
-					</view> -->
+					</view>
+					
+					<view class="btn-Imbox" >
+						
+					</view>
 													
 				</view>
 			</view>
@@ -437,6 +472,11 @@
 				uni.navigateTo({
 					url: '/pages/buildList/buildList?w=2'
 				})
+			},			
+			totongxunlu7(){
+				uni.navigateTo({
+					url: '/pages/buildList/buildList?w=4'
+				})
 			},
 			totongxunlu6(){
 				uni.navigateTo({

BIN
jp-mobile/static/img/icon9.png