客户标签打印
This commit is contained in:
@@ -255,4 +255,22 @@ export const stPrint = (box_jo) => request({
|
||||
data: {
|
||||
box_jo: box_jo
|
||||
}
|
||||
})
|
||||
|
||||
/**
|
||||
* 客户标签打印
|
||||
*/
|
||||
// 1.1木箱信息查询
|
||||
export const customerInfo = (box_no) => request({
|
||||
url:'api/pda/print/customerInfo',
|
||||
data: {
|
||||
box_no: box_no
|
||||
}
|
||||
})
|
||||
// 1.1木箱打印
|
||||
export const customerPrint = (box_no) => request({
|
||||
url:'api/pda/print/customerPrint',
|
||||
data: {
|
||||
box_no: box_no
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user