组桶打印
This commit is contained in:
@@ -20,6 +20,12 @@ export const querySupp = (supcode) => request({
|
||||
url:'api/pda/publicInterface/querySupp',
|
||||
data: {supp_code: supcode}
|
||||
})
|
||||
// 手持配置
|
||||
// 获取打印机ip下拉框
|
||||
export const getPrint = () => request({
|
||||
url:'api/print/getPrint',
|
||||
data: {}
|
||||
})
|
||||
|
||||
/**
|
||||
* 外包材收货(外包材管理)
|
||||
@@ -147,6 +153,11 @@ 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 printBag = (row, printId) => request({
|
||||
url:'api/print/printBag',
|
||||
data: {row: row, print_id: printId}
|
||||
})
|
||||
|
||||
// 物料组盘
|
||||
// 获取组盘信息
|
||||
@@ -171,6 +182,11 @@ export const confirmBucketAssembly = (bcode, bweight, qty, pcsn, mid) => request
|
||||
url:'api/pdaCommon/confirmBucketAssembly',
|
||||
data: {bucket_code: bcode, bucket_weight: bweight, qty: qty, pcsn: pcsn, material_id: mid}
|
||||
})
|
||||
// 物料组桶-打印
|
||||
export const printBucked = (row, printId) => request({
|
||||
url:'api/print/printBucked',
|
||||
data: {row: row, print_id: printId}
|
||||
})
|
||||
|
||||
/**
|
||||
* 仓储管理
|
||||
|
||||
Reference in New Issue
Block a user