- Add New Record directly by the QSelect

This commit is contained in:
paoloar77
2022-01-28 00:57:28 +01:00
parent 5842fa69e1
commit 5f51c231eb
19 changed files with 434 additions and 181 deletions

View File

@@ -502,19 +502,15 @@ export interface IColGridTable {
addall?: boolean
filter?: any
resultjoin?: string[]
visuonlyEditVal?: boolean
noshowifnone?: boolean
notShowInNewRec?: boolean
tablesel?: string
notsave?: boolean
showOnlyNewRec?: boolean
visuinpage?: boolean
noShowView?: boolean
showWhen?: number
maxlength?: number
filter_table?: string
filter_field?: string
field_extra1?: string
subfield_extra1?: string
allowNewValue?: boolean
}
export interface ITableRec {
@@ -650,6 +646,7 @@ export interface ICity {
export interface IMySkill {
_id: number
idSector: number
idSkill: number
idSubSkill: number[]
idStatusSkill: number[]