From ecb386a4201213c6635f28f9e9e02e3faf217b51 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期六, 16 三月 2024 11:08:34 +0800 Subject: [PATCH] 修改储位图例柱状图以及圆形图显示数据问题。 --- Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs index df0233b..d481333 100644 --- a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs +++ b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs @@ -49,7 +49,7 @@ /// <param name="type">绫诲瀷</param> /// <param name="msg">鐗╂祦缂栫爜銆佸悕绉般�佹壒娆�</param> /// <returns></returns> - List<ExStockInfoDto> GetStockGroupList( string type, string msg); + List<ExStockInfoDto> GetStockGroupList( string type, string ownerNo, string msg); /// <summary> /// 娣诲姞鍑哄簱鍗� /// </summary> @@ -136,6 +136,13 @@ void ExportSuccess(string taskNo,int userId); /// <summary> + /// wcs杩斿洖鐨勬垚鍔熶俊鍙锋垨鎵嬪姩瀹屾垚锛堢Щ搴撴垚鍔燂級 + /// </summary> + /// <param name="taskNo"></param> + /// <param name="userId"></param> + void RelocationSuccess(string taskNo, int userId); + + /// <summary> /// 閲嶆柊涓嬪彂鍑哄簱浠诲姟 /// </summary> /// <param name="taskNo">浠诲姟鍙�</param> -- Gitblit v1.8.0