From f531e28a01f6e4faa6b7ea15cb140cd71c059d17 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期一, 08 十二月 2025 16:31:33 +0800
Subject: [PATCH] 自动分配AutoAllot和手动分配AddHandOutAllot增加w02货架库直接待拣货
---
Wms/WMS.BLL/SysServer/StorageLocatServer.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.BLL/SysServer/StorageLocatServer.cs b/Wms/WMS.BLL/SysServer/StorageLocatServer.cs
index 67ca384..5676ea7 100644
--- a/Wms/WMS.BLL/SysServer/StorageLocatServer.cs
+++ b/Wms/WMS.BLL/SysServer/StorageLocatServer.cs
@@ -319,7 +319,7 @@
var depth = 0;
var depthString = "01";
// 鎺�(缁�)寰幆
- for (int i = 1; i <= model.Row; i++)
+ for (int i = 19; i <= model.Row; i++)
{
// 鍒楀惊鐜�
for (int z = 1; z <= model.Col; z++)
@@ -988,7 +988,7 @@
BordModelVM listBord = new BordModelVM()
{
Col = 15,
- Row = 18
+ Row = 21
};
foreach (var modLocat in list)
--
Gitblit v1.8.0