Commit 1d0c5836 authored by dragondean@qq.com's avatar dragondean@qq.com

付款人为收货人时,提单是否显示价格默认应该为否

parent 95148b96
...@@ -1591,6 +1591,12 @@ export default { ...@@ -1591,6 +1591,12 @@ export default {
setBllLandingPrice(){ setBllLandingPrice(){
if(this.form.orderId) return if(this.form.orderId) return
// 24-02-20 付款人为收货人时,提单是否显示价格默认应该为否 https://zentao.test.jdshangmen.com/bug-view-6035.html#app=execution
if(this.form.drawee == 2){
this.form.displayBillLadingPrice = false
return
}
// 海外仓归属发货人 // 海外仓归属发货人
// 控货订单归属发货人 // 控货订单归属发货人
// 非控货订单 + 付款人为发货人 归属发货人, 其他归属收货人 // 非控货订单 + 付款人为发货人 归属发货人, 其他归属收货人
......
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