From 734f49c3f74e4a46cfb5892ce60dbf1bb86e74ab Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期二, 22 七月 2025 19:14:39 +0800 Subject: [PATCH] 出入库流程 --- WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Service/LocationInfoService.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Service/LocationInfoService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Service/LocationInfoService.cs index 770ebd6..0620ddc 100644 --- a/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Service/LocationInfoService.cs +++ b/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Service/LocationInfoService.cs @@ -54,7 +54,7 @@ throw new Exception("鍖哄煙琚鐢紝涓嶅彲鍏ュ簱"); } } - if (inboundType == TaskTypeEnum.PalletInbound.ObjToInt())//绌虹洏鍏ュ簱鍒嗛厤閫昏緫 + if (inboundType == TaskTypeEnum.Inbound.ObjToInt())//绌虹洏鍏ュ簱鍒嗛厤閫昏緫 { return EmptyAssignLocation(roadwayInfo.RoadwayNo); } -- Gitblit v1.9.3