refactor: handle btn uploadfile
This commit is contained in:
parent
0dec580311
commit
ac5ef47432
1 changed files with 2 additions and 1 deletions
|
|
@ -1465,7 +1465,8 @@ async function getWorkerFromCriteria(
|
|||
:readonly="
|
||||
(view !== View.Quotation && view !== View.Invoice) ||
|
||||
(quotationFormData.quotationStatus !== 'Issued' &&
|
||||
quotationFormData.quotationStatus !== 'Accepted')
|
||||
quotationFormData.quotationStatus !== 'Accepted') ||
|
||||
quotationFormState.mode === 'info'
|
||||
"
|
||||
v-model:file-data="attachmentData"
|
||||
:label="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue