add: modal set proposals
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
defineEmits(['set-load'])
|
||||
|
||||
|
||||
const openAttachmentsModal = () => {
|
||||
@@ -179,8 +180,9 @@
|
||||
<div class="btn-row" v-if="authStore.user?.permissions.includes('role_carrier')">
|
||||
<button
|
||||
class="btn-primary-sm bg-dark"
|
||||
data-toggle="modal" data-target="#formLoadModal"
|
||||
@click=""
|
||||
data-toggle="modal"
|
||||
data-target="#makeProposalModal"
|
||||
@click="event => $emit('set-load')"
|
||||
>Hacer oferta</button>
|
||||
<button
|
||||
class="btn-primary-sm"
|
||||
|
||||
Reference in New Issue
Block a user