refactor: special
This commit is contained in:
parent
20dc04c769
commit
0461da4bf8
2 changed files with 22 additions and 13 deletions
|
|
@ -13,6 +13,7 @@ const customerStore = useCustomerStore();
|
|||
const branchId = defineModel<string>('branchId');
|
||||
const customerBranchId = defineModel<string>('customerBranchId');
|
||||
const agentPrice = defineModel<boolean>('agentPrice');
|
||||
const special = defineModel<boolean>('special');
|
||||
|
||||
const branchOption = ref();
|
||||
const customerOption = ref();
|
||||
|
|
@ -116,6 +117,13 @@ watch(
|
|||
v-model="agentPrice"
|
||||
style="font-size: 14px"
|
||||
/>
|
||||
<q-checkbox
|
||||
class="q-ml-md"
|
||||
:label="$t('quotation.special')"
|
||||
size="xs"
|
||||
v-model="special"
|
||||
style="font-size: 14px"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 row q-col-gutter-sm">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue