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.
- package/bundles/tnx-shared.umd.js +2 -2
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/services/canbo-hoso.service.js +3 -3
- package/fesm2015/tnx-shared.js +2 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
|
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',
|