tnx-shared 5.3.63 → 5.3.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45051,12 +45051,12 @@
45051
45051
  CanBoHoSoService.prototype.generatePickerControlSchema = function (control) {
45052
45052
  var _this = this;
45053
45053
  var result = new AutoCompletePickerControlSchema(Object.assign({ field: 'idCanBo', label: 'Cán bộ', title: 'Chọn cán bộ', multiple: false, baseService: this, plusUrl: 'WithChucDanhChucVu', displayField: 'hoVaTen', fieldPlus: 'code', funcGetLabel: function (item) {
45054
- var result = "" + item.hoVaTen;
45054
+ var result = item.hoVaTen;
45055
45055
  if (item.code) {
45056
- result = item.code + "-" + result;
45056
+ result = item.code + " - " + result + " ";
45057
45057
  }
45058
45058
  if (item.tenDonVi) {
45059
- result = " - " + item.tenDonVi;
45059
+ result += "- " + item.tenDonVi;
45060
45060
  }
45061
45061
  return result;
45062
45062
  }, required: true, afterGetDataDropdown: function (dataSource, element) {