Commit 2acea3f1 by 纪旭 韦

人员字典返回HIS工号字段

parent 1806cc52
...@@ -171,6 +171,7 @@ public static List<cof_alias> GetAllPersonnelTags(bool ownerQuery) ...@@ -171,6 +171,7 @@ public static List<cof_alias> GetAllPersonnelTags(bool ownerQuery)
var alias = new List<cof_alias> var alias = new List<cof_alias>
{ {
new cof_alias{ Alias = "员工工号", Name = nameof(per_employee.PersonnelNumber), States = 1, SumStatus = 0, Sort = 2 }, new cof_alias{ Alias = "员工工号", Name = nameof(per_employee.PersonnelNumber), States = 1, SumStatus = 0, Sort = 2 },
new cof_alias{ Alias = "HIS工号", Name = nameof(per_employee.JobNumber), States = 1, SumStatus = 0, Sort = 3 },
new cof_alias{ Alias = "姓名", Name = nameof(per_employee.DoctorName), States = 1, SumStatus = 0, Sort = 4 }, new cof_alias{ Alias = "姓名", Name = nameof(per_employee.DoctorName), States = 1, SumStatus = 0, Sort = 4 },
new cof_alias{ Alias = "核算单元", Name = nameof(per_employee.AccountingUnit), States = 1, SumStatus = 0, Sort = 6 }, new cof_alias{ Alias = "核算单元", Name = nameof(per_employee.AccountingUnit), States = 1, SumStatus = 0, Sort = 6 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment