提交 170d5581 编写于 作者: ibizdev's avatar ibizdev

Mosher 发布系统代码 [后台服务,演示应用]

上级 b3608efe
......@@ -1536,63 +1536,19 @@ export default {
tip: "数据导入",
},
},
gridexpviewtoolbar_toolbar: {
tbitem3: {
caption: "New",
tip: "New",
gridexpviewgridexpbar_toolbar_toolbar: {
deuiaction1: {
caption: "刷新",
tip: "刷新",
},
deuiaction2: {
caption: "Save",
tip: "Save",
caption: "New",
tip: "New",
},
tbitem4: {
deuiaction3: {
caption: "Edit",
tip: "Edit {0}",
},
tbitem6: {
caption: "Copy",
tip: "Copy {0}",
},
deuiaction3: {
caption: "Filter",
tip: "Filter",
},
tbitem7: {
caption: "-",
tip: "",
},
tbitem8: {
caption: "Remove",
tip: "Remove {0}",
},
tbitem9: {
caption: "-",
tip: "",
},
deuiaction1: {
caption: "导入",
tip: "导入",
},
tbitem10: {
caption: "-",
tip: "",
},
tbitem11: {
caption: "Print",
tip: "Print",
},
tbitem12: {
caption: "-",
tip: "",
},
tbitem16: {
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: "Export Data Model",
tip: "导出数据模型",
},
},
seditview4toolbar_toolbar: {
tbitem3: {
......
......@@ -1535,63 +1535,19 @@ export default {
tip: "数据导入",
},
},
gridexpviewtoolbar_toolbar: {
tbitem3: {
caption: "新建",
tip: "新建",
gridexpviewgridexpbar_toolbar_toolbar: {
deuiaction1: {
caption: "刷新",
tip: "刷新",
},
deuiaction2: {
caption: "保存",
tip: "保存",
caption: "新建",
tip: "新建",
},
tbitem4: {
deuiaction3: {
caption: "编辑",
tip: "编辑",
},
tbitem6: {
caption: "拷贝",
tip: "拷贝",
},
deuiaction3: {
caption: "过滤",
tip: "过滤",
},
tbitem7: {
caption: "-",
tip: "",
},
tbitem8: {
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: "-",
tip: "",
},
deuiaction1: {
caption: "导入",
tip: "导入",
},
tbitem10: {
caption: "-",
tip: "",
},
tbitem11: {
caption: "打印",
tip: "打印",
},
tbitem12: {
caption: "-",
tip: "",
},
tbitem16: {
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: "导出数据模型",
tip: "导出数据模型",
},
},
seditview4toolbar_toolbar: {
tbitem3: {
......
.ibizorder-grid-exp-view{
position: relative;
}
.toolbar-container {
button {
margin: 6px 0px 4px 4px;
.caption {
margin-left: 4px;
}
}
.seperator {
color: #dcdee2;
margin: 0 0px 0 4px;
}
}
// this is less
.deepskyblueToolBar {color:white !important;background-color:#108cee !important;}
.ibizorder-grid-exp-view{
display: block;
......
......@@ -2,13 +2,9 @@
import { Component } from 'vue-property-decorator';
import IBIZOrderGridExpViewBase from './ibizorder-grid-exp-view-base.vue';
import view_quicksearchform from '@widgets/ibizorder/uipart-0013-searchform/uipart-0013-searchform.vue';
import view_searchform from '@widgets/ibizorder/default-searchform/default-searchform.vue';
import view_gridexpbar from '@widgets/ibizorder/grid-exp-viewgridexpbar-gridexpbar/grid-exp-viewgridexpbar-gridexpbar.vue';
@Component({
components: {
view_quicksearchform,
view_searchform,
view_gridexpbar,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
......
......@@ -40,13 +40,13 @@
}
}
.grid-exp-bar-content {
height: calc(100% - 40px);
height: calc(100% - 88px);
overflow: auto;
padding: 16px 0;
margin-bottom: 10px;
}
.grid-exp-bar-content2 {
height: calc(100% - 40px);
height: calc(100% - 88px);
overflow: auto;
flex-grow: 1;
}
......@@ -95,12 +95,12 @@
}
}
.grid-exp-bar-content {
height: calc(100% - 40px);
height: calc(100% - 88px);
overflow: auto;
margin-bottom: 10px;
}
.grid-exp-bar-content2 {
height: calc(100% - 40px);
height: calc(100% - 88px);
overflow: auto;
flex-grow: 1;
}
......
......@@ -84,12 +84,6 @@ export default class Main2Model {
name: 'ibizorder',
prop: 'ibizorderid',
},
{
name: 'n_ibizordername_like',
prop: 'n_ibizordername_like',
dataType: 'QUERYPARAM'
},
{
name:'size',
prop:'size',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册