Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-pda-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-pda-master
Commits
7996b5c1
Commit
7996b5c1
authored
Jan 17, 2025
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 206 PDA装柜扫描性能不达标
parent
808df3f4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
api.js
src/pages/loading/api.js
+13
-0
detail.vue
src/pages/loading/detail.vue
+2
-2
No files found.
src/pages/loading/api.js
View file @
7996b5c1
...
@@ -87,6 +87,19 @@ export const getLoadingDetail = (params) => {
...
@@ -87,6 +87,19 @@ export const getLoadingDetail = (params) => {
});
});
};
};
/**
* 待装柜详情(扫描专用)
*
* @param {*} params
* @returns
*/
export
const
getLoadingDetailV2
=
(
params
)
=>
{
return
http
(
`/my/shipment/cabinetDetailV2`
,
params
,
{
method
:
'
GET
'
,
loading
:
true
,
});
};
/**
/**
* 批量装柜
* 批量装柜
*
*
...
...
src/pages/loading/detail.vue
View file @
7996b5c1
...
@@ -501,7 +501,7 @@ import util from "../../util/util.js";
...
@@ -501,7 +501,7 @@ import util from "../../util/util.js";
import
mixins
from
"
../../mixins/mixin.js
"
;
import
mixins
from
"
../../mixins/mixin.js
"
;
import
iconpath
from
"
../../static/images/close.png
"
;
import
iconpath
from
"
../../static/images/close.png
"
;
import
{
import
{
getLoadingDetail
,
getLoadingDetail
V2
,
getOrderDetailAdmin
,
getOrderDetailAdmin
,
orderTagList
,
orderTagList
,
getOrderDetailByBoxNo
,
getOrderDetailByBoxNo
,
...
@@ -1091,7 +1091,7 @@ export default {
...
@@ -1091,7 +1091,7 @@ export default {
/* 读取预装信息 */
/* 读取预装信息 */
getLoadDetail
()
{
getLoadDetail
()
{
if
(
this
.
shipmentId
)
{
if
(
this
.
shipmentId
)
{
getLoadingDetail
({
getLoadingDetail
V2
({
shipmentId
:
this
.
shipmentId
,
shipmentId
:
this
.
shipmentId
,
}
).
then
((
data
)
=>
{
}
).
then
((
data
)
=>
{
const
{
loadDetail
}
=
data
;
const
{
loadDetail
}
=
data
;
...
...
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