add: mensagge confirm proposal

This commit is contained in:
Alexandro Uc Santos
2025-08-20 21:02:58 -06:00
parent 0f4c4e48b0
commit 36238772d6
3 changed files with 15 additions and 5 deletions

View File

@@ -197,7 +197,7 @@
<div v-if="load.notes" class="box-note">
{{ load.notes }}
</div>
<div class="btn-row">
<!-- <div class="btn-row">
<button v-if="load.status !== 'Draft' && load.load_status !== 'Published' && load.load_status !== 'Loading' && !tracking && !share"
type="button"
data-toggle="modal" data-target="#attachmentModal"
@@ -207,7 +207,7 @@
<i class="fa-solid fa-image"></i>
{{ t('evidence.evidence') }}
</button>
</div>
</div> -->
<div class="btn-row" v-if="load?.company?._id === authStore?.user?.company._id && !share">
<button v-if="load.status !== 'Draft' && load.load_status !== 'Delivered'"
type="button"