change
This commit is contained in:
@@ -131,11 +131,23 @@ export const callStackPlates = (pcode, row) => request({
|
||||
/**
|
||||
* 组盘管理
|
||||
*/
|
||||
// 物料组袋(组盘管理)共 (2) 个
|
||||
// 查询证书编号
|
||||
export const queryRecordNo = () => request({
|
||||
url:'api/pdaCommon/queryRecordNo',
|
||||
data: {}
|
||||
})
|
||||
// 获取袋码
|
||||
export const byBagCodeInfo = (mid) => request({
|
||||
url:'api/pdaCommon/byBagCodeInfo',
|
||||
data: {material_id: mid}
|
||||
})
|
||||
// 物料组袋
|
||||
export const confirmBagAssembly = (bagNo, mid, suppCode, qty, pcsn) => request({
|
||||
url:'api/pdaCommon/confirmBagAssembly',
|
||||
data: {bagNo: bagNo, materialId: mid, suppCode: suppCode, qty: qty, pcsn: pcsn}
|
||||
})
|
||||
|
||||
// 物料组盘
|
||||
// 获取组盘信息
|
||||
export const getBagAssembly = (bno) => request({
|
||||
@@ -147,6 +159,13 @@ export const confirmPalletAssembly = (vcode, arr) => request({
|
||||
url:'api/pdaCommon/confirmPalletAssembly',
|
||||
data: {vehicle_code: vcode, group_plates: arr}
|
||||
})
|
||||
|
||||
// 物料组桶(组盘管理)共 (1) 个
|
||||
// 查询证书编号
|
||||
export const queryRecordNoBucked = () => request({
|
||||
url:'api/pdaCommon/queryRecordNoBucked',
|
||||
data: {}
|
||||
})
|
||||
// 物料组桶
|
||||
export const confirmBucketAssembly = (bcode, bweight, qty, pcsn, mid) => request({
|
||||
url:'api/pdaCommon/confirmBucketAssembly',
|
||||
|
||||
Reference in New Issue
Block a user