xiaojiao
2025-12-26 4279cb4384f7f960d87af8b8ad9db73c2dececa3
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/BasicInfo/Partial/Dt_EmptyPalletService.cs
@@ -58,6 +58,10 @@
                saveDataModel.MainData["EmptyPallet_modifier"] = UserContext.Current.UserTrueName;
                saveDataModel.MainData["EmptyPallet_modifiertime"] = DateTime.Now;
                string materiel_pallet_code = saveDataModel.MainData["EmptyPallet_name"].ToString();
                if (materiel_pallet_code.Length != 6)
                {
                    return content.Error("托盘条码只能是六位数");
                }
                if (repository.Exists(x => x.EmptyPallet_name == materiel_pallet_code))
                    return content.Error("当前托盘条码已存在,请勿重复添加.");