Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
5f7df710
Commit
5f7df710
authored
Aug 22, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发货人付款提示优化
parent
8e267b8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
en_US.json
src/i18n/languages/en_US.json
+1
-1
edit.vue
src/views/ecw/order/edit.vue
+1
-1
No files found.
src/i18n/languages/en_US.json
View file @
5f7df710
...
...
@@ -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"
,
...
...
src/views/ecw/order/edit.vue
View file @
5f7df710
...
...
@@ -1198,7 +1198,7 @@ export default {
// 付款人=发货人提示
if
(
+
this
.
form
.
drawee
===
1
)
{
await
this
.
$confirm
(
this
.
$t
(
'
请再次确认
运费由您支付还是收货人支付?
'
))
await
this
.
$confirm
(
this
.
$t
(
'
请再次确认
国际运费是否由您支付?
'
))
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment