Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-08-06 11:47:34 +01:00
8 changed files with 100 additions and 154 deletions
@@ -338,11 +338,12 @@ export class DespachoPrPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'modal modal-desktop'
} else {
classs = 'add-note-modal'
classs = 'add-note-modal-no-height'
}
const modal = await this.modalController.create({
component: AddNotePage,
componentProps:{
showAttachmentBtn: true,
},
cssClass: classs,
backdropDismiss: true
@@ -285,11 +285,12 @@ export class DespachoPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'modal modal-desktop'
} else {
classs = 'add-note-modal'
classs = 'add-note-modal-no-height'
}
const modal = await this.modalController.create({
component: AddNotePage,
componentProps:{
showAttachmentBtn: true,
},
cssClass: classs,
backdropDismiss: true
@@ -428,7 +428,7 @@ export class PedidoPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'book-meeting-modal modal modal-desktop'
} else {
classs = 'modal modal-desktop showAsideOptions'
classs = 'add-note-modal-no-height showAsideOptions'
}
const modal = await this.modalController.create({
component: DarParecerPage,
@@ -450,7 +450,7 @@ export class PedidoPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'modal modal-desktop'
} else {
classs = 'add-note-modal'
classs = 'add-note-modal-no-height'
}
const modal = await this.modalController.create({
component: AddNotePage,