From 6861434f1445d1685b67a24897890c34f8c54f85 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 08 四月 2026 17:22:26 +0800
Subject: [PATCH] WCS&WMS代码更新
---
代码管理/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs | 25 -------------------------
1 files changed, 0 insertions(+), 25 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs"
index a3e3666..72148a3 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs"
@@ -40,18 +40,6 @@
}
/// <summary>
- /// 璐т綅鍒嗛厤
- /// </summary>
- /// <param name="roadwayNo"></param>
- /// <param name="palletType"></param>
- /// <returns></returns>
- [HttpPost, HttpGet, Route("AssignLocation"), AllowAnonymous]
- public Dt_LocationInfo? AssignLocation(string roadwayNo, int palletType, int warehouseId)
- {
- return Service.AssignLocation(roadwayNo, palletType, warehouseId);
- }
-
- /// <summary>
/// 鍚敤璐т綅
/// </summary>
/// <param name="keys"></param>
@@ -73,18 +61,5 @@
return Service.LocationDisableStatus(keys); ;
}
- [HttpPost, Route("UpdateLocationStatus"), AllowAnonymous]
- public WebResponseContent UpdateLocationStatus(string locationCode, int palletType, LocationStatusEnum locationStatus, int warehousId)
- {
- try
- {
- Service.UpdateLocationStatus(locationCode, palletType, locationStatus, warehousId);
- return WebResponseContent.Instance.OK();
- }
- catch (Exception e)
- {
- return WebResponseContent.Instance.Error(e.Message);
- }
- }
}
}
--
Gitblit v1.9.3