- Codice internazionale numero + Country

This commit is contained in:
paoloar77
2021-12-21 01:26:29 +01:00
parent 3c194f06a5
commit eaed1e0813
21 changed files with 326 additions and 372 deletions

View File

@@ -435,6 +435,10 @@ export interface IParLookup {
lk_proj?: string,
}
export interface IParamsPickup {
table: string
search: string
}
export interface IParamsQuery {
table: string
startRow: number
@@ -485,6 +489,7 @@ export interface ITableRec {
colicon?: string
onlyAdmin?: boolean
noshow: boolean
remote?: boolean
}
export interface ISearchList {