| | |
| | | /// <returns></returns> |
| | | bool ReceiveMoneyToAccount(int orderId, OA_FirmAccountRecord firmAccountRecord); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 收款(线下转账、现金) |
| | | /// </summary> |
| | | /// <param name="orderId">订单编号</param> |
| | | /// <param name="firmAccountRecord">操作记录</param> |
| | | /// <returns></returns> |
| | | bool ReceiveMoneyToQueren(int orderId, OA_FirmAccountRecord firmAccountRecord); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 收款(外协预付款、客户预付款) |
| | | /// </summary> |
| | |
| | | /// <param name="orderId"></param> |
| | | /// <param name="SumPrice"></param> |
| | | /// <param name="UnitPrice"></param> |
| | | bool Updatejinedanjia(int orderId,decimal SumPrice, decimal UnitPrice); |
| | | bool Updatejinedanjia(int orderId,decimal SumPrice, decimal UnitPrice,int num); |
| | | |
| | | /// <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); |
| | | |
| | | } |
| | | } |