- pagine RISO

This commit is contained in:
Surya Paolo
2025-12-05 17:56:05 +01:00
parent a51bc5a8a2
commit 5d35930dc8
338 changed files with 11275 additions and 5578 deletions

View File

@@ -21,9 +21,9 @@ import { CViewTable } from '../CViewTable';
import { CMyValueDb } from '../CMyValueDb';
import { CPrice } from '../CPrice';
import { CText } from '../CText';
import { CLabel } from '@src/components/CLabel';
import { CSchedaProdotto } from '@src/components/CSchedaProdotto';
import { CModifTrafiletto } from '@src/components/CModifTrafiletto';
import { CLabel } from '@/components/CLabel';
import { CSchedaProdotto } from '@/components/CSchedaProdotto';
import { CModifTrafiletto } from '@/components/CModifTrafiletto';
import { CBarCode } from '../CBarCode';
import { CTableCupleLabelValue } from '../CTableCupleLabelValue';
@@ -40,12 +40,12 @@ import type {
IVariazione,
IRecFields,
ICatalog,
} from '@src/model';
import { IBaseOrder } from '@src/model';
} from '@/model';
import { IBaseOrder } from '@/model';
import { tools } from '@tools';
import { useProducts } from '@store/Products';
import { shared_consts } from '@src/common/shared_vuejs';
import { shared_consts } from '@/common/shared_vuejs';
import { useRouter } from 'vue-router';
import { costanti } from '@costanti';