WEB APP: Панель "Финансы проекта" - исправлен парсинг значения ИГК

This commit is contained in:
Mikhail Chechnev 2023-10-14 00:15:27 +03:00
parent e3a8527669
commit 6dc91dadd7
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ const Projects = () => {
NPAGE_SIZE: configSystemPageSize,
NINCLUDE_DEF: projectsDataGrid.dataLoaded ? 0 : 1
},
attributeValueProcessor: (name, val) => (name == "SGOVCNTRID" ? undefined : val),
respArg: "COUT"
});
setProjectsDataGrid(pv => ({

View File

@ -62,6 +62,7 @@ const StageContracts = ({ stage, filters }) => {
NPAGE_SIZE: configSystemPageSize,
NINCLUDE_DEF: stageContractsDataGrid.dataLoaded ? 0 : 1
},
attributeValueProcessor: (name, val) => (name == "SGOVCNTRID" ? undefined : val),
respArg: "COUT"
});
setStageContractsDataGrid(pv => ({