提交 866d2187 编写于 作者: ibizdev's avatar ibizdev

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

上级 6a13c872
......@@ -271,6 +271,14 @@
"viewname": "IBIZSample0002EditView",
"viewtag": "2dd64fdd5e7303cc73090d949bc91d9b"
},
"ibizbookusr7gridview": {
"title": "实体表格项更新",
"caption": "实体表格项更新",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKUsr7GridView",
"viewtag": "302c48740ebb26191bba93f1795af44e"
},
"ibizbookgroupbycodelistkanbanview": {
"title": "图书看板视图(代码表分组)",
"caption": "图书",
......
......@@ -41,6 +41,10 @@ export default {
caption: "图书",
title: "图书树表格视图",
},
usr7gridview: {
caption: "实体表格项更新",
title: "实体表格项更新",
},
groupbycodelistkanbanview: {
caption: "图书",
title: "图书看板视图(代码表分组)",
......@@ -452,6 +456,21 @@ export default {
uiactions: {
},
},
main6_grid: {
columns: {
ibizbookname: "图书名称",
author: "图书作者",
type: "图书类型",
press: "图书出版社",
price: "图书价格",
booknumber: "图书数量",
lendouttime: "借出日期",
returntime: "归还日期",
},
nodata:"",
uiactions: {
},
},
gridexpbar_grid_grid: {
columns: {
},
......@@ -1290,6 +1309,64 @@ export default {
},
haspanellistviewtoolbar_toolbar: {
},
usr7gridviewtoolbar_toolbar: {
tbitem3: {
caption: "New",
tip: "New",
},
deuiaction2: {
caption: "Save",
tip: "Save",
},
tbitem4: {
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: "",
},
tbitem13: {
caption: "Export",
tip: "Export {0} Data To Excel",
},
deuiaction1: {
caption: "导入",
tip: "导入",
},
tbitem10: {
caption: "-",
tip: "",
},
tbitem16: {
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: "Export Data Model",
tip: "导出数据模型",
},
tbitem23: {
caption: "数据导入",
tip: "数据导入",
},
},
tree_treeview: {
nodata:"",
nodes: {
......
......@@ -40,6 +40,10 @@ export default {
caption: "图书",
title: "图书树表格视图",
},
usr7gridview: {
caption: "实体表格项更新",
title: "实体表格项更新",
},
groupbycodelistkanbanview: {
caption: "图书",
title: "图书看板视图(代码表分组)",
......@@ -451,6 +455,21 @@ export default {
uiactions: {
},
},
main6_grid: {
columns: {
ibizbookname: "图书名称",
author: "图书作者",
type: "图书类型",
press: "图书出版社",
price: "图书价格",
booknumber: "图书数量",
lendouttime: "借出日期",
returntime: "归还日期",
},
nodata:"",
uiactions: {
},
},
gridexpbar_grid_grid: {
columns: {
},
......@@ -1289,6 +1308,64 @@ export default {
},
haspanellistviewtoolbar_toolbar: {
},
usr7gridviewtoolbar_toolbar: {
tbitem3: {
caption: "新建",
tip: "新建",
},
deuiaction2: {
caption: "保存",
tip: "保存",
},
tbitem4: {
caption: "编辑",
tip: "编辑",
},
tbitem6: {
caption: "拷贝",
tip: "拷贝",
},
deuiaction3: {
caption: "过滤",
tip: "过滤",
},
tbitem7: {
caption: "-",
tip: "",
},
tbitem8: {
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: "-",
tip: "",
},
tbitem13: {
caption: "导出",
tip: "导出",
},
deuiaction1: {
caption: "导入",
tip: "导入",
},
tbitem10: {
caption: "-",
tip: "",
},
tbitem16: {
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: "导出数据模型",
tip: "导出数据模型",
},
tbitem23: {
caption: "数据导入",
tip: "数据导入",
},
},
tree_treeview: {
nodata:"",
nodes: {
......
......@@ -279,6 +279,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZSample0002EditView",
"viewtag": "2dd64fdd5e7303cc73090d949bc91d9b"
},
"ibizbookusr7gridview": {
"title": "实体表格项更新",
"caption": "实体表格项更新",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKUsr7GridView",
"viewtag": "302c48740ebb26191bba93f1795af44e"
},
"ibizbookgroupbycodelistkanbanview": {
"title": "图书看板视图(代码表分组)",
"caption": "图书",
......
......@@ -101,6 +101,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'autogrouplistview',srfappde:'ibizbooks',component:'ibizbookauto-group-list-view'});
this.allViewMap.set(':',{viewname:'ruleseditview',srfappde:'ibizbooks',component:'ibizbookrules-edit-view'});
this.allViewMap.set(':',{viewname:'treegridexview',srfappde:'ibizbooks',component:'ibizbooktree-grid-ex-view'});
this.allViewMap.set(':',{viewname:'usr7gridview',srfappde:'ibizbooks',component:'ibizbookusr7-grid-view'});
this.allViewMap.set(':',{viewname:'groupbycodelistkanbanview',srfappde:'ibizbooks',component:'ibizbookgroup-by-codelist-kan-ban-view'});
this.allViewMap.set(':',{viewname:'usr2gridview',srfappde:'ibizbooks',component:'ibizbookusr2-grid-view'});
this.allViewMap.set(':',{viewname:'dashboardview',srfappde:'ibizbooks',component:'ibizbookdashboard-view'});
......
......@@ -750,8 +750,8 @@ export default class Main5Base extends Vue implements ControlInterface {
{ required: this.detailsModel.formitem15.required, type: 'string', message: '多久之前 值不能为空', trigger: 'blur' },
],
formitem1: [
{ required: this.detailsModel.formitem1.required, type: 'number', message: '颜色选择 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem1.required, type: 'number', message: '颜色选择 值不能为空', trigger: 'blur' },
{ required: this.detailsModel.formitem1.required, type: 'string', message: '颜色选择 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem1.required, type: 'string', message: '颜色选择 值不能为空', trigger: 'blur' },
],
address: [
{ required: this.detailsModel.address.required, type: 'string', message: '地图定位address 值不能为空', trigger: 'change' },
......
......@@ -82,8 +82,8 @@ export default class Main5Model {
},
{
name: 'formitem1',
prop: 'field12',
dataType: 'TRUEFALSE',
prop: 'ibizsample0002name',
dataType: 'PICKUPTEXT',
},
{
name: 'address',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册