support mode mobile (#364)
* Update version for gRPC data client * support mode mobile Co-authored-by: Yamel Senih <ysenih@erpya.com> Co-authored-by: Leonel Matos <matosleonel0@gmail.com>pull/3759/head
parent
de202000e3
commit
8e8608d60a
|
@ -271,7 +271,6 @@ import splitPane from 'vue-splitpane'
|
||||||
import ChatEntries from '@/components/ADempiere/ContainerInfo/chatEntries'
|
import ChatEntries from '@/components/ADempiere/ContainerInfo/chatEntries'
|
||||||
import RecordLogs from '@/components/ADempiere/ContainerInfo/recordLogs'
|
import RecordLogs from '@/components/ADempiere/ContainerInfo/recordLogs'
|
||||||
import WorkflowLogs from '@/components/ADempiere/ContainerInfo/workflowLogs'
|
import WorkflowLogs from '@/components/ADempiere/ContainerInfo/workflowLogs'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'WindowView',
|
name: 'WindowView',
|
||||||
components: {
|
components: {
|
||||||
|
@ -520,7 +519,6 @@ export default {
|
||||||
this.$store.dispatch('setSplitHeightTop', {
|
this.$store.dispatch('setSplitHeightTop', {
|
||||||
splitHeightTop: size[0]
|
splitHeightTop: size[0]
|
||||||
})
|
})
|
||||||
|
|
||||||
this.$store.dispatch('setSplitHeight', {
|
this.$store.dispatch('setSplitHeight', {
|
||||||
splitHeight: size[1]
|
splitHeight: size[1]
|
||||||
})
|
})
|
||||||
|
@ -541,7 +539,6 @@ export default {
|
||||||
},
|
},
|
||||||
generateWindow() {
|
generateWindow() {
|
||||||
this.windowMetadata = this.getterWindow
|
this.windowMetadata = this.getterWindow
|
||||||
|
|
||||||
let isShowRecords = this.isShowedRecordNavigation
|
let isShowRecords = this.isShowedRecordNavigation
|
||||||
if (isShowRecords === undefined) {
|
if (isShowRecords === undefined) {
|
||||||
if ((['M', 'Q'].includes(this.windowMetadata.windowType) && this.getterRecordList >= 10) ||
|
if ((['M', 'Q'].includes(this.windowMetadata.windowType) && this.getterRecordList >= 10) ||
|
||||||
|
@ -552,7 +549,6 @@ export default {
|
||||||
}
|
}
|
||||||
this.handleChangeShowedRecordNavigation(!isShowRecords)
|
this.handleChangeShowedRecordNavigation(!isShowRecords)
|
||||||
}
|
}
|
||||||
|
|
||||||
this.isLoaded = true
|
this.isLoaded = true
|
||||||
},
|
},
|
||||||
handleChangeShowedRecordNavigation(valueToChange) {
|
handleChangeShowedRecordNavigation(valueToChange) {
|
||||||
|
@ -607,7 +603,6 @@ export default {
|
||||||
color: #333;
|
color: #333;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-aside {
|
.el-aside {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -791,23 +786,19 @@ export default {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-container {
|
.left-container {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-container {
|
.right-container {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-container {
|
.top-container {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-container {
|
.bottom-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #95E1D3;
|
background-color: #95E1D3;
|
||||||
|
|
Loading…
Reference in New Issue