From a7bd6e538027d876b3122f21c3b1d34663fb2f07 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期日, 25 一月 2026 14:18:51 +0800
Subject: [PATCH] 优化前端,修复库存托盘编号重复和WCS任务重发
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs | 17 ++++++-----------
1 files changed, 6 insertions(+), 11 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs"
index 67446d8..9cd24a0 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs"
@@ -19,27 +19,22 @@
Undefined = 0,
/// <summary>
- /// 灏忔墭鐩�
+ /// 甯冨嵎
/// </summary>
- [Description("灏忔墭鐩�")]
+ [Description("甯冨嵎")]
SmallPallet = 1,
/// <summary>
- /// 涓墭鐩�
+ /// 鏉惧竷鍗�
/// </summary>
- [Description("涓墭鐩�")]
+ [Description("鏉惧竷鍗�")]
MediumPallet = 2,
/// <summary>
- /// 澶ф墭鐩�
+ /// 鎴愬搧璐т綅
/// </summary>
- [Description("澶ф墭鐩�")]
+ [Description("鎴愬搧璐т綅")]
LargePallet = 3,
- /// <summary>
- /// 鐗瑰ぇ鎵樼洏
- /// </summary>
- [Description("鐗瑰ぇ鎵樼洏")]
- ExtraPallet = 4,
}
}
--
Gitblit v1.9.3