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
670b2abe
Commit
670b2abe
authored
Aug 26, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
可出确认提示翻译
parent
7f989070
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
en_US.json
src/i18n/languages/en_US.json
+2
-1
penddingList.vue
src/views/ecw/order/penddingList.vue
+2
-2
No files found.
src/i18n/languages/en_US.json
View file @
670b2abe
...
...
@@ -4146,5 +4146,6 @@
"暂无清关费设置"
:
"Batch set up air freight routes for goods"
,
"查看更多"
:
"There is currently no customs clearance fee setting"
,
"単询"
:
"View more"
,
"查看阶梯价"
:
"Single inquiry"
"查看阶梯价"
:
"Single inquiry"
,
"您确定要将订单{orderNo}设置为可出吗?"
:
"Are you sure you want to set order {orderNo} as available?"
}
src/views/ecw/order/penddingList.vue
View file @
670b2abe
...
...
@@ -399,8 +399,8 @@ export default {
},
// 批量可出
batchCanShipment
(){
let
orderNo
s
=
this
.
multipleSelection
.
map
(
item
=>
item
.
orderNo
).
join
(
'
,
'
)
this
.
$confirm
(
this
.
$t
(
`您确定要将订单{orderNo
s}设置为可出吗?`
,
{
orderNos
})).
then
(()
=>
{
let
orderNo
=
this
.
multipleSelection
.
map
(
item
=>
item
.
orderNo
).
join
(
'
,
'
)
this
.
$confirm
(
this
.
$t
(
`您确定要将订单{orderNo
}设置为可出吗?`
,
{
orderNo
})).
then
(()
=>
{
return
batchCanShipment
(
this
.
ids
)
}).
then
(
res
=>
{
this
.
$message
.
success
(
res
.
message
||
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