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
69753b07
Commit
69753b07
authored
Sep 12, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提单下载错误提示
parent
86c7f282
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
box.js
src/api/ecw/box.js
+0
-2
indexAir.vue
src/views/ecw/box/indexAir.vue
+0
-3
No files found.
src/api/ecw/box.js
View file @
69753b07
...
@@ -199,7 +199,6 @@ export function getBillService(params) {
...
@@ -199,7 +199,6 @@ export function getBillService(params) {
export
function
zipDownload
(
params
)
{
export
function
zipDownload
(
params
)
{
return
request
({
return
request
({
url
:
"
/shipment/make-bill-of-lading/zipDownload
"
,
url
:
"
/shipment/make-bill-of-lading/zipDownload
"
,
responseType
:
"
blob
"
,
method
:
"
get
"
,
method
:
"
get
"
,
timeout
:
120000
,
timeout
:
120000
,
params
,
params
,
...
@@ -327,7 +326,6 @@ export function downloadPreloadGoodsList(params) {
...
@@ -327,7 +326,6 @@ export function downloadPreloadGoodsList(params) {
export
function
downloadReceivableList
(
params
)
{
export
function
downloadReceivableList
(
params
)
{
return
request
({
return
request
({
url
:
"
/ecw/box-preload-goods/downloadReceivableList
"
,
url
:
"
/ecw/box-preload-goods/downloadReceivableList
"
,
responseType
:
"
blob
"
,
timeout
:
3
*
60
*
1000
,
timeout
:
3
*
60
*
1000
,
method
:
"
get
"
,
method
:
"
get
"
,
params
,
params
,
...
...
src/views/ecw/box/indexAir.vue
View file @
69753b07
...
@@ -576,9 +576,6 @@ export default {
...
@@ -576,9 +576,6 @@ export default {
this.exportLoading = true;
this.exportLoading = true;
func(params).then(res => {
func(params).then(res => {
console.log({res
}
)
console.log({res
}
)
if(!fileName){
fileName = this.$t('订单')
}
this.$message.success(this.$t('已加入导出队列,请稍后在下载日志中下载'))
this.$message.success(this.$t('已加入导出队列,请稍后在下载日志中下载'))
// this.$download.excel(res, fileName + '.xls');
// this.$download.excel(res, fileName + '.xls');
}
).finally(() => {
}
).finally(() => {
...
...
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