Beispiel #1
0
 public static bool SaveUpdateReturnGoods(ExchangeGoods excgoods, List <Exchange_Detail> RList, ref string strErr)
 {
     return(SalesPro.SaveUpdateReturnGoods(excgoods, RList, ref strErr));
 }
Beispiel #2
0
 public static bool SaveExchangeGoodsFinish(ExchangeGoods exGoods, ref string strErr)
 {
     return(SalesPro.SaveExchangeGoodsFinish(exGoods, ref strErr));
 }
Beispiel #3
0
 public static bool SaveExcGoodsAndDetail(ExchangeGoods exchangegoods, List <Exchange_Detail> EList, ref string strErr)
 {
     return(SalesPro.SaveExchangeGoods(exchangegoods, EList, ref strErr));
 }