fix(quotation): auto split date
This commit is contained in:
parent
7db7813a9e
commit
6894ebbc12
2 changed files with 39 additions and 2 deletions
|
|
@ -601,7 +601,7 @@ function printPDF() {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="column surface-0">
|
||||
<div class="column surface-0 fullscreen">
|
||||
<div class="color-bar">
|
||||
<div class="orange-segment"></div>
|
||||
<div class="yellow-segment"></div>
|
||||
|
|
@ -848,6 +848,7 @@ function printPDF() {
|
|||
v-model:pay-split="quotationFormData.paySplit"
|
||||
:readonly
|
||||
v-model:final-discount="quotationFormData.discount"
|
||||
v-model:pay-bill-date="quotationFormData.payBillDate"
|
||||
v-model:summary-price="summaryPrice"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue