Explorar el Código

重量检测插入数据新增公共方法

Hcsy hace 8 años
padre
commit
79efc50ef5
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      UAS-MES/PublicMethod/LogicHandler.cs

+ 6 - 0
UAS-MES/PublicMethod/LogicHandler.cs

@@ -1311,6 +1311,12 @@ namespace UAS_MES.PublicMethod
                 return false;
         }
 
+        public static void RecordProdWeight(string iSN, string iType, string iScanValue, float iWeight, string iUnit, string iLineCode, string iPrCode, string iSource, string iUser)
+        {
+
+            sql.Append("");
+        }
+
 
         /// <summary>
         /// 小箱装大箱的包装规则判断