@@ -124,6 +124,11 @@ $this->setPageTitle('Distributions') ; | |||
</tbody> | |||
</table> | |||
</div> | |||
<div slot="footer"> | |||
<div class="actions-form"> | |||
<button class="modal-default-button btn btn-default" @click="closeModalProducts">Fermer</button> | |||
</div> | |||
</div> | |||
</modal> | |||
<div class="col-md-6"> |
@@ -332,6 +332,10 @@ var app = new Vue({ | |||
this.idOrderView = currentIdOrderView ; | |||
} | |||
}, | |||
closeModalProducts: function() { | |||
this.showModalProducts = false ; | |||
this.init(this.idActivePointSale) ; | |||
} | |||
}, | |||
}); |