Onix ERP - Documentación Oficial - v0.0.0
Preparing search index...
app/module/sell/page/sell/components/editClient/editClient.component
EditClientComponent
Clase EditClientComponent
Índice
Constructors
constructor
Properties
data
Channel
data
City
data
Client
data
Department
data
Filter
City
data
Type
Client
edit
Client
Form
message
Service
save
Client
sell
Service
store
visible
Methods
cancel
filter
Department
get
Channel
get
City
get
Department
get
Type
Client
ng
On
Init
post
Edit
Client
set
Value
Form
show
Dialog
Constructors
constructor
new
EditClientComponent
()
:
EditClientComponent
Retorna
EditClientComponent
Properties
data
Channel
dataChannel
:
WritableSignal
<
IGetChannel
[]
>
= ...
data
City
dataCity
:
WritableSignal
<
IGetCity
[]
>
= ...
data
Client
dataClient
:
InputSignal
<
IGetClient
|
null
>
= ...
data
Department
dataDepartment
:
WritableSignal
<
IGetDepartment
[]
>
= ...
data
Filter
City
dataFilterCity
:
WritableSignal
<
IGetCity
[]
>
= ...
data
Type
Client
dataTypeClient
:
WritableSignal
<
IGetTypeClient
[]
>
= ...
edit
Client
Form
editClientForm
:
FormGroup
<
{
address
:
FormControl
<
string
|
null
>
;
city
:
FormControl
<
string
|
null
>
;
department
:
FormControl
<
string
|
null
>
;
document
:
FormControl
<
string
|
null
>
;
email
:
FormControl
<
string
|
null
>
;
idChannel
:
FormControl
<
number
|
null
>
;
idClientType
:
FormControl
<
number
|
null
>
;
nameClient
:
FormControl
<
string
|
null
>
;
neighborhood
:
FormControl
<
string
|
null
>
;
tel1
:
FormControl
<
string
|
null
>
;
tel2
:
FormControl
<
string
|
null
>
;
}
,
>
= ...
message
Service
messageService
:
MessageService
= ...
save
Client
saveClient
:
OutputEmitterRef
<
string
>
= ...
sell
Service
sellService
:
SellService
= ...
store
store
:
Store
= ...
visible
visible
:
boolean
= false
Methods
cancel
cancel
()
:
void
Retorna
void
filter
Department
filterDepartment
(
department
:
string
)
:
void
Parameters
department
:
string
Retorna
void
get
Channel
getChannel
()
:
void
Retorna
void
get
City
getCity
()
:
void
Retorna
void
get
Department
getDepartment
()
:
void
Retorna
void
get
Type
Client
getTypeClient
()
:
void
Retorna
void
ng
On
Init
ngOnInit
()
:
void
Retorna
void
post
Edit
Client
postEditClient
()
:
void
Retorna
void
set
Value
Form
setValueForm
()
:
void
Retorna
void
show
Dialog
showDialog
()
:
void
Retorna
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
data
Channel
data
City
data
Client
data
Department
data
Filter
City
data
Type
Client
edit
Client
Form
message
Service
save
Client
sell
Service
store
visible
Methods
cancel
filter
Department
get
Channel
get
City
get
Department
get
Type
Client
ng
On
Init
post
Edit
Client
set
Value
Form
show
Dialog
Onix ERP - Documentación Oficial - v0.0.0
Loading...