Commit f18d90bb authored by xiangzj's avatar xiangzj

市场秩序调整

parent 37bfd9e0
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
</view> </view>
</view> </view>
<view class="text-block"> <view class="text-block">
<text class="middle-date">{{isAreaCode ? '自提' : '收货地址'}}</text> <text class="middle-date">收货地址</text>
<view class="middle-date-des uni-list picker-year" v-if="!isAreaCode"> <view class="middle-date-des uni-list picker-year" v-if="contactLetterDetail.receiveAddress">
<view class="uni-list-cell"> <view class="uni-list-cell">
<view class="uni-list-cell-db"> <view class="uni-list-cell-db">
<text class="uni-input-text">{{ contactLetterDetail.receiveAddress}}</text> <text class="uni-input-text">{{ contactLetterDetail.receiveAddress}}</text>
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<view class="middle-date-des uni-list picker-year"> <view class="middle-date-des uni-list picker-year">
<view class="uni-list-cell"> <view class="uni-list-cell">
<view class="uni-list-cell-db"> <view class="uni-list-cell-db">
<text class="uni-input-text">{{ isAreaCode ? '自提' : contactLetterDetail.expectLogistics}}</text> <text class="uni-input-text">{{ contactLetterDetail.expectLogistics}}</text>
</view> </view>
</view> </view>
</view> </view>
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="text-block" v-if="!isAreaCode"> <view class="text-block" v-if="contactLetterDetail.receiveAddress">
<text class="middle-date">收货地址</text> <text class="middle-date">收货地址</text>
<view class="middle-date-des uni-list picker-year"> <view class="middle-date-des uni-list picker-year">
<view class="uni-list-cell"> <view class="uni-list-cell">
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
<view class="middle-date-des uni-list picker-year"> <view class="middle-date-des uni-list picker-year">
<view class="uni-list-cell"> <view class="uni-list-cell">
<view class="uni-list-cell-db"> <view class="uni-list-cell-db">
<text class="uni-input-text">{{ isAreaCode ? '自提' : contactLetterDetail.shipLogistics}}</text> <text class="uni-input-text">{{ contactLetterDetail.shipLogistics}}</text>
</view> </view>
</view> </view>
</view> </view>
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="text-block" v-if="!isAreaCode"> <view class="text-block" v-if="contactLetterDetail.receiveAddress">
<text class="middle-date">收货地址</text> <text class="middle-date">收货地址</text>
<view class="middle-date-des uni-list picker-year"> <view class="middle-date-des uni-list picker-year">
<view class="uni-list-cell"> <view class="uni-list-cell">
......
...@@ -417,6 +417,7 @@ ...@@ -417,6 +417,7 @@
this.happenSalesAreaCode = res.data.happenSalesAreaCode this.happenSalesAreaCode = res.data.happenSalesAreaCode
this.productDisSalesAreaId = res.data.productDisSalesAreaId this.productDisSalesAreaId = res.data.productDisSalesAreaId
if(this.happenSalesAreaCode === this.productDisSalesAreaId){ if(this.happenSalesAreaCode === this.productDisSalesAreaId){
this.deliveryCompanyList.push({ this.deliveryCompanyList.push({
'id': '自提', 'id': '自提',
'name': '自提' 'name': '自提'
...@@ -434,6 +435,7 @@ ...@@ -434,6 +435,7 @@
this.condition.deliveryCompany = this.deliveryCompanyList[e.detail.value].id this.condition.deliveryCompany = this.deliveryCompanyList[e.detail.value].id
this.isAreaCodeFlag = true this.isAreaCodeFlag = true
if(this.condition.deliveryCompany === '自提'){ if(this.condition.deliveryCompany === '自提'){
this.contactLetterDetail.receiveAddress = ''
this.isAreaCodeFlag = false this.isAreaCodeFlag = false
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment