Commit ac0e3955 authored by dragondean@qq.com's avatar dragondean@qq.com

海运不查渠道

parent 4d9c4f85
...@@ -715,7 +715,7 @@ export default { ...@@ -715,7 +715,7 @@ export default {
} }
// 显示渠道(修改或者从异常处理等进入携带了渠道参数) // 显示渠道(修改或者从异常处理等进入携带了渠道参数)
if(this.form.shippingChannelId){ if(this.form.shippingChannelId && this.type == 'air'){
getChannel(this.form.shippingChannelId).then(res => { getChannel(this.form.shippingChannelId).then(res => {
this.channel = res.data this.channel = res.data
}) })
......
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