diff --git a/src/renderer/store/modules/chat.js b/src/renderer/store/modules/chat.js index 0286cdc..54cbad3 100644 --- a/src/renderer/store/modules/chat.js +++ b/src/renderer/store/modules/chat.js @@ -12,8 +12,21 @@ const PrinterStatus = { // 打印机报错 const printer_errors = { - '0x00010': '光盘仓为空', - '0x00011': '抓取光盘错误', + '0x00011': '从盘仓到光驱时,光盘仓为空', + '0x00012': '从盘仓到光驱时,抓取光盘错误', + '0x00013': '从盘仓到光驱时,其他错误', + '0x00014': '从盘仓到打印托盘时,光盘仓为空', + '0x00015': '从盘仓到打印托盘时,抓取光盘错误', + '0x00016': '从盘仓到打印托盘时,其他错误', + '0x00017': '从光驱到打印托盘时,光盘仓为空', + '0x00018': '从光驱到打印托盘时,抓取光盘错误', + '0x00019': '从光驱到打印托盘时,其他错误', + '0x0001A': '从打印托盘到弃置位时,光盘仓为空', + '0x0001B': '从打印托盘到弃置位时,抓取光盘错误', + '0x0001C': '从打印托盘到弃置位时,其他错误', + '0x0001D': '从光驱到弃置位时,光盘仓为空', + '0x0001E': '从光驱到弃置位时,抓取光盘错误', + '0x0001F': '从光驱到弃置位时,其他错误', } // 提交任务报错