Commit c9ec09ea authored by xiangzj's avatar xiangzj

市场秩序调整

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