组袋修改
This commit is contained in:
@@ -158,6 +158,11 @@ export const printBag = (row, printId) => request({
|
||||
url:'api/print/printBag',
|
||||
data: {row: row, print_id: printId}
|
||||
})
|
||||
// 根据扫袋码查询组袋信息
|
||||
export const queryBagInfo = (bagNo) => request({
|
||||
url:'api/pdaCommon/queryBagInfo',
|
||||
data: {bagNo: bagNo}
|
||||
})
|
||||
|
||||
// 物料组盘
|
||||
// 获取组盘信息
|
||||
@@ -187,6 +192,12 @@ export const printBucked = (row, printId) => request({
|
||||
url:'api/print/printBucked',
|
||||
data: {row: row, print_id: printId}
|
||||
})
|
||||
// 根据扫桶码获取组桶信息
|
||||
export const queryBuckInfo = (bcode) => request({
|
||||
url:'api/pdaCommon/queryBuckInfo',
|
||||
data: {bucket_code: bcode}
|
||||
})
|
||||
|
||||
|
||||
/**
|
||||
* 仓储管理
|
||||
|
||||
Reference in New Issue
Block a user