aggiornamento ordini
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<template>
|
||||
<div class="q-pa-md row items-start q-gutter-md">
|
||||
<q-card :class="getmycardcl()" v-if="!!myproduct" bordered>
|
||||
<!--<q-img :src="`` + myproduct.img" :alt="myproduct.name" :class="getclimg()"></q-img>-->
|
||||
<img src="https://cdn.quasar.dev/img/parallax2.jpg" />
|
||||
<q-img :src="`` + myproduct.img" :alt="myproduct.name" :class="getclimg()"></q-img>
|
||||
|
||||
<q-list>
|
||||
<q-item>
|
||||
@@ -46,7 +45,6 @@
|
||||
myproduct.after_price
|
||||
}}</span>
|
||||
|
||||
tempTotalQty : {{ myproduct.tempTotalQty }}
|
||||
</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
@@ -104,6 +102,9 @@
|
||||
</span>
|
||||
<span class="prod_qtywarn">
|
||||
{{ getQtyWarn() }}
|
||||
|
||||
<div v-if="tools.isManager() && myproduct.QuantitaOrdinateInAttesa > 0">Quantita Ordinate In Attesa : {{ myproduct.QuantitaOrdinateInAttesa }}</div>
|
||||
|
||||
</span>
|
||||
</q-item-label>
|
||||
<q-item-label> </q-item-label>
|
||||
|
||||
Reference in New Issue
Block a user