</tbody> | </tbody> | ||||
</table> | </table> | ||||
</div> | </div> | ||||
<div slot="footer"> | |||||
<div class="actions-form"> | |||||
<button class="modal-default-button btn btn-default" @click="closeModalProducts">Fermer</button> | |||||
</div> | |||||
</div> | |||||
</modal> | </modal> | ||||
<div class="col-md-6"> | <div class="col-md-6"> |
this.idOrderView = currentIdOrderView ; | this.idOrderView = currentIdOrderView ; | ||||
} | } | ||||
}, | |||||
closeModalProducts: function() { | |||||
this.showModalProducts = false ; | |||||
this.init(this.idActivePointSale) ; | |||||
} | } | ||||
}, | }, | ||||
}); | }); |