|  |  |  | 
|---|
|  |  |  | using WIDESEA_Core.Enums; | 
|---|
|  |  |  | using WIDESEA_IOutboundRepository; | 
|---|
|  |  |  | using WIDESEA_Model.Models; | 
|---|
|  |  |  | using WIDESEA_Model.Models.Outbound; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | namespace WIDESEA_IOutboundService | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | /// <param name="assignQuantity"></param> | 
|---|
|  |  |  | /// <param name="taskNum"></param> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | Dt_OutStockLockInfo GetOutStockLockInfo(Dt_MesPPCutOutboundOrder mesPPCutOutboundOrder,Dt_MesPPCutOutboundOrderDetail  mesPPCutOutboundOrderDetail, Dt_StockInfo outStock, float assignQuantity, int? taskNum = null); | 
|---|
|  |  |  | List<Dt_OutStockLockInfo> GetOutStockLockInfos(Dt_MesPPCutOutboundOrder mesPPCutOutboundOrder,Dt_MesPPCutOutboundOrderDetail  mesPPCutOutboundOrderDetail, List<Dt_StockInfo> outStock, int? taskNum = null); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// | 
|---|
|  |  |  | 
|---|
|  |  |  | /// <param name="palletCode">æçå·</param> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | WebResponseContent MaterialPick(string palletCode); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// è·åMesåºåºè¯¦æ | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <param name="taskNo">Mesä»»å¡åå·</param> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | List<Dt_OutStockLockInfo> GetByMesOrderDetail(string taskNo); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|