fix(04): payment type option
This commit is contained in:
parent
98c09fc1bb
commit
7a1c641863
1 changed files with 8 additions and 8 deletions
|
|
@ -69,14 +69,14 @@ const payTypeOpion = computed(() => [
|
||||||
value: 'Split',
|
value: 'Split',
|
||||||
label: t('quotation.type.installmentsCash'),
|
label: t('quotation.type.installmentsCash'),
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
value: 'BillFull',
|
// value: 'BillFull',
|
||||||
label: t('quotation.type.fullAmountBill'),
|
// label: t('quotation.type.fullAmountBill'),
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
value: 'BillSplit',
|
// value: 'BillSplit',
|
||||||
label: t('quotation.type.installmentsBill'),
|
// label: t('quotation.type.installmentsBill'),
|
||||||
},
|
// },
|
||||||
]);
|
]);
|
||||||
const amount4Show = ref<string[]>([]);
|
const amount4Show = ref<string[]>([]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue