refactor: handle due date
This commit is contained in:
parent
529c742a61
commit
4cdc462ded
2 changed files with 11 additions and 3 deletions
|
|
@ -1438,6 +1438,9 @@ watch(
|
|||
:readonly
|
||||
:actor="quotationFormState.createdBy?.($i18n.locale) || ''"
|
||||
:quotation-no="(quotationFull && quotationFull.code) || ''"
|
||||
:quotation-status="
|
||||
quotationFormState.source?.quotationStatus === 'Expired'
|
||||
"
|
||||
v-model:urgent="quotationFormData.urgent"
|
||||
v-model:work-name="quotationFormData.workName"
|
||||
v-model:contactor="quotationFormData.contactName"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue