| @@ -98,8 +98,8 @@ | |||||
| <view style="display: flex;padding: 0 0 40rpx 0;justify-content: center;"> | <view style="display: flex;padding: 0 0 40rpx 0;justify-content: center;"> | ||||
| <view class="marketingBusiness"> | <view class="marketingBusiness"> | ||||
| <view class="marketingBusinesstext" style="min-width: 50rpx;" | |||||
| @click="showMarketingBusiness = true">{{ marketingBusinessText }} | |||||
| <view class="marketingBusinesstext" style="min-width: 50rpx;" @click="showMarketingBusiness = true"> | |||||
| {{ marketingBusinessText }} | |||||
| <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image> | <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| @@ -111,8 +111,15 @@ | |||||
| <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image> | <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view | |||||
| style="display: flex;justify-content:center;padding-left: 30rpx;padding-right: 30rpx;" | |||||
| v-if="lopanobj.name" @click="oninputtap()"> | |||||
| <view class="title2-che" style="width: 220rpx;">{{lopanobj.name}} | |||||
| <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image> | |||||
| </view> | |||||
| </view> | |||||
| </view> | </view> | ||||
| <view style="padding: 30rpx;padding-bottom: 20rpx;align-items: center;" v-if="Selectlevel"> | <view style="padding: 30rpx;padding-bottom: 20rpx;align-items: center;" v-if="Selectlevel"> | ||||
| <view style="display: flex;align-items: center;border-bottom: 1px solid #C9C9C9;height: 80rpx;"> | <view style="display: flex;align-items: center;border-bottom: 1px solid #C9C9C9;height: 80rpx;"> | ||||
| <view>选择一级:</view> | <view>选择一级:</view> | ||||
| @@ -447,15 +454,6 @@ | |||||
| this.init() | this.init() | ||||
| }, | }, | ||||
| // 获取顾问 | |||||
| getAllGuWen() { | |||||
| if (this.pamect.accountId == "") { | |||||
| this.getguwenlist() | |||||
| } else { | |||||
| this.ConsultantDimension() | |||||
| } | |||||
| }, | |||||
| // 获取一级 | // 获取一级 | ||||
| getAllYiJi() { | getAllYiJi() { | ||||
| this.speakingLevel() | this.speakingLevel() | ||||
| @@ -565,6 +563,7 @@ | |||||
| if (this.newactiveTotal == 0) { | if (this.newactiveTotal == 0) { | ||||
| this.ProjectDimension() | this.ProjectDimension() | ||||
| } else if (this.newactiveTotal == 1) { | } else if (this.newactiveTotal == 1) { | ||||
| console.log(this.pamect.accountId) | |||||
| if (this.pamect.accountId == "") { | if (this.pamect.accountId == "") { | ||||
| this.getguwenlist() | this.getguwenlist() | ||||
| } else { | } else { | ||||
| @@ -884,6 +883,7 @@ | |||||
| houseId: this.pamect.houseId, | houseId: this.pamect.houseId, | ||||
| marketingBusiness: this.marketingBusiness, | marketingBusiness: this.marketingBusiness, | ||||
| }).then(data => { | }).then(data => { | ||||
| console.log(data, 'sdajmkldjaskldjaskldjaskldjaskljdklsa') | |||||
| this.selectlist = []; | this.selectlist = []; | ||||
| if (data.length == 0) { | if (data.length == 0) { | ||||
| this.lineOptsect = { | this.lineOptsect = { | ||||
| @@ -901,6 +901,7 @@ | |||||
| this.lopanobj.id = data[0].accountId; | this.lopanobj.id = data[0].accountId; | ||||
| this.lopanobj.name = data[0].name; | this.lopanobj.name = data[0].name; | ||||
| this.pamect.accountId = this.lopanobj.id; | this.pamect.accountId = this.lopanobj.id; | ||||
| console.log(this.pamect.accountId) | |||||
| this.ConsultantDimension() | this.ConsultantDimension() | ||||
| } | } | ||||
| }) | }) | ||||
| @@ -1559,11 +1560,11 @@ | |||||
| align-items: center; | align-items: center; | ||||
| border-radius: 8rpx; | border-radius: 8rpx; | ||||
| border: 1rpx solid #666666; | border: 1rpx solid #666666; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| .righttochoose { | .righttochoose { | ||||
| margin-left: 12rpx; | margin-left: 12rpx; | ||||
| width: 18rpx; | width: 18rpx; | ||||