设置添加打印机

This commit is contained in:
2022-11-24 17:55:16 +08:00
parent e0ae9c5daa
commit dc86889653
3 changed files with 35 additions and 1 deletions

View File

@@ -273,4 +273,9 @@ export const customerPrint = (box_no) => request({
data: {
box_no: box_no
}
})
// 1.3打印机类型
export const virtualprintType = () => request({
url:'api/pda/virtual/printType',
data: {}
})