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
c67ae120
Commit
c67ae120
authored
Apr 26, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
c8ad0322
942b2fc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
box.js
src/api/ecw/box.js
+8
-1
en_US.json
src/i18n/languages/en_US.json
+2
-2
No files found.
src/api/ecw/box.js
View file @
c67ae120
...
...
@@ -257,6 +257,7 @@ export function downloadAgentListFiles(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadAgentListFiles
"
,
method
:
"
get
"
,
timeout
:
3
*
60
*
1000
,
params
,
});
}
...
...
@@ -266,6 +267,7 @@ export function downloadSoncapFiles(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadSoncapFiles
"
,
method
:
"
get
"
,
timeout
:
3
*
60
*
1000
,
params
,
});
}
...
...
@@ -275,6 +277,7 @@ export function downloadCustomFiles(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadCustomFiles
"
,
method
:
"
get
"
,
timeout
:
3
*
60
*
1000
,
params
,
});
}
...
...
@@ -284,6 +287,7 @@ export function downloadLoadGoodsList(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadLoadGoodsList
"
,
responseType
:
"
blob
"
,
timeout
:
3
*
60
*
1000
,
method
:
"
get
"
,
params
,
});
...
...
@@ -294,6 +298,7 @@ export function downloadPreloadGoodsList(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadPreloadGoodsList
"
,
responseType
:
"
blob
"
,
timeout
:
3
*
60
*
1000
,
method
:
"
get
"
,
params
,
});
...
...
@@ -304,6 +309,7 @@ export function downloadReceivableList(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadReceivableList
"
,
responseType
:
"
blob
"
,
timeout
:
3
*
60
*
1000
,
method
:
"
get
"
,
params
,
});
...
...
@@ -314,6 +320,7 @@ export function downloadLadingCopy(params) {
return
request
({
url
:
"
/ecw/box-lading-copy/downloadLadingCopy
"
,
method
:
"
get
"
,
timeout
:
3
*
60
*
1000
,
params
,
});
}
...
...
@@ -334,4 +341,4 @@ export function updateUrl(data) {
method
:
"
put
"
,
data
,
});
}
\ No newline at end of file
}
src/i18n/languages/en_US.json
View file @
c67ae120
...
...
@@ -204,8 +204,8 @@
"未来计划方数"
:
"CBM of future plans"
,
"未来实际方数"
:
" Actual CBM in the future"
,
"创建人"
:
"founder"
,
"未来"
:
"
future
"
,
"天货柜数"
:
"
Number of containers per day
"
,
"未来"
:
"
Number of containers in the next
"
,
"天货柜数"
:
"
days
"
,
"未来{futureNumber}天计划方数"
:
"Planned cbm in the future {futureNumber} days"
,
"未来{futureNumber}天实际方数"
:
"Actual cbm in the future {futureNumber} days"
,
"添加预定舱计划"
:
"Add booking plan"
,
...
...
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