|
|
@@ -694,7 +694,10 @@ $this->setPageTitle('Distributions') ; |
|
|
|
<span class="label label-success" v-if="loadingUpdateProductOrder || order.productOrder[product.id].active">Actif</span> |
|
|
|
<span class="label label-danger" v-else>Inactif</span> |
|
|
|
</td> |
|
|
|
<td>{{ product.name }}</td> |
|
|
|
<td> |
|
|
|
{{ product.name }} |
|
|
|
<template v-if="product.weight">({{ product.weight }} g)</template> |
|
|
|
</td> |
|
|
|
<td class="price"> |
|
|
|
<div v-show="vatMode == 'all'" class="input-group"> |
|
|
|
<input type="text" v-model="order.productOrder[product.id].price" class="form-control input-sm" @change="productPriceChange" :data-with-tax="false" :data-id-product="product.id" /> |