This commit is contained in:
parent
b559f2f18c
commit
9219fa07f5
|
@ -279,7 +279,6 @@ globals:
|
|||
myAccount: My account
|
||||
noOne: No one
|
||||
params:
|
||||
search: General search
|
||||
clientFk: Client id
|
||||
salesPersonFk: Sales person
|
||||
warehouseFk: Warehouse
|
||||
|
|
|
@ -283,7 +283,6 @@ globals:
|
|||
myAccount: Mi cuenta
|
||||
noOne: Nadie
|
||||
params:
|
||||
search: Búsqueda general
|
||||
clientFk: Id cliente
|
||||
salesPersonFk: Comercial
|
||||
warehouseFk: Almacén
|
||||
|
|
|
@ -40,7 +40,7 @@ const handleScopeDays = (params, days, callback) => {
|
|||
<VnFilterPanel
|
||||
:data-key="dataKey"
|
||||
:search-button="true"
|
||||
:hidden-tags="['from', 'to']"
|
||||
:hidden-tags="['from', 'to', 'search']"
|
||||
:custom-tags="['scopeDays']"
|
||||
:unremovable-params="['from', 'to', 'scopeDays']"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue