| | |
| | | /// </summary> |
| | | /// <param name="pagination"></param> |
| | | /// <returns></returns> |
| | | IEnumerable<EC_OrderBasic> SelectModelPageWorkBook(Infrastructure.Query.Pagination pagination, Guid _MemberID, string txtBeginDate, string txtEndDate, string txtOrderId, string txtSearchyjname, string selCustormerManager, string selBusinessManager, string selOrderStates); |
| | | IEnumerable<EC_OrderBasic> SelectModelPageWorkBook(Infrastructure.Query.Pagination pagination, Guid _MemberID, string txtBeginDate, string txtEndDate, string txtOrderId, string txtSearchyjname, string selCustormerManager, string selBusinessManager, string selOrderStates, string BuyerName); |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// <returns></returns> |
| | | bool DeleteDataByIds(string currentOperator, params int[] ids); |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 删除 |
| | | /// </summary> |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | bool DeleteModelsheji(Infrastructure.Domain.IAggregateRoot model); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 根据卖家编号加载下一订单编号方法 |
| | | /// </summary> |
| | |
| | | /// <returns></returns> |
| | | EC_OrderBasic SelectModelById(int orderId); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 根据编号获取订单信息 |
| | | /// </summary> |
| | | /// <param name="orderId">订单唯一编号</param> |
| | | /// <returns></returns> |
| | | EC_OrderBasic SelectModelByxiadanId(int orderId); |
| | | |
| | | /// <summary> |
| | | /// 根据订单编号获取订单 |
| | | /// </summary> |
| | | /// <param name="orderIds">订单编号</param> |
| | | /// <returns></returns> |
| | | IEnumerable<EC_OrderBasic> GetOrderByIds(string orderIds); |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 根据订单编号获取订单 |
| | | /// </summary> |
| | | /// <param name="orderIds">订单编号</param> |
| | | /// <returns></returns> |
| | | IEnumerable<EC_OrderBasic> GetOrderByPrintTypeId(int PrintTypeId); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 发起订单属性改变请求 |
| | |
| | | /// <param name="orderId"></param> |
| | | void UpdatePrintfengqianState(int orderId); |
| | | |
| | | void UpdatePrintBiaoqianState(int orderId); |
| | | void UpdatePrintBiaoqianState(int orderId); |
| | | |
| | | /// <summary> |
| | | /// 查询后道(3)整单(4) |
| | |
| | | /// <param name="WorkStates"></param> |
| | | /// <param name="OutOrderId"></param> |
| | | /// <param name="RelationType"></param> |
| | | /// <param name="PayState"></param> |
| | | /// <returns></returns> |
| | | IEnumerable<EC_OrderBasic> SelectAferOfOutOrder(Infrastructure.Query.Pagination pagination, Guid MemberId, DateTime? StartCreatTime, DateTime? EndCreatTime, DateTime? StartReturnTime, DateTime? EndReturnTime, string Creater, string OutFirm, string WorkStates, string OutOrderId, int? RelationType); |
| | | IEnumerable<EC_OrderBasic> SelectAferOfOutOrder(Infrastructure.Query.Pagination pagination, Guid MemberId, DateTime? StartCreatTime, DateTime? EndCreatTime, DateTime? StartReturnTime, DateTime? EndReturnTime, string Creater, string OutFirm, string WorkStates, string OutOrderId, int? RelationType, string PayState = null); |
| | | |
| | | /// <summary> |
| | | /// 分页查询外协订单(根据联系人和结束状态) |
| | |
| | | bool DeleteOutOrder(int OrderId); |
| | | |
| | | /// <summary> |
| | | /// 修改原订单数量 |
| | | /// </summary> |
| | | /// <param name="OrderId"></param> |
| | | /// <returns></returns> |
| | | bool UpdateOldOrderSurplusPrintNum(int outOrderId); |
| | | |
| | | /// <summary> |
| | | /// 统计订单金额 |
| | | /// </summary> |
| | | /// <param name="pagination">分页对象</param> |
| | |
| | | /// <param name="FirmId"></param> |
| | | /// <returns></returns> |
| | | IEnumerable<Model.EC_OrderBasic> GetEC_OrderBasicListBydeliverorderId(Guid deliverorderId, Guid FirmId); |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 分页查询 |
| | | /// </summary> |
| | | /// <param name="pagination"></param> |
| | | /// <param name="MemberId"></param> |
| | | /// <returns></returns> |
| | | IEnumerable<Model.EC_OrderBasic> SelectModelPageSheji(Infrastructure.Query.Pagination pagination, Guid MemberId, string BeginCreateTime, string EndCreateTime, string SellerOrderId,string PrintTypeId,string BusinessManagerId,string Shejirenyuan,string BuyerName,string DocumentName,string ShejiStatus, string shifoujiesuan); |
| | | |
| | | } |
| | | } |