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
bffe6bcc
Commit
bffe6bcc
authored
Oct 25, 2023
by
wanglh1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
到仓接口修改
parent
7a97d657
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
6 deletions
+52
-6
boxSea.js
src/api/ecw/boxSea.js
+46
-0
startUnloading.vue
...ecw/box/shippingAir/nodePage/unloading/startUnloading.vue
+6
-6
No files found.
src/api/ecw/boxSea.js
View file @
bffe6bcc
...
...
@@ -834,6 +834,21 @@ export function batchUnload(data) {
});
}
/**
* 批量到仓
*
* @export
* @param {*} data
* @return {*}
*/
export
function
airBatchUnload
(
data
)
{
return
request
({
url
:
"
/ecw/box-load-info/airBatchUnload
"
,
method
:
"
post
"
,
data
,
});
}
/**
* 单个卸柜
*
...
...
@@ -849,6 +864,21 @@ export function singleUnload(data) {
});
}
/**
* 单个到仓
*
* @export
* @param {*} data
* @return {*}
*/
export
function
airSingleUnload
(
data
)
{
return
request
({
url
:
"
/ecw/box-load-info/airSingleUnload
"
,
method
:
"
post
"
,
data
,
});
}
/**
* 一键卸柜
*
...
...
@@ -864,6 +894,22 @@ export function allUnload(data) {
});
}
/**
* 一键到仓
*
* @export
* @param {*} data
* @return {*}
*/
export
function
airAllUnload
(
data
)
{
return
request
({
url
:
"
/ecw/box-load-info/airAllUnload
"
,
method
:
"
post
"
,
data
,
});
}
/**
* 异常
*
...
...
src/views/ecw/box/shippingAir/nodePage/unloading/startUnloading.vue
View file @
bffe6bcc
...
...
@@ -151,12 +151,12 @@
import
unloadingError
from
"
./unloadingError.vue
"
;
import
{
loadGoodsList
,
b
atchUnload
,
allUnload
,
airB
atchUnload
,
a
irA
llUnload
,
approvalCreate
,
approvalCancel
,
getSectionList
,
s
ingleUnload
,
airS
ingleUnload
,
boxGoodsDetail
}
from
"
@/api/ecw/boxSea
"
;
import
{
serviceMsg
,
getTotlContent
,
toReviewDetail
}
from
"
../../utils
"
;
...
...
@@ -254,7 +254,7 @@ export default {
this
.
$message
.
error
(
this
.
$t
(
"
请输入箱号标签
"
));
return
;
}
s
ingleUnload
({
airS
ingleUnload
({
orderNumCode
:
this
.
labelNo
,
shipmentId
:
this
.
$attrs
.
shipmentObj
.
id
,
}).
then
((
res
)
=>
{
...
...
@@ -274,7 +274,7 @@ export default {
this
.
$message
.
error
(
this
.
$t
(
"
请选择到仓时间
"
));
return
;
}
b
atchUnload
({
airB
atchUnload
({
orderNo
:
this
.
labelNo
,
shipmentId
:
this
.
$attrs
.
shipmentObj
.
id
,
unloadTime
:
this
.
ulWarehouseTime
...
...
@@ -295,7 +295,7 @@ export default {
type
:
"
warning
"
,
})
.
then
((
_
)
=>
{
allUnload
({
shipmentId
:
this
.
$attrs
.
shipmentObj
.
id
,
unloadTime
:
this
.
ulWarehouseTime
}).
then
((
res
)
=>
{
a
irA
llUnload
({
shipmentId
:
this
.
$attrs
.
shipmentObj
.
id
,
unloadTime
:
this
.
ulWarehouseTime
}).
then
((
res
)
=>
{
serviceMsg
(
res
,
this
).
then
((
res
)
=>
{
this
.
getLoadGoodsList
();
});
...
...
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