vsp-choice-fix: можно добавить выбор всп в этап
This commit is contained in:
parent
fc63ebc44e
commit
4c31eab244
@ -39,7 +39,7 @@ class FormType(Base):
|
|||||||
}
|
}
|
||||||
SECTIONS_BY_FORM_TYPE = {
|
SECTIONS_BY_FORM_TYPE = {
|
||||||
FormTypeEnum.FORM_1: ["plan", "contract_summary", "allocation", "sequestration", "reserve", "approved", "collegial", "ckk", "contract_detail", "q1", "q2", "q3", "q4", "totals"],
|
FormTypeEnum.FORM_1: ["plan", "contract_summary", "allocation", "sequestration", "reserve", "approved", "collegial", "ckk", "contract_detail", "q1", "q2", "q3", "q4", "totals"],
|
||||||
FormTypeEnum.FORM_2: ["plan", "seq_dfip", "seq_ssp", "approved", "contract", "booking", "q1", "q2", "q3", "q4", "totals", "contract_summary", "allocation", "collegial", "ckk", "fact_q1", "fact_q2", "fact_q3", "fact_q4"],
|
FormTypeEnum.FORM_2: ["header", "plan", "seq_dfip", "seq_ssp", "approved", "contract", "booking", "q1", "q2", "q3", "q4", "totals", "contract_summary", "allocation", "collegial", "ckk", "fact_q1", "fact_q2", "fact_q3", "fact_q4"],
|
||||||
FormTypeEnum.FORM_3: ["q1", "q2", "q3", "q4", "year"],
|
FormTypeEnum.FORM_3: ["q1", "q2", "q3", "q4", "year"],
|
||||||
FormTypeEnum.FORM_4: ["header", "plan", "seq_dfip", "approved", "contract", "booking", "q1", "q2", "q3", "q4", "totals", "contract_summary", "allocation", "reserve", "collegial", "ckk"],
|
FormTypeEnum.FORM_4: ["header", "plan", "seq_dfip", "approved", "contract", "booking", "q1", "q2", "q3", "q4", "totals", "contract_summary", "allocation", "reserve", "collegial", "ckk"],
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,7 +7,7 @@ export const stageColumnsHiddenFromPicker = [
|
|||||||
'data.header.num_group_id',
|
'data.header.num_group_id',
|
||||||
'data.header.name',
|
'data.header.name',
|
||||||
'data.header.internal_order',
|
'data.header.internal_order',
|
||||||
'data.header.vsp_id',
|
// 'data.header.vsp_id',
|
||||||
'data.header.vsp_address',
|
'data.header.vsp_address',
|
||||||
'data.header.section_code',
|
'data.header.section_code',
|
||||||
// 'data.header.justification',
|
// 'data.header.justification',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user