From a97a624c1fb269a059f97629076433c46b4e8b4c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 13 8月 2025 14:42:08 +0800 Subject: [PATCH] //如果是连续打印,则不调用打印服务,解决重复打印的问题 【Editby shaocx,2025-08-13】 --- SDA/iWareModel/EnumType/EDevice/EDevice.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/SDA/iWareModel/EnumType/EDevice/EDevice.cs b/SDA/iWareModel/EnumType/EDevice/EDevice.cs index 3eeddcc..66dc083 100644 --- a/SDA/iWareModel/EnumType/EDevice/EDevice.cs +++ b/SDA/iWareModel/EnumType/EDevice/EDevice.cs @@ -17,6 +17,8 @@ 鍥涘彿鍫嗗灈鏈� = 4, RGV = 5, + Station = 6, + 鍏ュ簱鍙�1015 = 1015, 鍏ュ簱鍙�1019 = 1019, @@ -46,8 +48,5 @@ //AGV = 1019, AGV = 1099, - - - Station = 7777 } } -- Gitblit v1.9.3