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
cf85e399
Commit
cf85e399
authored
Mar 12, 2023
by
TIAN.DESHENG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export merge code
parent
79c15273
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
order.js
src/api/ecw/order.js
+7
-7
index.vue
src/views/ecw/order/index.vue
+5
-1
No files found.
src/api/ecw/order.js
View file @
cf85e399
...
@@ -586,7 +586,7 @@ export function exportAbnormal(params){
...
@@ -586,7 +586,7 @@ export function exportAbnormal(params){
// 参数搜索导出重货单统计 Excel
// 参数搜索导出重货单统计 Excel
export
function
exportHeavyOrder
(
params
){
export
function
exportHeavyOrder
(
params
){
return
request
({
return
request
({
url
:
'
/ecw/order/export
-excel
'
,
url
:
'
/ecw/order/export
/export-heavyOrder
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
responseType
:
'
blob
'
responseType
:
'
blob
'
...
@@ -596,7 +596,7 @@ export function exportHeavyOrder(params){
...
@@ -596,7 +596,7 @@ export function exportHeavyOrder(params){
// 参数搜索导出退仓单统计统计 Excel
// 参数搜索导出退仓单统计统计 Excel
export
function
exportReturnOrder
(
params
){
export
function
exportReturnOrder
(
params
){
return
request
({
return
request
({
url
:
'
/ecw/order
-exception/export-excel
'
,
url
:
'
/ecw/order
/export/export-returnOrder
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
responseType
:
'
blob
'
responseType
:
'
blob
'
...
@@ -606,7 +606,7 @@ export function exportReturnOrder(params){
...
@@ -606,7 +606,7 @@ export function exportReturnOrder(params){
// 参数搜索导出售后赔偿金额统计 Excel
// 参数搜索导出售后赔偿金额统计 Excel
export
function
exportSaleRepay
(
params
){
export
function
exportSaleRepay
(
params
){
return
request
({
return
request
({
url
:
'
/ecw/order
-exception/export-excel
'
,
url
:
'
/ecw/order
/export/export-saleRepay
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
responseType
:
'
blob
'
responseType
:
'
blob
'
...
@@ -617,7 +617,7 @@ export function exportSaleRepay(params){
...
@@ -617,7 +617,7 @@ export function exportSaleRepay(params){
// 参数搜索导出报关数统计 Excel
// 参数搜索导出报关数统计 Excel
export
function
exportCustomsDatas
(
params
){
export
function
exportCustomsDatas
(
params
){
return
request
({
return
request
({
url
:
'
/ecw/order
-exception/export-excel
'
,
url
:
'
/ecw/order
/export/export-customDatas
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
responseType
:
'
blob
'
responseType
:
'
blob
'
...
@@ -628,7 +628,7 @@ export function exportCustomsDatas(params){
...
@@ -628,7 +628,7 @@ export function exportCustomsDatas(params){
// 参数搜索导出客户出货量统计 Excel
// 参数搜索导出客户出货量统计 Excel
export
function
exportShippingDatas
(
params
){
export
function
exportShippingDatas
(
params
){
return
request
({
return
request
({
url
:
'
/ecw/order
-exception/export-excel
'
,
url
:
'
/ecw/order
/export/export-shipDatas
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
responseType
:
'
blob
'
responseType
:
'
blob
'
...
@@ -639,7 +639,7 @@ export function exportShippingDatas(params){
...
@@ -639,7 +639,7 @@ export function exportShippingDatas(params){
// 参数搜索导出预付运费统计 Excel
// 参数搜索导出预付运费统计 Excel
export
function
exportShipFee
(
params
){
export
function
exportShipFee
(
params
){
return
request
({
return
request
({
url
:
'
/ecw/order
-exception/export-excel
'
,
url
:
'
/ecw/order
/export/export-shipFee
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
responseType
:
'
blob
'
responseType
:
'
blob
'
...
@@ -650,7 +650,7 @@ export function exportShipFee(params){
...
@@ -650,7 +650,7 @@ export function exportShipFee(params){
// 参数搜索导出卸货费统计 Excel
// 参数搜索导出卸货费统计 Excel
export
function
exportUnload
(
params
){
export
function
exportUnload
(
params
){
return
request
({
return
request
({
url
:
'
/ecw/order
-exception
/export-excel
'
,
url
:
'
/ecw/order
/export
/export-excel
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
params
,
params
:
params
,
responseType
:
'
blob
'
responseType
:
'
blob
'
...
...
src/views/ecw/order/index.vue
View file @
cf85e399
...
@@ -635,10 +635,14 @@ export default {
...
@@ -635,10 +635,14 @@ export default {
exportSearch
(){
exportSearch
(){
return
this
.
exportExcel
(
this
.
getExportFunc
(),
this
.
combinedQueryParams
,
this
.
$t
(
"
导出搜索
"
))
return
this
.
exportExcel
(
this
.
getExportFunc
(),
this
.
combinedQueryParams
,
this
.
$t
(
"
导出搜索
"
))
},
},
// 导出异常单
// 导出异常单
exportAbnormal
(){
exportAbnormal
(){
return
this
.
exportExcel
(
exportAbnormal
,
this
.
combinedQueryParams
,
this
.
$t
(
"
异常单统计
"
))
return
this
.
exportExcel
(
exportAbnormal
,
this
.
combinedQueryParams
,
this
.
$t
(
"
异常单统计
"
))
},
},
// 重货单统计
exportHeavyOrder
(){
return
this
.
exportExcel
(
exportHeavyOrder
,
this
.
combinedQueryParams
,
this
.
$t
(
"
重货单统计
"
))
},
// 退仓单统计
// 退仓单统计
exportReturnOrder
(){
exportReturnOrder
(){
return
this
.
exportExcel
(
exportReturnOrder
,
this
.
combinedQueryParams
,
this
.
$t
(
"
退仓单统计
"
))
return
this
.
exportExcel
(
exportReturnOrder
,
this
.
combinedQueryParams
,
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