Преглед изворни кода

项目新增字段

autoSR1012
douzhuo пре 1 година
родитељ
комит
2b7e9a7f37
1 измењених фајлова са 15 додато и 14 уклоњено
  1. +15
    -14
      pages/center/Piabodata/TrendAnalysis.vue

+ 15
- 14
pages/center/Piabodata/TrendAnalysis.vue Прегледај датотеку

@@ -98,8 +98,8 @@

<view style="display: flex;padding: 0 0 40rpx 0;justify-content: center;">
<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>
</view>
</view>
@@ -111,8 +111,15 @@
<image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image>
</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 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>选择一级:</view>
@@ -447,15 +454,6 @@
this.init()
},

// 获取顾问
getAllGuWen() {
if (this.pamect.accountId == "") {
this.getguwenlist()
} else {
this.ConsultantDimension()
}
},

// 获取一级
getAllYiJi() {
this.speakingLevel()
@@ -565,6 +563,7 @@
if (this.newactiveTotal == 0) {
this.ProjectDimension()
} else if (this.newactiveTotal == 1) {
console.log(this.pamect.accountId)
if (this.pamect.accountId == "") {
this.getguwenlist()
} else {
@@ -884,6 +883,7 @@
houseId: this.pamect.houseId,
marketingBusiness: this.marketingBusiness,
}).then(data => {
console.log(data, 'sdajmkldjaskldjaskldjaskldjaskljdklsa')
this.selectlist = [];
if (data.length == 0) {
this.lineOptsect = {
@@ -901,6 +901,7 @@
this.lopanobj.id = data[0].accountId;
this.lopanobj.name = data[0].name;
this.pamect.accountId = this.lopanobj.id;
console.log(this.pamect.accountId)
this.ConsultantDimension()
}
})
@@ -1559,11 +1560,11 @@
align-items: center;
border-radius: 8rpx;
border: 1rpx solid #666666;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
.righttochoose {
margin-left: 12rpx;
width: 18rpx;


Loading…
Откажи
Сачувај