fix: error import
This commit is contained in:
parent
d9f8d0f971
commit
dc84178e06
1 changed files with 0 additions and 6 deletions
|
|
@ -15,7 +15,6 @@ import { useQuotationForm } from './form';
|
||||||
import { CustomerBranchCreate } from 'stores/customer/types';
|
import { CustomerBranchCreate } from 'stores/customer/types';
|
||||||
|
|
||||||
// NOTE: Import Components
|
// NOTE: Import Components
|
||||||
import ReceiptDialog from './ReceiptDialog.vue';
|
|
||||||
import QuotationCard from 'src/components/05_quotation/QuotationCard.vue';
|
import QuotationCard from 'src/components/05_quotation/QuotationCard.vue';
|
||||||
import PaginationComponent from 'src/components/PaginationComponent.vue';
|
import PaginationComponent from 'src/components/PaginationComponent.vue';
|
||||||
import StatCardComponent from 'src/components/StatCardComponent.vue';
|
import StatCardComponent from 'src/components/StatCardComponent.vue';
|
||||||
|
|
@ -983,11 +982,6 @@ async function storeDataLocal(id: string) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</DialogForm>
|
</DialogForm>
|
||||||
|
|
||||||
<ReceiptDialog
|
|
||||||
v-model:data="currentQuotationPayment"
|
|
||||||
v-model="pageState.receiptModal"
|
|
||||||
></ReceiptDialog>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped></style>
|
<style scoped></style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue