| | |
| | | return _eC_OrderBasicDAL.DeleteOutOrder(OrderId); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 删除外协订单 |
| | | /// </summary> |
| | | /// <param name="OrderId"></param> |
| | | /// <returns></returns> |
| | | public bool UpdateOldOrderSurplusPrintNum(int outOrderId) |
| | | { |
| | | return _eC_OrderBasicDAL.UpdateOldOrderSurplusPrintNum(outOrderId); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 根据新增订单操作,并修改订单状态 |
| | | /// </summary> |
| | |
| | | /// <returns></returns> |
| | | public IEnumerable<EC_OrderBasic> GetModelPageListForPrepayments(Pagination pa, string DeliveryTime, string Province, string City, string County, string BuyerName, string BusinessManagerId, string SellerOrderId, string DocumentName, Guid SellerId) |
| | | { |
| | | string Condition = " and ( ob.[OrderState] ='2' or ob.[OrderState] ='3' and SellerId='"+ SellerId + "' )"; |
| | | string Condition = " and ( ob.[OrderState] ='1' or ob.[OrderState] ='2' or ob.[OrderState] ='3' ) and SellerId='" + SellerId + "' "; |
| | | |
| | | if (!string.IsNullOrEmpty(DeliveryTime)) |
| | | { |