From b9f8212946fde1af1216b972996c32b8c8ed6363 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期三, 27 十一月 2024 10:07:34 +0800 Subject: [PATCH] Revert "Stop tracking D:\widesea\尖山立库\JianShanLiKu\代码管理\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin" --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 34 ++++++++++++++++++++++++++++++---- 1 files changed, 30 insertions(+), 4 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" index e64d65d..1d9a931 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" @@ -15,6 +15,7 @@ *----------------------------------------------------------------*/ #endregion << 鐗� 鏈� 娉� 閲� >> +using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using SqlSugar; using System; @@ -52,10 +53,35 @@ WebResponseContent MaterielCarry(string startPoint); WebResponseContent IsRelocations(int TaskNum, string SourceAddress); - WebResponseContent GenerateInventoryInformation(string SourceAddress, string PalletCode); + WebResponseContent GenerateInventoryInformation(GenerateInv generate); WebResponseContent ManualOutbound(SaveModel saveModel); - WebResponseContent Empty_outbound(string SourceAddress); - WebResponseContent Queryinventory(string palletCode); - WebResponseContent RelocationTaskCompleted(string PalletCode, string SourceAddress, string TargetAddress); + WebResponseContent ManualOutbound2(SaveModel saveModel); + WebResponseContent ManualOutboundDeleteinventory(SaveModel saveModel); + WebResponseContent Empty_outbound(GenerateInv generate); + WebResponseContent Queryinventory(GenerateInv generate); + WebResponseContent PalletQueryinventory(); + WebResponseContent RelocationTaskCompleted(GenerateInv2 generate); + WebResponseContent Rawmaterialout(GenerateInv3 generate); + WebResponseContent Cancelinventory(int taskNum); + + public class GenerateInv + { + public string SourceAddress { get; set; } + public string PalletCode { get; set; } + } + + public class GenerateInv2 + { + public string PalletCode { get; set; } + public string SourceAddress { get; set; } + public string TargetAddress { get; set; } + } + + public class GenerateInv3 + { + public string PalletCode { get; set; } + public int outCount { get; set; } + public string TargetAddress { get; set; } + } } } -- Gitblit v1.9.3