refactor: refs #6739 deleted useless const
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
08ac9c5931
commit
f0b1919157
|
@ -29,15 +29,10 @@ const transferInvoiceParams = reactive({
|
||||||
refFk: $props.invoiceOutData?.ref,
|
refFk: $props.invoiceOutData?.ref,
|
||||||
});
|
});
|
||||||
|
|
||||||
const closeButton = ref(null);
|
|
||||||
const rectificativeTypeOptions = ref([]);
|
const rectificativeTypeOptions = ref([]);
|
||||||
const siiTypeInvoiceOutsOptions = ref([]);
|
const siiTypeInvoiceOutsOptions = ref([]);
|
||||||
const invoiceCorrectionTypesOptions = ref([]);
|
const invoiceCorrectionTypesOptions = ref([]);
|
||||||
|
|
||||||
const closeForm = () => {
|
|
||||||
if (closeButton.value) closeButton.value.click();
|
|
||||||
};
|
|
||||||
|
|
||||||
const selectedClient = (client) => {
|
const selectedClient = (client) => {
|
||||||
transferInvoiceParams.selectedClientData = client;
|
transferInvoiceParams.selectedClientData = client;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue