示例#1
0
 // 确认发货-判断选中的数据是否已经进行过出库记录操作
 public static bool CheckStockOutInfo(string IDs, ref string a_strErr)
 {
     if (FlowMeterPro.CheckStockOutInfo(IDs, ref a_strErr) == 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }