Commit d6f9e018 authored by zs嵩's avatar zs嵩

6

parent 40479a49
......@@ -100,7 +100,7 @@
<template slot-scope="{ row }">
<dict-tag :type="DICT_TYPE.ECW_TRANSPORT_TYPE" :value="row.transportId" />
<template v-if="row.channelName"> - {{ row.channelName }} </template>
/ {{ $l(row.initialLogisticsInfoDto, "destCountryTitle") }} - {{ $l(row.initialLogisticsInfoDto, "destCityTitle") }} -
/
{{ $l(row.initialLogisticsInfoDto, "destTitle") }}
</template>
</el-table-column>
......@@ -370,11 +370,10 @@ export default {
})
}
}
if ("applicationFee") {
if (field === "applicationFee") {
return
}
}
this.batchApplyDetailsInfoVO.orderFeeDetailsVOList.forEach((item, i) => {
item.orderFeeApplicationBaseVOList[index][field] = cval
})
......
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