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

申请泡重优惠文案修改

parent 7ecab383
...@@ -90,7 +90,7 @@ export default { ...@@ -90,7 +90,7 @@ export default {
return { return {
4: this.$t('重货标准优惠申请'), 4: this.$t('重货标准优惠申请'),
5: this.$t('泡货标准优惠申请'), 5: this.$t('泡货标准优惠申请'),
29: this.$t('泡货申请优惠') 29: this.$t('申请泡重优惠')
}[this.applyType] }[this.applyType]
// return this.applyType == 4 ? this.$t('重货优惠申请') : this.$t('泡货优惠申请') // return this.applyType == 4 ? this.$t('重货优惠申请') : this.$t('泡货优惠申请')
}, },
......
...@@ -113,9 +113,9 @@ ...@@ -113,9 +113,9 @@
1.海运整柜、海运拼柜显示重货优惠 1,2 1.海运整柜、海运拼柜显示重货优惠 1,2
2.空运专线、海空联运显示泡货优惠 3,4 2.空运专线、海空联运显示泡货优惠 3,4
--> -->
<el-button v-hasPermi="['ecw:order:heavy']" type="primary" @click="showPreferentialType=4" v-if="order.transportId === 1 || order.transportId === 2">{{$t('重货申请优惠')}}</el-button> <el-button v-hasPermi="['ecw:order:heavy']" type="primary" @click="showPreferentialType=4" v-if="order.transportId === 1 || order.transportId === 2">{{$t('申请泡重优惠')}}</el-button>
<template v-else> <template v-else>
<el-button v-hasPermi="['ecw:order:bulky2']" type="primary" @click="showPreferentialType=29">{{$t('泡货申请优惠')}}</el-button> <el-button v-hasPermi="['ecw:order:bulky2']" type="primary" @click="showPreferentialType=29">{{$t('申请泡重优惠')}}</el-button>
<el-button v-hasPermi="['ecw:order:bulky']" type="primary" @click="showPreferentialType=5">{{$t('申请泡货标准优惠')}}</el-button> <el-button v-hasPermi="['ecw:order:bulky']" type="primary" @click="showPreferentialType=5">{{$t('申请泡货标准优惠')}}</el-button>
</template> </template>
<el-button type="primary" @click="$tab.closePage()">{{$t('关闭窗口')}}</el-button> <el-button type="primary" @click="$tab.closePage()">{{$t('关闭窗口')}}</el-button>
......
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