Esempio n. 1
0
 public hn.DataAccess.Model.V_ICSEOUTBILLMODEL[] GetDeliveryList(
     hn.Core.Model.User loginUser,
     string brand,
     string classarea2name,
     string premiseid,
     int status,
     string car,
     string stock,
     string account,
     string expresscompany,
     string factotryno,
     string billno,
     string groupno,
     string projectname,
     string startdate,
     string enddate,
     bool searchclose)
 {
     return(base.Channel.GetDeliveryList(loginUser, brand, classarea2name, premiseid, status, car, stock, account, expresscompany, factotryno, billno, groupno, projectname, startdate, enddate, searchclose));
 }
Esempio n. 2
0
 public bool UnAuditSave_ICPO(hn.DataAccess.Model.ICPOBILLENTRYMODEL[] data, hn.Core.Model.User loginUser, string content)
 {
     return(base.Channel.UnAuditSave_ICPO(data, loginUser, content));
 }
Esempio n. 3
0
 public bool ConfirmSave_ICPO(string action, hn.DataAccess.Model.ICPOBILLENTRYMODEL[] data, hn.Core.Model.User loginUser)
 {
     return(base.Channel.ConfirmSave_ICPO(action, data, loginUser));
 }
Esempio n. 4
0
 public hn.DataAccess.Model.ICPO_BOLentryModel[] GeICPO_BOLList(hn.Core.Model.User loginUser, string FPObillno, string Ficbolno, int FSYNCSTATUS, string FACCOUNT, string FITEMID, string startdate, string enddate, bool searchclose)
 {
     return(base.Channel.GeICPO_BOLList(loginUser, FPObillno, Ficbolno, FSYNCSTATUS, FACCOUNT, FITEMID, startdate, enddate, searchclose));
 }
Esempio n. 5
0
 public hn.DataAccess.Model.V_ICPOBILLMODEL[] GetOrderList(hn.Core.Model.User loginUser, string classarea2name, string brand, int status, string premiseid, string billno, string startdate, string enddate, bool searchclose)
 {
     return(base.Channel.GetOrderList(loginUser, classarea2name, brand, status, premiseid, billno, startdate, enddate, searchclose));
 }
Esempio n. 6
0
 public int AuditDeliveryByIDs(string ids, int status, hn.Core.Model.User loginUser)
 {
     return(base.Channel.AuditDeliveryByIDs(ids, status, loginUser));
 }
Esempio n. 7
0
 public bool CloseSave(hn.DataAccess.Model.ICPRBILLENTRYMODEL[] data, hn.Core.Model.User loginUser, string content)
 {
     return(base.Channel.CloseSave(data, loginUser, content));
 }
Esempio n. 8
0
 public hn.DataAccess.Model.V_ICPRBILLENTRYMODEL[] GetPurchasePlanEntryByDeliveryList(hn.Core.Model.User loginUser, string productinfo, string classarea2name, string premiseid, string brand, string deliveryaddr, string typename, string billno, int status, bool bHaveSL)
 {
     return(base.Channel.GetPurchasePlanEntryByDeliveryList(loginUser, productinfo, classarea2name, premiseid, brand, deliveryaddr, typename, billno, status, bHaveSL));
 }
Esempio n. 9
0
 public hn.DataAccess.Model.V_ICPRBILLMODEL[] GetPurchasePlanImport3(hn.Core.Model.User loginUser, hn.Common.Cls_query.P_QueryOrder pquery)
 {
     return(base.Channel.GetPurchasePlanImport3(loginUser, pquery));
 }
Esempio n. 10
0
 public hn.DataAccess.Model.V_ICPRBILLMODEL[] GetPurchasePlanImport2(hn.Core.Model.User loginUser, string strQuery, string brandid)
 {
     return(base.Channel.GetPurchasePlanImport2(loginUser, strQuery, brandid));
 }
Esempio n. 11
0
 public hn.DataAccess.model.ProductViewModel[] GetProductList(hn.Core.Model.User loginUser, string keyword)
 {
     return(base.Channel.GetProductList(loginUser, keyword));
 }
Esempio n. 12
0
 public hn.DataAccess.Model.TB_BrandModel[] GetBrandList(hn.Core.Model.User loginUser)
 {
     return(base.Channel.GetBrandList(loginUser));
 }