From bde09c027eee16a7b05b82e71dea4d3405d6d52d Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期四, 22 一月 2026 17:05:09 +0800
Subject: [PATCH] 前端页面优化,日志记录,日志展示
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
index e51535e..b52ac3a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
@@ -15,6 +15,7 @@
*----------------------------------------------------------------*/
#endregion << 鐗� 鏈� 娉� 閲� >>
+using Autofac.Core;
using Microsoft.AspNetCore.Mvc;
using SqlSugar;
using System;
@@ -40,19 +41,28 @@
{
IRepository<Dt_Task> Repository { get; }
-
+ WebResponseContent CESTEXT();
//浠诲姟鍙嶉
WebResponseContent TaskCompleted(WCSTaskDTO wCSTask);
//WCS鍏ュ簱鑾峰彇
WebResponseContent PalletInboundTask(WCSTaskDTO wCSTask);
+ //涓婁紶MES锛屾墜鍔ㄥ畬鎴�
+ WebResponseContent MESManualUpload(SaveModel saveModel);
+
+ //鎭㈠浠诲姟
+ WebResponseContent WMSTaskRecovery(SaveModel saveModel);
+
+
+
+
#region WCS浠诲姟妯″潡
//涓嬪彂WCS杈撻�佺嚎浠诲姟
- WCSginseng PLC_IssueTasks(int TaskId, int AreaNo, string ContainerNo, int ContainerType, string FromPoint, string ToPoint);
+ WCSginseng PLC_IssueTasks(int TaskId, int AreaNo, string TransNo, string ContainerNo, int ContainerType, string FromPoint, string ToPoint, string ToStation);
//涓嬪彂WCS鍫嗗灈鏈轰换鍔�
- WCSginseng SC_IssueTasks(int TaskId, int AreaNo, string ContainerNo, int ContainerType, string FromPoint, string ToPoint);
+ WCSginseng SC_IssueTasks(int TaskId, int AreaNo, string TransNo, string ContainerNo, int ContainerType, string FromPoint, string ToPoint, string ToStation);
#endregion
@@ -79,7 +89,7 @@
//鍏ュ簱浠诲姟鍙嶉鎺ュ彛
MES_parameter InStoreDocCallback(string TransNo, string Result, string ResultMsg, string ContainerNo, string LocationCode);
//鍑哄簱浠诲姟鍙嶉鎺ュ彛
- MES_parameter OutStoreDocCallback(string TransNo, string Result, string ResultMsg, string ContainerNo, string LocationCode);
+ MES_parameter OutStoreDocCallback(string TransNo, string Result, string ResultMsg);
//鍌ㄤ綅寮傚姩鐢宠
MES_parameter ApplicationChangeStorageLocation(string ContainerNo, string OriginalLocationCode, string NewLocationCode);
--
Gitblit v1.9.3