|
@@ -30,13 +30,13 @@
|
|
|
<view class="lbtab flexc">
|
|
|
<image :src="lbicoimg" class="limg"></image>
|
|
|
<view class="lbtabs flexc">
|
|
|
- <view class="lbtabp" v-if="tabidx!='hdtz'">
|
|
|
+ <view class="lbtabp" v-if="tabidx!='hdtz'&&tabidx!='zxhd'">
|
|
|
<picker mode="date" :value="time" @change='bindDateChangeb'>
|
|
|
<view :class="time?'':'f16 co80'">{{time || "会议日期"}}</view>
|
|
|
</picker>
|
|
|
<image :src="upimg" class="upimg"></image>
|
|
|
</view>
|
|
|
- <view class="lbtabp" v-if="tabidx=='hdtz'">
|
|
|
+ <view class="lbtabp" v-if="tabidx=='hdtz'||tabidx=='zxhd'">
|
|
|
<picker mode="date" :value="time" @change='bindDateChangeb'>
|
|
|
<view :class="time?'':'f16 co80'">{{time || "活动日期"}}</view>
|
|
|
</picker>
|
|
@@ -81,7 +81,7 @@
|
|
|
tabidx:'hytz',
|
|
|
// 会议活动 管理员看的{tit:'会议发言',val:'hyfy',limit:'zx:speak:list'},
|
|
|
tabList:[{tit:'会议通知',val:'hytz',limit:'zxConference:conference:list'},{tit:'会议活动',val:'hyhd',limit:'zxConference:conference:alllist'},{tit:'我的发言',val:'wdfy',limit:'zx:speak:list'},{tit:'会议发言',val:'hyfy',limit:'zx:speak:alllist'},
|
|
|
- {tit:'活动通知',val:'hdtz',limit:'zxActivity:activity:list'}
|
|
|
+ {tit:'政协活动',val:'zxhd',limit:'zxActivity:activity:alllist'},{tit:'活动通知',val:'hdtz',limit:'zxActivity:activity:list'}
|
|
|
],
|
|
|
litablist:[{tit:'会议日期',val:0},],
|
|
|
nvaHeight:44,
|
|
@@ -215,7 +215,7 @@
|
|
|
console.log(e,2)
|
|
|
},
|
|
|
getReadFn(e){
|
|
|
- if(this.tabidx=='hyhd'||this.tabidx=='hdtz'){
|
|
|
+ if(this.tabidx=='hyhd'||this.tabidx=='hdtz'||this.tabidx=='zxhd'){
|
|
|
this.$tab.navigateTo('/work/pages/meeting/readdetail?id='+e+'&a='+this.tabidx)
|
|
|
}else if(this.tabidx=='hyfy'){
|
|
|
this.$tab.navigateTo('/work/pages/meeting/speaklist?id='+e)
|
|
@@ -237,8 +237,8 @@
|
|
|
this.$tab.navigateTo('/work/pages/meeting/details?id='+data+"&pt="+type)
|
|
|
}else if(type=='wdfy'||type=='hyfy'){
|
|
|
this.$tab.navigateTo('/work/pages/meeting/speakdetails?id='+data)
|
|
|
- }else if(type=='hdtz'){
|
|
|
- this.$tab.navigateTo('/work/pages/meeting/activedetails?id='+data)
|
|
|
+ }else if(type=='hdtz'||type=='zxhd'){
|
|
|
+ this.$tab.navigateTo('/work/pages/meeting/activedetails?id='+data+"&pt="+type)
|
|
|
}
|
|
|
},
|
|
|
getAddMeet(){
|
|
@@ -348,10 +348,13 @@
|
|
|
this.$toast(res.msg)
|
|
|
}
|
|
|
})
|
|
|
- }else if(this.tabidx=='hdtz'){
|
|
|
+ }else if(this.tabidx=='hdtz'||this.tabidx=='zxhd'){
|
|
|
if(this.time){
|
|
|
params.activityDate=this.time
|
|
|
}
|
|
|
+ if(this.tabidx=='hdtz'){
|
|
|
+ params.userId=this.userId
|
|
|
+ }
|
|
|
params.activityTitle=this.title
|
|
|
getzxActivityListFn(params).then(res=>{
|
|
|
if(res.code==200){
|