コード例 #1
0
ファイル: FlowMeterMan.cs プロジェクト: xupeihong/.netYJY
 // 确认收货-判断选中的数据是否已经进行过入库操作
 public static bool CheckStockInfo(string IDs, ref string a_strErr)
 {
     if (FlowMeterPro.CheckStockInfo(IDs, ref a_strErr) == 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }