Commit c9ec09ea authored by xiangzj's avatar xiangzj

市场秩序调整

parent f18d90bb
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
// "appid" : "__UNI__EDB6A1F", // "appid" : "__UNI__EDB6A1F",
"appid" : "__UNI__EDB6A1F", "appid" : "__UNI__EDB6A1F",
"description" : "订货系统", "description" : "订货系统",
"versionName" : "1.1.40", "versionName" : "1.1.21",
"versionCode" : "10140", "versionCode" : "10121",
"transformPx" : false, "transformPx" : false,
"app-plus" : { "app-plus" : {
/* 5+App特有相关 */ /* 5+App特有相关 */
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
</view> </view>
</view> --> </view> -->
<view class="text-block" v-if="isAreaCodeFlag"> <view class="text-block">
<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">
...@@ -225,7 +225,6 @@ ...@@ -225,7 +225,6 @@
}, },
data() { data() {
return { return {
isAreaCodeFlag: true,
productDisSalesAreaId: '', productDisSalesAreaId: '',
happenSalesAreaCode: '', happenSalesAreaCode: '',
testObj: { testObj: {
...@@ -416,13 +415,6 @@ ...@@ -416,13 +415,6 @@
this.condition.entryDataList = res.data.entryDataList this.condition.entryDataList = res.data.entryDataList
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){
this.deliveryCompanyList.push({
'id': '自提',
'name': '自提'
})
}
}, },
bindPickerBundledProChange(e) { bindPickerBundledProChange(e) {
console.log('picker发送选择改变,携带值为', e.detail.value) console.log('picker发送选择改变,携带值为', e.detail.value)
...@@ -433,11 +425,6 @@ ...@@ -433,11 +425,6 @@
console.log('picker发送选择改变,携带值为', e.detail.value) console.log('picker发送选择改变,携带值为', e.detail.value)
this.deliveryCompanyIndex = e.detail.value this.deliveryCompanyIndex = e.detail.value
this.condition.deliveryCompany = this.deliveryCompanyList[e.detail.value].id this.condition.deliveryCompany = this.deliveryCompanyList[e.detail.value].id
this.isAreaCodeFlag = true
if(this.condition.deliveryCompany === '自提'){
this.contactLetterDetail.receiveAddress = ''
this.isAreaCodeFlag = false
}
}, },
changeInputWay() { changeInputWay() {
this.deliveryCompanyPickerShow = !this.deliveryCompanyPickerShow this.deliveryCompanyPickerShow = !this.deliveryCompanyPickerShow
......
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