feat(quotation): form update
This commit is contained in:
parent
97dd655d00
commit
7b8a30272b
2 changed files with 60 additions and 48 deletions
|
|
@ -2,20 +2,11 @@
|
|||
import { ref } from 'vue';
|
||||
import QuatationForm from './QuatationForm.vue';
|
||||
|
||||
import FormDialog from 'components/FormDialog.vue';
|
||||
import HistoryEditComponent from 'components/03_customer-management/HistoryEditComponent.vue';
|
||||
|
||||
const test = ref(true);
|
||||
const isOpen = ref(true);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<FormDialog no-footer no-address title="ประวัติการแก้ไข" v-model:modal="test">
|
||||
<template #person>
|
||||
<HistoryEditComponent />
|
||||
</template>
|
||||
</FormDialog>
|
||||
|
||||
<!-- <QuatationForm /> -->
|
||||
<QuatationForm v-model:dialogState="isOpen" />
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue