From 71d1dcdf796f08fa01cbc2d3faab86eea28b295b Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期三, 17 十二月 2025 08:59:03 +0800
Subject: [PATCH] 物料管理页面修改
---
Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs b/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
index 66235fe..df50d97 100644
--- a/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
+++ b/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
@@ -49,7 +49,7 @@
/// <param name="taskNo"></param>
/// <param name="userId"></param>
/// <exception cref="Exception"></exception>
- void CancelTask(string taskNo, int userId);
+ void CancelTask(string taskNo,string url, int userId);
/// <summary>
/// 鎵嬪姩涓嬪彂浠诲姟
@@ -57,6 +57,8 @@
/// <param name="taskNo"></param>
/// <param name="userId"></param>
/// <exception cref="Exception"></exception>
- void DownTask(string taskNo, int userId, string url);
+ void DownTask(string taskNo, int userId, string url,string bindurl);
+
+ public bool DelStockWms(int stockid, string url, int userId , out string errMsg);
}
}
--
Gitblit v1.8.0