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
d76d6bc2
Commit
d76d6bc2
authored
Aug 21, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
备货订单导出接口更新
parent
6ebd75da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
order.js
src/api/ecw/order.js
+10
-0
stockingList.vue
src/views/ecw/order/stockingList.vue
+8
-2
No files found.
src/api/ecw/order.js
View file @
d76d6bc2
...
...
@@ -874,6 +874,16 @@ export function exportReadyStock(params){
})
}
// 导出可出订单
export
function
exportCanShipment
(
params
){
return
request
({
url
:
'
/ecw/order/export/can-shipment/search
'
,
method
:
'
get
'
,
params
,
responseType
:
'
blob
'
})
}
// 无需打包
export
function
noNeedPack
(
orderItemId
){
return
request
({
...
...
src/views/ecw/order/stockingList.vue
View file @
d76d6bc2
...
...
@@ -192,7 +192,13 @@ import { getProductAttrList } from '@/api/ecw/productAttr'
import
CustomerSelector
from
'
@/components/CustomerSelector
'
import
specialNeeds
from
'
@/views/ecw/order/components/specialNeeds
'
;
import
{
canReadyStockShipmentPage
,
exportReadyStock
,
canShipmentPage
,
orderSpecialNeed
}
from
"
@/api/ecw/order
"
;
import
{
canReadyStockShipmentPage
,
exportReadyStock
,
canShipmentPage
,
orderSpecialNeed
,
exportCanShipment
}
from
"
@/api/ecw/order
"
;
import
PrintTag
from
'
./components/PrintTag
'
import
PrintWarehouseReceipt
from
'
./components/PrintWarehouseReceipt
'
import
PrintLadingBill
from
'
./components/PrintLadingBill
'
...
...
@@ -342,7 +348,7 @@ export default {
// 导出
exportXls
(
params
){
this
.
exporting
=
true
export
ReadyStock
(
params
).
then
(
res
=>
{
export
CanShipment
(
params
).
then
(
res
=>
{
this
.
$download
.
excel
(
res
,
this
.
$t
(
'
备货订单
'
)
+
'
.xls
'
);
}).
finally
(()
=>
{
this
.
exporting
=
false
...
...
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