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
17f53859
Commit
17f53859
authored
Sep 09, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下载提货单提示
parent
7c9c5e42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
indexAir.vue
src/views/ecw/box/indexAir.vue
+4
-3
indexSea.vue
src/views/ecw/box/indexSea.vue
+8
-7
No files found.
src/views/ecw/box/indexAir.vue
View file @
17f53859
...
...
@@ -201,7 +201,7 @@ import {
exportboxExcel
,
getNoticeList
,
dealCustomsSplitNotify
,
exportPreloadGoodsList
,
downloadReceivableList
,
getAirNoticeList
exportPreloadGoodsList
,
downloadReceivableList
,
getAirNoticeList
,
zipDownload
}
from
'
@/api/ecw/box
'
import
{
getChannelList
}
from
'
@/api/ecw/channel
'
import
{
getWarehouseList
}
from
'
@/api/ecw/warehouse
'
...
...
@@ -537,12 +537,13 @@ export default {
);
break;
case "zipDownload":
downloadFile(
/*
downloadFile(
command,
{shipmentId: row.id
}
,
this.$t("提货单") + `
(
$
{
row
.
selfNo
}
).
zip
`,
"zip"
);
);*/
this.exportExcel(zipDownload, { shipmentId: row.id
}
, this.$t("提货单") + `
(
$
{
row
.
selfNo
}
).
zip
`)
break;
case "downloadAgentListFiles":
case "downloadSoncapFiles":
...
...
src/views/ecw/box/indexSea.vue
View file @
17f53859
...
...
@@ -209,11 +209,11 @@
<
script
>
import
{
deletebox
,
getbox
,
getboxPage
,
exportboxExcel
,
getNoticeList
,
dealCustomsSplitNotify
,
exportPreloadGoodsList
,
deletebox
,
getbox
,
getboxPage
,
exportboxExcel
,
getNoticeList
,
dealCustomsSplitNotify
,
exportPreloadGoodsList
,
zipDownload
,
}
from
"
@/api/ecw/box
"
;
import
{
downloadFile
,
...
...
@@ -514,12 +514,13 @@ export default {
);
break;
case "zipDownload":
downloadFile(
/*
downloadFile(
command,
{ shipmentId: row.id
}
,
this.$t("提货单") + `
(
$
{
row
.
selfNo
}
).
zip
`,
"zip"
);
);*/
this.exportExcel(zipDownload, { shipmentId: row.id
}
, this.$t("提货单") + `
(
$
{
row
.
selfNo
}
).
zip
`)
break;
case "downloadAgentListFiles":
case "downloadSoncapFiles":
...
...
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