Esempio n. 1
0
 public static bool SanUpdateDDS(PP_PurchaseOrder record, List <PP_OrderGoods> delist, ref string strErr)
 {
     return(PpPro.SanUpdateDDS(record, delist, ref strErr));
 }
Esempio n. 2
0
 public static bool InsertOrderSan(PP_PurchaseOrder record, List <PP_OrderGoods> delist, ref string strErr)
 {
     return(PpPro.InsertOrderSan(record, delist, ref strErr));
 }
Esempio n. 3
0
 public static bool SavePlanData(string strData, PP_PurchaseOrder good, ref string strErr)
 {
     return(PpPro.SavePlanData(strData, good, ref strErr));
 }
Esempio n. 4
0
 public static bool UpdateDD(PP_PurchaseOrder record, List <PP_OrderGoods> delist, List <PP_ChoseGoods> cplist, ref string strErr)
 {
     return(PpPro.UpdateDD(record, delist, cplist, ref strErr));
 }
Esempio n. 5
0
 public static bool InsertPurchseOrder(PP_PurchaseOrder order)
 {
     return(PpPro.InsertPurchaseOrder(order));
 }