From 261ec6b250b3aea2d26e629203c7d699747c27ea Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 03 二月 2026 17:02:04 +0800
Subject: [PATCH] 空托回流区分叠盘或直接回立库
---
项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
index 967a02c..01f9f3b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
@@ -16,6 +16,7 @@
#endregion << 鐗� 鏈� 娉� 閲� >>
using Microsoft.AspNetCore.Mvc;
+using Org.BouncyCastle.Asn1.X509;
using SqlSugar;
using System;
using System.Collections.Generic;
@@ -64,7 +65,7 @@
/// <param name="stationCode"></param>
/// <param name="palletCode"></param>
/// <returns></returns>
- WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode);
+ WebResponseContent DeviceRequestInboundTaskSimple(string stationCode);
/// <summary>
/// 鍘熸枡鍏ュ簱浠诲姟璇锋眰
@@ -143,7 +144,7 @@
/// <param name="barCode"></param>
/// <param name="startPoint"></param>
/// <returns></returns>
- WebResponseContent EmptyBackTask(string barCode, string startPoint);
+ WebResponseContent EmptyBackTask(string barCode, string startPoint,int target);
/// <summary>
/// 杈呮枡/鎴愬搧涓存椂鍏ュ簱
@@ -180,13 +181,13 @@
WebResponseContent RequestYLWMSTaskOut(YLWMSTaskOutDTO yLWMSTaskOutDTO);
/// <summary>
- /// 鍘熸枡绉诲簱
+ /// 绉诲簱
/// </summary>
/// <param name="startAddress"></param>
/// <param name="endAddress"></param>
/// <param name="roadWay"></param>
/// <returns></returns>
- WebResponseContent IsRelocation(string startAddress, string endAddress, string roadWay);
+ WebResponseContent IsRelocation(RelocationDTO relocationDTO);
/// <summary>
/// 鍘熸枡宸烽亾闂寸Щ搴撲换鍔�
/// </summary>
@@ -275,5 +276,11 @@
/// </summary>
/// <returns></returns>
WebResponseContent DisableStatus(int[] keys);
+ WebResponseContent BoxingInBound(string stationCode, List<string> barCodes);
+ /// <summary>
+ /// 鎴愬搧鍏ュ簱鎵爜璇锋眰鏇存柊鏉$爜
+ /// </summary>
+ /// <returns></returns>
+ WebResponseContent InBoundPalletCode(int taskNum, string barCode);
}
}
--
Gitblit v1.9.3