Commit b2894eb2 authored by Marcus's avatar Marcus

订单调仓到仓后,入仓补充选择储位还是调仓前的仓库

https://zentao.test.jdshangmen.com/bug-view-2926.html
parent 10765717
......@@ -496,7 +496,7 @@ export default {
return ''
},
warehouseId(){
return this.order?.logisticsInfoDto?.startWarehouseId
return this.order.status === 8 ? this.order.adjustToDestWarehouseId : this.order?.logisticsInfoDto?.startWarehouseId
}
},
......
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