Commit 2df98e90 authored by zhengyi's avatar zhengyi

fix:订单编辑有无收货人显示逻辑修改-无论客户是否允许控货无收货人,进入新增编辑页面,默认都是有收货人

parent f337b0cf
...@@ -2000,9 +2000,9 @@ ...@@ -2000,9 +2000,9 @@
// that.hasConsignee = false // that.hasConsignee = false
// } // }
// 如果用户当前不支持无收货人,则强制显示收货人信息 // 如果用户当前不支持无收货人,则强制显示收货人信息
if(that.noConsignee){ // if(that.noConsignee){
that.hasConsignee = true // that.hasConsignee = true
} // }
// 回显目的城市和目的国 // 回显目的城市和目的国
const dstCityIndex = this.filteredDstCityList.findIndex(item => item.shi === that.params.objectiveId) const dstCityIndex = this.filteredDstCityList.findIndex(item => item.shi === that.params.objectiveId)
...@@ -2038,7 +2038,7 @@ ...@@ -2038,7 +2038,7 @@
this.currentHarvestIndex = harvestIndex this.currentHarvestIndex = harvestIndex
} }
this.hasConsignee = res.data.hasConsignee // this.hasConsignee = res.data.hasConsignee
} }
}) })
}, },
......
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