修复bug

This commit is contained in:
18942506660
2023-11-22 17:29:44 +08:00
parent 90ca620bd7
commit 79352ba056

View File

@@ -159,7 +159,7 @@ namespace WMS.Web.Domain.Entitys
if (idStr.Length >= 8) break; if (idStr.Length >= 8) break;
} }
//this.Number = CNSpellTranslator.GetFirstSpell(this.Name) + idStr; //this.Number = CNSpellTranslator.GetFirstSpell(this.Name) + idStr;
this.BillNo = "CKZL" + idStr; this.BillNo = "CKRW" + idStr;
} }
/// <summary> /// <summary>