/// <summary> /// 取得該日期、批號是否有人在編輯 /// </summary> public DataTable QueryControlChk(ArrayList ParameterList) { try { DBO.PUR_PurchaseDeliveryGoodsDBO dbo = new PUR_PurchaseDeliveryGoodsDBO(ref USEDB); return dbo.QueryControlChk(ParameterList); } catch (Exception ex) { throw ex; } }