tnx-shared 5.3.246 → 5.3.247

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.
@@ -20758,7 +20758,7 @@
20758
20758
  CanBoHoSoService.prototype.generatePickerControlSchema = function (control, enumCanBo) {
20759
20759
  var _this = this;
20760
20760
  if (enumCanBo === void 0) { enumCanBo = exports.EnumCanBo.TRONG_DON_VI; }
20761
- 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', fieldSearchText: ['email', 'code'], funcGetLabel: function (item) {
20761
+ var result = new AutoCompletePickerControlSchema(Object.assign(Object.assign({ field: 'idCanBo', label: 'Cán bộ', title: 'Chọn cán bộ', multiple: false, baseService: this, plusUrl: 'WithChucDanhChucVu', displayField: 'hoVaTen', fieldPlus: 'code', fieldSearchText: ['email', 'code'], funcGetLabel: function (item) {
20762
20762
  var result = item.hoVaTen;
20763
20763
  if (item.code) {
20764
20764
  result = item.code + " - " + result + " ";
@@ -20803,7 +20803,7 @@
20803
20803
  break;
20804
20804
  }
20805
20805
  return filters;
20806
- }, columns: this.lstEntityPickerColumn }, control));
20806
+ } }, control), { columns: __spreadArray(__spreadArray([], __read(this.lstEntityPickerColumn)), __read(control.columns)) }));
20807
20807
  if (control.dataType == exports.EnumControlPickerType.DOITAC && !this.lstEntityPickerColumn.some(function (item) { return item.code == 'idDoiTac'; })) {
20808
20808
  this.lstEntityPickerColumn.push(new EntityPickerColumn({
20809
20809
  label: 'Đối tác',