From b8b4e7a1f428b16df6c6b9812b12855f283a599f Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期三, 21 一月 2026 17:38:31 +0800
Subject: [PATCH] 前端页面修改边框样式
---
项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs | 27 ++++++++++++++++++++++++---
1 files changed, 24 insertions(+), 3 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 4293f6d..4d11768 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"
@@ -64,7 +64,7 @@
/// <param name="stationCode"></param>
/// <param name="palletCode"></param>
/// <returns></returns>
- WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode);
+ WebResponseContent DeviceRequestInboundTaskSimple(string stationCode);
/// <summary>
/// 鍘熸枡鍏ュ簱浠诲姟璇锋眰
@@ -180,13 +180,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>
@@ -260,5 +260,26 @@
/// <param name="ids"></param>
/// <returns></returns>
WebResponseContent CreateSGManualTasks(List<int> ids);
+ /// <summary>
+ /// 绌烘墭鍙犵洏鍑哄簱
+ /// </summary>
+ /// <returns></returns>
+ WebResponseContent PlateOutbound(string stationCode);
+ /// <summary>
+ /// 鍚敤绔欑偣
+ /// </summary>
+ /// <returns></returns>
+ WebResponseContent EnableStatus(int[] keys);
+ /// <summary>
+ /// 绂佺敤绔欑偣
+ /// </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