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

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

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