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
61476edd
Commit
61476edd
authored
Jan 01, 2024
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
理货增加标签扫码、批量输入、纠错、批量纠错
parent
f0bd0d76
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
587 additions
and
33 deletions
+587
-33
boxAir.js
src/api/ecw/boxAir.js
+90
-0
pkgPage.vue
src/views/ecw/box/shippingAir/nodePage/mergePkg/pkgPage.vue
+313
-11
index.vue
src/views/ecw/box/shippingAir/nodePage/tally/index.vue
+184
-22
No files found.
src/api/ecw/boxAir.js
View file @
61476edd
...
...
@@ -402,4 +402,94 @@ export function downloadLoadGoods(params) {
timeout
:
120000
,
params
,
})
}
/**
* 创建理货和合包标签
*
* @export
* @param {*} data
* @return {*}
*/
export
function
checkInfoSingleCreate
(
data
)
{
return
request
({
url
:
`/ecw/box-order-check-info/singleCreate`
,
method
:
"
post
"
,
data
:
data
});
}
/**
* 批量创建理货和合包标签
*
* @export
* @param {*} data
* @return {*}
*/
export
function
checkInfoBatchCreate
(
data
)
{
return
request
({
url
:
`/ecw/box-order-check-info/batchCreate`
,
method
:
"
post
"
,
data
:
data
});
}
/**
* 删除理货和合包标签
*
* @export
* @param {*} data
* @return {*}
*/
export
function
checkInfoSingleDelete
(
data
)
{
return
request
({
url
:
`/ecw/box-order-check-info/singleDelete`
,
method
:
"
post
"
,
data
:
data
});
}
/**
* 批量删除理货和合包标签
*
* @export
* @param {*} data
* @return {*}
*/
export
function
checkInfoBatchDelete
(
data
)
{
return
request
({
url
:
`/ecw/box-order-check-info/batchDelete`
,
method
:
"
post
"
,
data
:
data
});
}
/**
* 获取订单理货,合包编号列表
*
* @export
* @param {*} data
* @return {*}
*/
export
function
getOrderTagList
(
params
)
{
return
request
({
url
:
`/ecw/box-order-check-info/orderTagList`
,
method
:
"
get
"
,
params
});
}
/**
* 根据箱号、订单号查找订单号码,理货和合包使用
*
* @export
* @param {*} data
* @return {*}
*/
export
function
searchLoadOrderByBoxNo
(
data
)
{
return
request
({
url
:
`/ecw/box-order-check-info/searchLoadOrderByBoxNo`
,
method
:
"
post
"
,
data
:
data
});
}
\ No newline at end of file
src/views/ecw/box/shippingAir/nodePage/mergePkg/pkgPage.vue
View file @
61476edd
This diff is collapsed.
Click to expand it.
src/views/ecw/box/shippingAir/nodePage/tally/index.vue
View file @
61476edd
This diff is collapsed.
Click to expand it.
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