Exemplo n.º 1
0
 // 确认发货-确定出库
 public static bool AddStockOutInfo(tk_StockOut stockOut, string RIDs, ref string a_strErr)
 {
     if (FlowMeterPro.AddStockOutInfo(stockOut, RIDs, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }