fix: quotation => upload additional readonly condition
This commit is contained in:
parent
2e825e373f
commit
e383d21c62
1 changed files with 1 additions and 2 deletions
|
|
@ -1065,7 +1065,7 @@ async function getWorkerFromCriteria(
|
|||
</div>
|
||||
|
||||
<header class="row q-px-md q-py-sm items-center full justify-between">
|
||||
<div stylviewe="flex: 1" class="row items-center">
|
||||
<div style="flex: 1" class="row items-center">
|
||||
<RouterLink to="/quotation">
|
||||
<q-img src="/icons/favicon-512x512.png" width="3rem" />
|
||||
</RouterLink>
|
||||
|
|
@ -1464,7 +1464,6 @@ async function getWorkerFromCriteria(
|
|||
<div class="surface-1 q-pa-md full-width">
|
||||
<UploadFileSection
|
||||
:readonly="
|
||||
quotationFormState.mode !== 'edit' ||
|
||||
(view !== View.Quotation && view !== View.Invoice) ||
|
||||
(quotationFormData.quotationStatus !== 'Issued' &&
|
||||
quotationFormData.quotationStatus !== 'Accepted')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue