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
18aa1c2e
Commit
18aa1c2e
authored
May 05, 2023
by
houjn@hikoon.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
延长导出接口超时时间
parent
093c87fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
order.js
src/api/ecw/order.js
+11
-0
No files found.
src/api/ecw/order.js
View file @
18aa1c2e
...
@@ -558,6 +558,7 @@ export function orderExportSearch(params){
...
@@ -558,6 +558,7 @@ export function orderExportSearch(params){
return
request
({
return
request
({
url
:
'
/ecw/order/export/search
'
,
url
:
'
/ecw/order/export/search
'
,
method
:
'
GET
'
,
method
:
'
GET
'
,
timeout
:
5
*
60000
,
responseType
:
'
arraybuffer
'
,
responseType
:
'
arraybuffer
'
,
params
params
})
})
...
@@ -569,6 +570,7 @@ export function orderExportMySearch(params){
...
@@ -569,6 +570,7 @@ export function orderExportMySearch(params){
url
:
'
/ecw/order/export/my/search
'
,
url
:
'
/ecw/order/export/my/search
'
,
responseType
:
'
arraybuffer
'
,
responseType
:
'
arraybuffer
'
,
method
:
'
GET
'
,
method
:
'
GET
'
,
timeout
:
5
*
60000
,
params
params
})
})
}
}
...
@@ -579,6 +581,7 @@ export function orderExportDeptSearch(params){
...
@@ -579,6 +581,7 @@ export function orderExportDeptSearch(params){
url
:
'
/ecw/order/export/dept/search
'
,
url
:
'
/ecw/order/export/dept/search
'
,
method
:
'
GET
'
,
method
:
'
GET
'
,
responseType
:
'
arraybuffer
'
,
responseType
:
'
arraybuffer
'
,
timeout
:
5
*
60000
,
params
params
})
})
}
}
...
@@ -589,6 +592,7 @@ export function exportAbnormal(params){
...
@@ -589,6 +592,7 @@ export function exportAbnormal(params){
url
:
'
/ecw/order/export/export-exception
'
,
url
:
'
/ecw/order/export/export-exception
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
timeout
:
5
*
60000
,
responseType
:
'
blob
'
responseType
:
'
blob
'
})
})
}
}
...
@@ -600,6 +604,7 @@ export function exportHeavyOrder(params){
...
@@ -600,6 +604,7 @@ export function exportHeavyOrder(params){
url
:
'
/ecw/order/export/export-heavyOrder
'
,
url
:
'
/ecw/order/export/export-heavyOrder
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
timeout
:
5
*
60000
,
responseType
:
'
blob
'
responseType
:
'
blob
'
})
})
}
}
...
@@ -610,6 +615,7 @@ export function exportReturnOrder(params){
...
@@ -610,6 +615,7 @@ export function exportReturnOrder(params){
url
:
'
/ecw/order/export/export-returnOrder
'
,
url
:
'
/ecw/order/export/export-returnOrder
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
timeout
:
5
*
60000
,
responseType
:
'
blob
'
responseType
:
'
blob
'
})
})
}
}
...
@@ -620,6 +626,7 @@ export function exportSaleRepay(params){
...
@@ -620,6 +626,7 @@ export function exportSaleRepay(params){
url
:
'
/ecw/order/export/export-saleRepay
'
,
url
:
'
/ecw/order/export/export-saleRepay
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
timeout
:
5
*
60000
,
responseType
:
'
blob
'
responseType
:
'
blob
'
})
})
}
}
...
@@ -631,6 +638,7 @@ export function exportCustomsDatas(params){
...
@@ -631,6 +638,7 @@ export function exportCustomsDatas(params){
url
:
'
/ecw/order/export/export-customDatas
'
,
url
:
'
/ecw/order/export/export-customDatas
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
timeout
:
5
*
60000
,
responseType
:
'
blob
'
responseType
:
'
blob
'
})
})
}
}
...
@@ -642,6 +650,7 @@ export function exportShippingDatas(params){
...
@@ -642,6 +650,7 @@ export function exportShippingDatas(params){
url
:
'
/ecw/order/export/export-shipDatas
'
,
url
:
'
/ecw/order/export/export-shipDatas
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
timeout
:
5
*
60000
,
responseType
:
'
blob
'
responseType
:
'
blob
'
})
})
}
}
...
@@ -653,6 +662,7 @@ export function exportShipFee(params){
...
@@ -653,6 +662,7 @@ export function exportShipFee(params){
url
:
'
/ecw/order/export/export-shipFee
'
,
url
:
'
/ecw/order/export/export-shipFee
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
timeout
:
5
*
60000
,
responseType
:
'
blob
'
responseType
:
'
blob
'
})
})
}
}
...
@@ -664,6 +674,7 @@ export function exportUnload(params){
...
@@ -664,6 +674,7 @@ export function exportUnload(params){
url
:
'
/ecw/order/export/export-excel
'
,
url
:
'
/ecw/order/export/export-excel
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
timeout
:
5
*
60000
,
responseType
:
'
blob
'
responseType
:
'
blob
'
})
})
}
}
...
...
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