diff --git a/src/pages/InvoiceIn/InvoiceInList.vue b/src/pages/InvoiceIn/InvoiceInList.vue
index f9a6a5ae0..f030b4f08 100644
--- a/src/pages/InvoiceIn/InvoiceInList.vue
+++ b/src/pages/InvoiceIn/InvoiceInList.vue
@@ -18,7 +18,7 @@ import VnSection from 'src/components/common/VnSection.vue';
const user = useState().getUser();
const { viewSummary } = useSummaryDialog();
const { t } = useI18n();
-const dataKey='InvoiceInList';
+const dataKey = 'InvoiceInList';
const tableRef = ref();
const companies = ref([]);
@@ -132,11 +132,7 @@ const cols = computed(() => [
- (companies = data)"
- auto-load
- />
+ (companies = data)" auto-load />
[
:array-data-props="{
url: 'InvoiceIns/filter',
order: ['issued DESC', 'id DESC'],
- exprBuilder,
}"
>
@@ -187,7 +182,9 @@ const cols = computed(() => [
{{ scope.opt?.nickname }}
- #{{ scope.opt?.id }}, {{ scope.opt?.name }}
+
+ #{{ scope.opt?.id }}, {{ scope.opt?.name }}
+
@@ -205,7 +202,10 @@ const cols = computed(() => [
option-label="code"
:required="true"
/>
-
+
diff --git a/src/pages/InvoiceIn/InvoiceInSearchbar.vue b/src/pages/InvoiceIn/InvoiceInSearchbar.vue
deleted file mode 100644
index f2731b005..000000000
--- a/src/pages/InvoiceIn/InvoiceInSearchbar.vue
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-es:
- Search invoice: Buscar factura recibida
- Search invoices in by id or supplier fiscal name: Buscar facturas recibidas por id o por nombre fiscal del proveedor
-