save
This commit is contained in:
parent
d941ff9663
commit
bb0f26c1fc
1 changed files with 2 additions and 13 deletions
|
@ -35,19 +35,8 @@
|
|||
<template v-for="p in contract.products" :key="p.code">
|
||||
<v-row>
|
||||
<v-col cols="6">
|
||||
<v-text-field v-model="p.code" label="Code"></v-text-field>
|
||||
<!--<v-autocomplete v-model="p.code"
|
||||
v-model:search="product_search"
|
||||
:loading="products_loading"
|
||||
:items="products"
|
||||
cache-items
|
||||
hide-no-data
|
||||
hide-details
|
||||
solo-inverted
|
||||
label="Code"
|
||||
no-data-text="No Products Found"
|
||||
item-title="code"
|
||||
item-value="code" ></v-autocomplete>-->
|
||||
<v-text-field label="Code" v-model="p.code"></v-text-field>
|
||||
{{p.name }}
|
||||
</v-col>
|
||||
<v-col cols="4">
|
||||
<v-text-field type="number" label="Price" v-model="p.price"></v-text-field>
|
||||
|
|
Loading…
Reference in a new issue