Compare commits

..

No commits in common. "8f48accb4fb15406cd8614f0c5fe5bd144106e40" and "b2756ac7ce0832921f4ebe72f65309bd8f807c19" have entirely different histories.

View File

@ -44,8 +44,7 @@
</v-toolbar>
<v-container v-for="(line, index) in purchase.saleline_set" :key="line.id">
<v-row>
<v-col
lg="9">
<v-col>
<v-autocomplete
v-model="line.product"
:items="filteredProducts"
@ -64,19 +63,6 @@
</template>
</v-autocomplete>
</v-col>
<v-col
lg="2"
>
<v-text-field
v-model.number="line.quantity"
label="Cantidad"
type="number"
:rules="[rules.required]"
required
></v-text-field>
</v-col>
</v-row>
<v-row>
<v-col>
<v-text-field
v-model.number="line.unit_price"
@ -88,6 +74,15 @@
readonly
></v-text-field>
</v-col>
<v-col>
<v-text-field
v-model.number="line.quantity"
label="Cantidad"
type="number"
:rules="[rules.required]"
required
></v-text-field>
</v-col>
<v-col>
<v-text-field
v-model="line.measuring_unit"