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
c2b8b867
Commit
c2b8b867
authored
Feb 23, 2024
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
空运出仓逻辑优化
parent
d0372b7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
5 deletions
+34
-5
boxAir.js
src/api/ecw/boxAir.js
+30
-1
startCheckout.vue
...s/ecw/box/shippingAir/nodePage/checkout/startCheckout.vue
+4
-4
No files found.
src/api/ecw/boxAir.js
View file @
c2b8b867
...
...
@@ -507,4 +507,33 @@ export function confirmAirCheckout(params) {
method
:
"
get
"
,
params
});
}
\ No newline at end of file
}
/**
* 单个装柜
*
* @export
* @param {*} data
* @return {*}
*/
export
function
singleAirCreate
(
data
)
{
return
request
({
url
:
"
/ecw/box-load-info/singleAirCreate
"
,
method
:
"
post
"
,
data
,
});
}
/**
* 批量装柜
*
* @export
* @param {*} data
* @return {*}
*/
export
function
batchAirCreate
(
data
)
{
return
request
({
url
:
"
/ecw/box-load-info/batchAirCreate
"
,
method
:
"
post
"
,
data
,
});
}
src/views/ecw/box/shippingAir/nodePage/checkout/startCheckout.vue
View file @
c2b8b867
...
...
@@ -207,14 +207,14 @@ import { confirmAirCheckout } from "@/api/ecw/boxAir";
import
{
loadSecGoodsList
,
orderTagList
,
singleCreate
,
batchCreate
,
singleDelete
,
batchDelete
,
remove
,
getOrderDetailByBoxNo
,
externalLoad
,
}
from
"
@/api/ecw/boxSea
"
;
import
{
singleAirCreate
,
batchAirCreate
}
from
"
@/api/ecw/boxAir
"
import
{
getTotlContent
,
serviceMsg
,
...
...
@@ -435,7 +435,7 @@ export default {
return
;
}
params
.
orderNumCode
=
this
.
qrCode
;
singleCreate
(
params
).
then
((
res
)
=>
{
single
Air
Create
(
params
).
then
((
res
)
=>
{
serviceMsg
(
res
,
this
).
then
(()
=>
{
this
.
qrCode
=
""
;
this
.
getLoadSecGoodsList
();
...
...
@@ -443,7 +443,7 @@ export default {
});
}
else
{
params
.
orderNo
=
this
.
batchObj
.
qrCode
;
batchCreate
(
params
).
then
((
res
)
=>
{
batch
Air
Create
(
params
).
then
((
res
)
=>
{
serviceMsg
(
res
,
this
).
then
(()
=>
{
this
.
closeDialog2
();
this
.
getLoadSecGoodsList
();
...
...
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