Commit 5f7df710 authored by dragondean@qq.com's avatar dragondean@qq.com

发货人付款提示优化

parent 8e267b8e
......@@ -4010,7 +4010,7 @@
"查看报关资料": "View customs declaration information",
"费用汇总": "Cost aggregation ",
"费用来源": "Source of expenses",
"请再次确认运费由您支付还是收货人支付?": "Please confirm again whether the shipping fee will be paid by you or by the consignee?",
"请再次确认国际运费是否由您支付?": "Please confirm the freight be paid by sender?",
"测量方数汇总": "Summary of measurement quantities",
"收费方数汇总": "Summary of charging parties",
"重量汇总": "Weight Summary",
......
......@@ -1198,7 +1198,7 @@ export default {
// 付款人=发货人提示
if (+this.form.drawee === 1) {
await this.$confirm(this.$t('请再次确认运费由您支付还是收货人支付?'))
await this.$confirm(this.$t('请再次确认国际运费是否由您支付?'))
}
......
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