优化标签小票打印
This commit is contained in:
@@ -188,7 +188,7 @@ app.whenReady().then(() => {
|
||||
|
||||
// 执行标签小票的打印操作
|
||||
ipcMain.on("printTagStart", (event, arg) => {
|
||||
// console.log(arg);
|
||||
console.log(arg);
|
||||
const _parmas = JSON.parse(arg);
|
||||
// console.log(_parmas)
|
||||
let name = _parmas.deviceName;
|
||||
|
||||
Reference in New Issue
Block a user