Onix ERP - Documentación Técnica - v0.0.0
Preparing search index...
app/module/sell/page/sell/components/editClient/editClient.component
EditClientComponent
Class EditClientComponent
Index
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
Returns
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
Returns
void
filter
Department
filterDepartment
(
department
:
string
)
:
void
Parameters
department
:
string
Returns
void
get
Channel
getChannel
()
:
void
Returns
void
get
City
getCity
()
:
void
Returns
void
get
Department
getDepartment
()
:
void
Returns
void
get
Type
Client
getTypeClient
()
:
void
Returns
void
ng
On
Init
ngOnInit
()
:
void
Returns
void
post
Edit
Client
postEditClient
()
:
void
Returns
void
set
Value
Form
setValueForm
()
:
void
Returns
void
show
Dialog
showDialog
()
:
void
Returns
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 Técnica - v0.0.0
Loading...