Browse Source

提交

master
学 赵 4 years ago
parent
commit
392e8a2b23
  1. 4
      Models/ScpEntity/TS_BARCODE.cs

4
Models/ScpEntity/TS_BARCODE.cs

@ -82,7 +82,9 @@ namespace CK.SCP.Models.ScpEntity
public string PoBillNum { get; set; }
public string Extend1 { get; set; }
public string Extend2 { get; set; }
public string Extend3 { get; set; }
[DisplayName("¹©Ó¦ÉÌÃû³Æ")]
public string VendName => ScpCache.GetVendName(VendId,Site);

Loading…
Cancel
Save