Browse Source

小票打印后删除剔除打印过的

刘彬 5 days ago
parent
commit
af9add1815
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Core/Management.cs

+ 3 - 0
Core/Management.cs

@@ -313,7 +313,10 @@ namespace DefaultEdit.Core
 
                         LogHelper.Info(CurrConfig.Rfid + " 脱模完成");
                         if ( processDataModels.Count != 0 )
+                        {
                             PrintInfo(processDataModels[ 0 ], "手动");
+                            processDataModels.RemoveAt(0);
+                        }
                         LogHelper.Debuginfo("脱模完成已置位");
                     }
                     else