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

订单批量特价和折扣不显示渠道

parent 47e1d398
......@@ -5,7 +5,7 @@
<span>{{ order.orderNo }}</span>
</el-form-item>
<el-form-item :label="$t('线路')">{{ $t('') }}<dict-tag :type="DICT_TYPE.TRANSPORT_TYPE" :value="order.transportId" />
{{ channel ? $l(channel, 'title') : '' }}
{{ order.channelName }}
{{$t("从【{departureName}】发往【{objectiveName}", {departureName: $l(order.logisticsInfoDto, 'startTitle'), objectiveName: $l(order.logisticsInfoDto, 'destTitle')})}}
</el-form-item>
</el-form>
......@@ -109,11 +109,11 @@ export default {
// getProductType(this.orderItem.prodType).then(res => {
// this.productType = res.data
// })
if(this.order.channelId){
/*if(this.order.channelId){
getChannel(this.order.channelId).then(res => {
this.channel = res.data
})
}
}*/
},
data() {
return {
......@@ -125,7 +125,7 @@ export default {
ccIdArr: [],
form: { },
productType: null,
channel: null
// channel: null
}
},
watch:{
......
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