| | |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_Core.Enums; |
| | | using WIDESEA_DTO.Stock; |
| | | using WIDESEA_DTO.WCSInfo; |
| | | using WIDESEA_ITaskInfoRepository; |
| | | using WIDESEA_Model.Models; |
| | | using WIDESEAWCS_DTO.WCSInfo; |
| | | |
| | | namespace WIDESEA_ITaskInfoService |
| | | { |
| | |
| | | WebResponseContent CallMateriel(string endPoint); |
| | | |
| | | WebResponseContent MaterielCarry(string startPoint); |
| | | /// <summary> |
| | | /// è¾é线ç³è¯·å
¥åº |
| | | /// </summary> |
| | | /// <param name="lineDTO"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent ConveyorLineRequestInbound(ConveyorLineDTO lineDTO); |
| | | WebResponseContent StackerCraneRequestInbound(ConveyorLineDTO lineDTO); |
| | | WebResponseContent NewStackerCraneRequestInbound(ConveyorLineDTO lineDTO); |
| | | WebResponseContent UpdateTaskStatus(WMSTaskDTO task); |
| | | WebResponseContent CancelTask(WMSTaskDTO WMStask); |
| | | WebResponseContent ProductionlineRequest(ProductionlineDTO lineDTO); |
| | | WebResponseContent ModifyBarcode(string barcode, string newBarcode); |
| | | WebResponseContent InMateriel(SaveModel saveModel); |
| | | WebResponseContent OutQC(string batchNo, int qty); |
| | | WebResponseContent ModifyQty(string palletCode, int qty); |
| | | WebResponseContent NewGenerateOutboundTask(int id, List<Dt_Inventory_Batch> inventory_Batches); |
| | | } |
| | | } |