修复bug
This commit is contained in:
@@ -159,7 +159,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
if (idStr.Length >= 8) break;
|
||||
}
|
||||
//this.Number = CNSpellTranslator.GetFirstSpell(this.Name) + idStr;
|
||||
this.BillNo = "CKZL" + idStr;
|
||||
this.BillNo = "CKRW" + idStr;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user