Commit 7c29a2bb authored by zhengyi's avatar zhengyi

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

parent ae3f0629
......@@ -1995,12 +1995,12 @@
}
that.getOffData()
// 没有收货人信息
if(!that.params.consigneeVO){
that.hasConsignee = false
}
// // 没有收货人信息
// if(!that.params.consigneeVO){
// that.hasConsignee = false
// }
// 如果用户当前不支持无收货人,则强制显示收货人信息
if(!that.noConsignee){
if(that.noConsignee){
that.hasConsignee = true
}
......
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