- aggiornamento catalogo: lista titoli del catalogo
- scheda prodotto libro - migliorata tabella prodotto
This commit is contained in:
@@ -13,6 +13,7 @@ import { CMyToggleList } from '../CMyToggleList'
|
||||
import { CMySelect } from '../CMySelect'
|
||||
import { CCurrencyValue } from '../CCurrencyValue'
|
||||
import { CMapEditAddressByCoord } from '../CMapEditAddressByCoord'
|
||||
import { CInput } from '../CInput'
|
||||
import { CMyEditor } from '../CMyEditor'
|
||||
import { CGallery } from '../CGallery'
|
||||
import { CSelectImage } from '../CSelectImage'
|
||||
@@ -140,11 +141,6 @@ export default defineComponent({
|
||||
required: false,
|
||||
default: 'row',
|
||||
},
|
||||
minuteinterval: {
|
||||
type: String,
|
||||
required: false,
|
||||
default: '5',
|
||||
},
|
||||
disable: {
|
||||
type: Boolean,
|
||||
required: false,
|
||||
@@ -223,7 +219,7 @@ export default defineComponent({
|
||||
},
|
||||
components: {
|
||||
CMyChipList, CDateTime, CDate, CMyToggleList, CMySelect, CMyEditor, CGallery,
|
||||
CCurrencyValue, CLabel, CAccomodation, CSelectImage, CMapEditAddressByCoord,
|
||||
CCurrencyValue, CLabel, CAccomodation, CSelectImage, CMapEditAddressByCoord, CInput,
|
||||
},
|
||||
setup(props, { emit }) {
|
||||
const $q = useQuasar()
|
||||
@@ -481,6 +477,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function mounted() {
|
||||
// console.log('mounted CMyPopupEdit')
|
||||
|
||||
|
||||
myrow.value = props.rec && props.isrec ? { ...props.rec } : { ...props.row }
|
||||
@@ -522,6 +519,7 @@ export default defineComponent({
|
||||
// console.log('myvalue.value', myvalue.value)
|
||||
myvalueprec.value = myvalue.value
|
||||
|
||||
|
||||
crea()
|
||||
|
||||
if (!loaded.value) {
|
||||
@@ -647,6 +645,8 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
console.log('SaveValueInt', newVal, valinitial)
|
||||
|
||||
emit('save', newVal, valinitial)
|
||||
}
|
||||
|
||||
@@ -910,6 +910,7 @@ export default defineComponent({
|
||||
|
||||
onBeforeMount(mounted)
|
||||
|
||||
|
||||
return {
|
||||
myvalue,
|
||||
countryname,
|
||||
|
||||
Reference in New Issue
Block a user