fix форм

This commit is contained in:
PotapovaA 2026-06-23 11:25:59 +03:00
parent 6dc31a43b3
commit c7a8eb2e3e
7 changed files with 73 additions and 36 deletions

View File

@ -3423,13 +3423,6 @@ export const config = {
size: 260,
filterFn: "contains",
},
{
header: "Сумма, тыс руб. (без НДС)",
accessorKey: "data.q4.adj_comment",
columnLetter: "GG",
size: 250,
filterFn: "contains",
},
],
muiTableHeadCellProps: {
sx: {
@ -3558,6 +3551,25 @@ export const config = {
},
},
},
{
header: "Комментарий",
accessorKey: "4_kvartal_2024_kommentariy",
columns: [
{
header: "Сумма, тыс руб. (с учетом НДC)",
accessorKey: "data.q4.adj_comment",
columnLetter: "GG",
size: 300,
filterFn: "contains",
},
],
muiTableHeadCellProps: {
sx: {
backgroundColor: "#FFFF66",
color: "#000000",
},
},
},
{
header: "Платеж и предоставление акта",
accessorKey: "4_kvartal_2026_platezh_i_predostavlenie_akta",

View File

@ -3440,13 +3440,6 @@ export const config = {
size: 310,
filterFn: "contains",
},
{
header: "Сумма, тыс руб. (с учетом НДC)",
accessorKey: "data.q4.adj_comment",
columnLetter: "GG",
size: 300,
filterFn: "contains",
},
],
muiTableHeadCellProps: {
sx: {
@ -3576,6 +3569,25 @@ export const config = {
},
},
},
{
header: "Комментарий",
accessorKey: "4_kvartal_2024_kommentariy",
columns: [
{
header: "Сумма, тыс руб. (с учетом НДC)",
accessorKey: "data.q4.adj_comment",
columnLetter: "GG",
size: 300,
filterFn: "contains",
},
],
muiTableHeadCellProps: {
sx: {
backgroundColor: "#FFFF66",
color: "#000000",
},
},
},
{
header: "Платеж и предоставление акта",

View File

@ -3424,13 +3424,6 @@ export const config = {
size: 310,
filterFn: "contains",
},
{
header: "Сумма, тыс руб. (с учетом НДC)",
accessorKey: "data.q4.adj_comment",
columnLetter: "GG",
size: 300,
filterFn: "contains",
},
],
muiTableHeadCellProps: {
sx: {
@ -3560,6 +3553,26 @@ export const config = {
},
},
},
{
header: "Комментарий",
accessorKey: "4_kvartal_2024_kommentariy",
columns: [
{
header: "Сумма, тыс руб. (с учетом НДC)",
accessorKey: "data.q4.adj_comment",
columnLetter: "GG",
size: 300,
filterFn: "contains",
},
],
muiTableHeadCellProps: {
sx: {
backgroundColor: "#FFFF66",
color: "#000000",
},
},
},
{
header: "Платеж и предоставление акта",

View File

@ -1425,7 +1425,7 @@
"header":"",
"accessorKey":"data.allocation.property",
"columnLetter":"W",
"size":150,
"size":200,
"filterFn":"contains"
}
]

View File

@ -1427,7 +1427,7 @@ export const config = {
header: "",
accessorKey: "data.allocation.property",
columnLetter: "W",
size: 150,
size: 200,
filterFn: "contains",
},
],