From 29e24f2112ce8f2bd9d9f7d18b0858155d456073 Mon Sep 17 00:00:00 2001 From: 24kycj <1637269896@qq.com> Date: Fri, 29 Nov 2024 17:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/store/modules/chat.js | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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': '从光驱到弃置位时,其他错误', } // 提交任务报错