| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Common; |
| | | using WIDESEA_Common.TaskEnum; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_DTO.Inbound; |
| | |
| | | |
| | | WebResponseContent AddInboundOrders(HouseInbound orderAddDTO); |
| | | |
| | | WebResponseContent MaterielGroup(MaterielGroupDTO materielGroupDTO); |
| | | //WebResponseContent MaterielGroup(MaterielGroupDTO materielGroupDTO); |
| | | WebResponseContent MaterielGroup(SaveModel saveModel); |
| | | |
| | | WebResponseContent QueryOrderInfo(int pageNo, string orderNo); |
| | | WebResponseContent InventoryIn(string name); |
| | |
| | | WebResponseContent CancelIn(HouseCancelIn houseCancelIn); |
| | | |
| | | Dt_InboundOrder GetInboundOrder(string InboundOrderNo); |
| | | WebResponseContent GetInboundOrders(SaveModel saveModel); |
| | | |
| | | public WebResponseContent Save(AddInboundOrderModel addInboundOrder); |
| | | |
| | | public WebResponseContent FeedbackInboundCanceERP(int[] keys); |
| | | |
| | | public WebResponseContent ReceiveReturnOrder(List<HouseReturnOrder> houseReturnOrder); |
| | | |
| | | public WebResponseContent GetMaterielCode(int warehouseId); |
| | | |
| | | public WebResponseContent GetMaterielName(int warehouseId , string materielCode); |
| | | } |
| | | } |