|
@@ -54,13 +54,12 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<view class="Pinspeak" v-if="isShow">顾问</view> |
|
|
|
|
|
<view class="chented" v-if="isShow" @click="clickShowhid()"> |
|
|
|
|
|
|
|
|
<view class="Pinspeak">顾问</view> |
|
|
|
|
|
<view class="chented" @click="clickShowhid()"> |
|
|
<view class="title" style="border: none;"> |
|
|
<view class="title" style="border: none;"> |
|
|
<view class="titletext">接待顾问</view> |
|
|
<view class="titletext">接待顾问</view> |
|
|
<view class="titletext2" |
|
|
<view class="titletext2" |
|
|
style="font-size: 30rpx;font-weight: 400;color: #B2B2B2;line-height: 110rpx;padding-left: 10rpx;"> |
|
|
style="font-size: 30rpx;font-weight: 400;color: #B2B2B2;line-height: 110rpx;padding-left: 10rpx;"> |
|
|
<!-- {{text || '请选择接待顾问'}} --> |
|
|
|
|
|
<text v-if="text" style="color: #333333;">{{text}}</text> |
|
|
<text v-if="text" style="color: #333333;">{{text}}</text> |
|
|
<text v-else>请选择接待顾问</text> |
|
|
<text v-else>请选择接待顾问</text> |
|
|
</view> |
|
|
</view> |
|
@@ -251,7 +250,11 @@ |
|
|
this.parames.howMany = num; |
|
|
this.parames.howMany = num; |
|
|
}, |
|
|
}, |
|
|
clickShowhid() { |
|
|
clickShowhid() { |
|
|
if (this.userInfo.userRoleType == 6) { |
|
|
|
|
|
|
|
|
if (!this.isShow) { |
|
|
|
|
|
uni.showToast({ |
|
|
|
|
|
icon: "none", |
|
|
|
|
|
title: '您没有指派权限~' |
|
|
|
|
|
}) |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
if (this.freeList.length == 0) { |
|
|
if (this.freeList.length == 0) { |
|
|