示例#1
0
 // 确认收货-确定入库
 public static bool AddStockInfo(tk_StockIn stockIn, string RIDs, ref string a_strErr)
 {
     if (FlowMeterPro.AddStockInfo(stockIn, RIDs, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }