提交 2a784cb2 编写于 作者: ibizdev's avatar ibizdev

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

上级 05064b0d
......@@ -263,6 +263,14 @@
"viewname": "IBIZUNIProductIndexPickupDataView",
"viewtag": "187cd0060ae45193183239145996d682"
},
"ibizorderseditview2_layout": {
"title": "实体编辑视图(左右关系)",
"caption": "实体编辑视图(左右关系)",
"viewtype": "DEEDITVIEW2",
"viewmodule": "Sample",
"viewname": "IBIZOrderSEditView2_layout",
"viewtag": "1a158d1e7cdd8c8e17b54bfa91846b4c"
},
"ibizbookusr2calendarview": {
"title": "图书日历视图(时间轴)",
"caption": "图书",
......@@ -831,6 +839,14 @@
"viewname": "IBIZOrderDetailTempModeGridView",
"viewtag": "5adf5dde3ad3e8acf640f10502181661"
},
"ibizorderseditview3_layout": {
"title": "实体编辑视图(分页关系)",
"caption": "实体编辑视图(分页关系)",
"viewtype": "DEEDITVIEW3",
"viewmodule": "Sample",
"viewname": "IBIZOrderSEditView3_layout",
"viewtag": "5b7402fd99632895f9f6d32d6477cb20"
},
"ibizordersf20gridview": {
"title": "订单表格视图",
"caption": "订单",
......@@ -991,6 +1007,14 @@
"viewname": "IBIZOrderPieChartView",
"viewtag": "6c6c31f0f607d0dec1ddaec0326cf430"
},
"ibizbookinterfunceditview_layout": {
"title": "图书编辑视图(内置功能)",
"caption": "编辑表单内置功能",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKInterFuncEditView_layout",
"viewtag": "6c9e2f980d5916949d3b16944f887a4b"
},
"ibizappeditoreditview": {
"title": "编辑器编辑视图",
"caption": "编辑器",
......@@ -1183,6 +1207,14 @@
"viewname": "IBIZSample0017FormPickupDataView",
"viewtag": "85b529630528468799b3e6551c92a56d"
},
"ibizorderseditview4_layout": {
"title": "实体编辑视图(上下关系)",
"caption": "实体编辑视图(上下关系)",
"viewtype": "DEEDITVIEW4",
"viewmodule": "Sample",
"viewname": "IBIZOrderSEditView4_layout",
"viewtag": "880efe9c98faa665c18ad955496112bf"
},
"ibizsoftwaresuiteditview": {
"title": "软件编辑视图",
"caption": "软件",
......
......@@ -35,6 +35,9 @@
"VMGroup27":[
{"tag":"ViewMsg26","position":"TOP","type":"ERROR"}
],
"VMGroup30":[
{"tag":"ViewMsg28","position":"TOP","type":"ERROR"}
],
"VMGroup26":[
{"tag":"ViewMsg25","position":"TOP","type":"ERROR"}
],
......@@ -86,9 +89,6 @@
"VMGroup16":[
{"tag":"ViewMsg15","position":"TOP","type":"ERROR"}
],
"VMGroup30":[
{"tag":"ViewMsg28","position":"TOP","type":"ERROR"}
],
"VMGroup31":[
{"tag":"ViewMsg29","position":"TOP","type":"ERROR"}
],
......@@ -101,6 +101,9 @@
"VMGroup23":[
{"tag":"ViewMsg22","position":"TOP","type":"ERROR"}
],
"VMGroup32":[
{"tag":"ViewMsg30","position":"TOP","type":"ERROR"}
],
"VMGroup90":[
{"tag":"ViewMsg89","position":"TOP","type":"ERROR"}
],
......@@ -203,9 +206,6 @@
"VMGroup41":[
{"tag":"ViewMsg40","position":"TOP","type":"ERROR"}
],
"VMGroup32":[
{"tag":"ViewMsg30","position":"TOP","type":"ERROR"}
],
"VMGroup45":[
{"tag":"ViewMsg44","position":"TOP","type":"ERROR"}
],
......
......@@ -157,7 +157,7 @@ export default class AppPresetText extends Vue {
get content(): string {
const layoutModel = this.layoutModelDetails[this.name];
let content = this.value;
if (layoutModel.predefinedType !== 'FIELD_TEXT_DYNAMIC') {
if (layoutModel.predefinedType && layoutModel.predefinedType !== 'FIELD_TEXT_DYNAMIC') {
if (this.contentType == 'RAW') {
content = layoutModel.rawContent;
} else if (this.contentType == 'HTML') {
......
......@@ -142,6 +142,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("表格行编辑",null),
title: commonLogic.appcommonhandle("表格行编辑",null),
},
interfunceditview_layout: {
caption: commonLogic.appcommonhandle("编辑表单内置功能",null),
title: commonLogic.appcommonhandle("图书编辑视图(内置功能)",null),
},
testclcalendarview: {
caption: commonLogic.appcommonhandle("图书",null),
title: commonLogic.appcommonhandle("测试日历视图布局面板",null),
......@@ -1881,6 +1885,20 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("删除",null),
},
},
interfunceditview_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
editview3toolbar_toolbar: {
},
usr6gridviewtoolbar_toolbar: {
......
......@@ -142,6 +142,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("TableRowEditing",null),
title: commonLogic.appcommonhandle("表格行编辑",null),
},
interfunceditview_layout: {
caption: commonLogic.appcommonhandle("Entity Edit View",null),
title: commonLogic.appcommonhandle("图书编辑视图(内置功能)",null),
},
testclcalendarview: {
caption: commonLogic.appcommonhandle("图书",null),
title: commonLogic.appcommonhandle("测试日历视图布局面板",null),
......@@ -1881,6 +1885,20 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("Remove {0}",null),
},
},
interfunceditview_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
editview3toolbar_toolbar: {
},
usr6gridviewtoolbar_toolbar: {
......
......@@ -142,6 +142,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("表格行编辑",null),
title: commonLogic.appcommonhandle("表格行编辑",null),
},
interfunceditview_layout: {
caption: commonLogic.appcommonhandle("编辑表单内置功能",null),
title: commonLogic.appcommonhandle("图书编辑视图(内置功能)",null),
},
testclcalendarview: {
caption: commonLogic.appcommonhandle("图书",null),
title: commonLogic.appcommonhandle("测试日历视图布局面板",null),
......@@ -1881,6 +1885,20 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("删除",null),
},
},
interfunceditview_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
editview3toolbar_toolbar: {
},
usr6gridviewtoolbar_toolbar: {
......
......@@ -39,6 +39,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("订单",null),
title: commonLogic.appcommonhandle("订单编辑视图",null),
},
seditview2_layout: {
caption: commonLogic.appcommonhandle("实体编辑视图(左右关系)",null),
title: commonLogic.appcommonhandle("实体编辑视图(左右关系)",null),
},
sgridview: {
caption: commonLogic.appcommonhandle("实体表格视图",null),
title: commonLogic.appcommonhandle("实体表格视图",null),
......@@ -123,6 +127,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("表单动态启用",null),
title: commonLogic.appcommonhandle("表单动态启用",null),
},
seditview3_layout: {
caption: commonLogic.appcommonhandle("实体编辑视图(分页关系)",null),
title: commonLogic.appcommonhandle("实体编辑视图(分页关系)",null),
},
sf20gridview: {
caption: commonLogic.appcommonhandle("订单",null),
title: commonLogic.appcommonhandle("订单表格视图",null),
......@@ -183,6 +191,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("订单",null),
title: commonLogic.appcommonhandle("订单图表视图",null),
},
seditview4_layout: {
caption: commonLogic.appcommonhandle("实体编辑视图(上下关系)",null),
title: commonLogic.appcommonhandle("实体编辑视图(上下关系)",null),
},
usr2editview: {
caption: commonLogic.appcommonhandle("编辑表单更新默认值",null),
title: commonLogic.appcommonhandle("编辑表单更新默认值",null),
......@@ -515,6 +527,34 @@ function getLocaleResourceBase(){
uiactions: {
},
},
sform_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("订单标识",null),
srfmajortext: commonLogic.appcommonhandle("订单名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
srfip_amount: commonLogic.appcommonhandle("",null),
orderuid: commonLogic.appcommonhandle("订单编号",null),
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertime: commonLogic.appcommonhandle("订单时间",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
amount: commonLogic.appcommonhandle("总计",null),
detailnum: commonLogic.appcommonhandle("明细数",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
memo: commonLogic.appcommonhandle("备注",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
},
uiactions: {
},
},
main3_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
......@@ -643,34 +683,6 @@ function getLocaleResourceBase(){
uiactions: {
},
},
sform_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("订单标识",null),
srfmajortext: commonLogic.appcommonhandle("订单名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
srfip_amount: commonLogic.appcommonhandle("",null),
orderuid: commonLogic.appcommonhandle("订单编号",null),
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertime: commonLogic.appcommonhandle("订单时间",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
amount: commonLogic.appcommonhandle("总计",null),
detailnum: commonLogic.appcommonhandle("明细数",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
memo: commonLogic.appcommonhandle("备注",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
},
uiactions: {
},
},
data_0024_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
......@@ -1284,6 +1296,36 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("打印",null),
},
},
seditview2_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9_saveandstart: {
caption: commonLogic.appcommonhandle("开始流程",null),
tip: commonLogic.appcommonhandle("开始流程",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem15: {
caption: commonLogic.appcommonhandle("打印",null),
tip: commonLogic.appcommonhandle("打印",null),
},
},
sgridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
......@@ -1632,6 +1674,36 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
seditview4_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9_saveandstart: {
caption: commonLogic.appcommonhandle("开始流程",null),
tip: commonLogic.appcommonhandle("开始流程",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem15: {
caption: commonLogic.appcommonhandle("打印",null),
tip: commonLogic.appcommonhandle("打印",null),
},
},
sf20gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
......@@ -2196,6 +2268,36 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("编辑",null),
},
},
seditview3_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9_saveandstart: {
caption: commonLogic.appcommonhandle("开始流程",null),
tip: commonLogic.appcommonhandle("开始流程",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem15: {
caption: commonLogic.appcommonhandle("打印",null),
tip: commonLogic.appcommonhandle("打印",null),
},
},
f17editviewtoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("新建",null),
......
......@@ -39,6 +39,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("订单",null),
title: commonLogic.appcommonhandle("订单编辑视图",null),
},
seditview2_layout: {
caption: commonLogic.appcommonhandle("Entity Editing View (left-right relationship)",null),
title: commonLogic.appcommonhandle("实体编辑视图(左右关系)",null),
},
sgridview: {
caption: commonLogic.appcommonhandle("Entity Grid View",null),
title: commonLogic.appcommonhandle("实体表格视图",null),
......@@ -123,6 +127,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("DynamicEnable",null),
title: commonLogic.appcommonhandle("表单动态启用",null),
},
seditview3_layout: {
caption: commonLogic.appcommonhandle("Entity Edit View (pagination relations)",null),
title: commonLogic.appcommonhandle("实体编辑视图(分页关系)",null),
},
sf20gridview: {
caption: commonLogic.appcommonhandle("订单",null),
title: commonLogic.appcommonhandle("订单表格视图",null),
......@@ -183,6 +191,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("Line Chart",null),
title: commonLogic.appcommonhandle("订单图表视图",null),
},
seditview4_layout: {
caption: commonLogic.appcommonhandle("Entity Editing View (up-down relationship)",null),
title: commonLogic.appcommonhandle("实体编辑视图(上下关系)",null),
},
usr2editview: {
caption: commonLogic.appcommonhandle("Update Default",null),
title: commonLogic.appcommonhandle("编辑表单更新默认值",null),
......@@ -515,6 +527,34 @@ function getLocaleResourceBase(){
uiactions: {
},
},
sform_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("订单标识",null),
srfmajortext: commonLogic.appcommonhandle("订单名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
srfip_amount: commonLogic.appcommonhandle("",null),
orderuid: commonLogic.appcommonhandle("订单编号",null),
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertime: commonLogic.appcommonhandle("订单时间",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
amount: commonLogic.appcommonhandle("总计",null),
detailnum: commonLogic.appcommonhandle("明细数",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
memo: commonLogic.appcommonhandle("备注",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
},
uiactions: {
},
},
main3_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
......@@ -643,34 +683,6 @@ function getLocaleResourceBase(){
uiactions: {
},
},
sform_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("订单标识",null),
srfmajortext: commonLogic.appcommonhandle("订单名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
srfip_amount: commonLogic.appcommonhandle("",null),
orderuid: commonLogic.appcommonhandle("订单编号",null),
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertime: commonLogic.appcommonhandle("订单时间",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
amount: commonLogic.appcommonhandle("总计",null),
detailnum: commonLogic.appcommonhandle("明细数",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
memo: commonLogic.appcommonhandle("备注",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
},
uiactions: {
},
},
data_0024_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
......@@ -1284,6 +1296,36 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("Print",null),
},
},
seditview2_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9_saveandstart: {
caption: commonLogic.appcommonhandle("开始流程",null),
tip: commonLogic.appcommonhandle("开始流程",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem15: {
caption: commonLogic.appcommonhandle("Print",null),
tip: commonLogic.appcommonhandle("Print",null),
},
},
sgridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("New",null),
......@@ -1632,6 +1674,36 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
seditview4_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9_saveandstart: {
caption: commonLogic.appcommonhandle("开始流程",null),
tip: commonLogic.appcommonhandle("开始流程",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem15: {
caption: commonLogic.appcommonhandle("Print",null),
tip: commonLogic.appcommonhandle("Print",null),
},
},
sf20gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("New",null),
......@@ -2196,6 +2268,36 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("Edit {0}",null),
},
},
seditview3_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9_saveandstart: {
caption: commonLogic.appcommonhandle("开始流程",null),
tip: commonLogic.appcommonhandle("开始流程",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem15: {
caption: commonLogic.appcommonhandle("Print",null),
tip: commonLogic.appcommonhandle("Print",null),
},
},
f17editviewtoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("New",null),
......
......@@ -39,6 +39,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("订单",null),
title: commonLogic.appcommonhandle("订单编辑视图",null),
},
seditview2_layout: {
caption: commonLogic.appcommonhandle("实体编辑视图(左右关系)",null),
title: commonLogic.appcommonhandle("实体编辑视图(左右关系)",null),
},
sgridview: {
caption: commonLogic.appcommonhandle("实体表格视图",null),
title: commonLogic.appcommonhandle("实体表格视图",null),
......@@ -123,6 +127,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("表单动态启用",null),
title: commonLogic.appcommonhandle("表单动态启用",null),
},
seditview3_layout: {
caption: commonLogic.appcommonhandle("实体编辑视图(分页关系)",null),
title: commonLogic.appcommonhandle("实体编辑视图(分页关系)",null),
},
sf20gridview: {
caption: commonLogic.appcommonhandle("订单",null),
title: commonLogic.appcommonhandle("订单表格视图",null),
......@@ -183,6 +191,10 @@ function getLocaleResourceBase(){
caption: commonLogic.appcommonhandle("订单",null),
title: commonLogic.appcommonhandle("订单图表视图",null),
},
seditview4_layout: {
caption: commonLogic.appcommonhandle("实体编辑视图(上下关系)",null),
title: commonLogic.appcommonhandle("实体编辑视图(上下关系)",null),
},
usr2editview: {
caption: commonLogic.appcommonhandle("编辑表单更新默认值",null),
title: commonLogic.appcommonhandle("编辑表单更新默认值",null),
......@@ -515,6 +527,34 @@ function getLocaleResourceBase(){
uiactions: {
},
},
sform_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("订单标识",null),
srfmajortext: commonLogic.appcommonhandle("订单名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
srfip_amount: commonLogic.appcommonhandle("",null),
orderuid: commonLogic.appcommonhandle("订单编号",null),
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertime: commonLogic.appcommonhandle("订单时间",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
amount: commonLogic.appcommonhandle("总计",null),
detailnum: commonLogic.appcommonhandle("明细数",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
memo: commonLogic.appcommonhandle("备注",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
},
uiactions: {
},
},
main3_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
......@@ -643,34 +683,6 @@ function getLocaleResourceBase(){
uiactions: {
},
},
sform_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("订单标识",null),
srfmajortext: commonLogic.appcommonhandle("订单名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
srfip_amount: commonLogic.appcommonhandle("",null),
orderuid: commonLogic.appcommonhandle("订单编号",null),
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertime: commonLogic.appcommonhandle("订单时间",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
amount: commonLogic.appcommonhandle("总计",null),
detailnum: commonLogic.appcommonhandle("明细数",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
memo: commonLogic.appcommonhandle("备注",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
},
uiactions: {
},
},
data_0024_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
......@@ -1284,6 +1296,36 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("打印",null),
},
},
seditview2_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9_saveandstart: {
caption: commonLogic.appcommonhandle("开始流程",null),
tip: commonLogic.appcommonhandle("开始流程",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem15: {
caption: commonLogic.appcommonhandle("打印",null),
tip: commonLogic.appcommonhandle("打印",null),
},
},
sgridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
......@@ -1632,6 +1674,36 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
seditview4_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9_saveandstart: {
caption: commonLogic.appcommonhandle("开始流程",null),
tip: commonLogic.appcommonhandle("开始流程",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem15: {
caption: commonLogic.appcommonhandle("打印",null),
tip: commonLogic.appcommonhandle("打印",null),
},
},
sf20gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
......@@ -2196,6 +2268,36 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("编辑",null),
},
},
seditview3_layouttoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9_saveandstart: {
caption: commonLogic.appcommonhandle("开始流程",null),
tip: commonLogic.appcommonhandle("开始流程",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem15: {
caption: commonLogic.appcommonhandle("打印",null),
tip: commonLogic.appcommonhandle("打印",null),
},
},
f17editviewtoolbar_toolbar: {
deuiaction1: {
caption: commonLogic.appcommonhandle("新建",null),
......
......@@ -3165,7 +3165,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
iconcls: '',
icon: '',
textcls: '',
appfunctag: 'AppFunc31',
appfunctag: 'AppFunc103',
resourcetag: '',
},
{
......@@ -3183,7 +3183,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
iconcls: '',
icon: '',
textcls: '',
appfunctag: 'Auto337',
appfunctag: 'AppFunc104',
resourcetag: '',
},
{
......@@ -3201,7 +3201,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
iconcls: '',
icon: '',
textcls: '',
appfunctag: 'AppFunc41',
appfunctag: 'AppFunc105',
resourcetag: '',
},
{
......@@ -3219,7 +3219,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
iconcls: '',
icon: '',
textcls: '',
appfunctag: 'Auto402',
appfunctag: 'AppFunc106',
resourcetag: '',
},
{
......
......@@ -271,6 +271,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZUNIProductIndexPickupDataView",
"viewtag": "187cd0060ae45193183239145996d682"
},
"ibizorderseditview2_layout": {
"title": "实体编辑视图(左右关系)",
"caption": "实体编辑视图(左右关系)",
"viewtype": "DEEDITVIEW2",
"viewmodule": "Sample",
"viewname": "IBIZOrderSEditView2_layout",
"viewtag": "1a158d1e7cdd8c8e17b54bfa91846b4c"
},
"ibizbookusr2calendarview": {
"title": "图书日历视图(时间轴)",
"caption": "图书",
......@@ -839,6 +847,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZOrderDetailTempModeGridView",
"viewtag": "5adf5dde3ad3e8acf640f10502181661"
},
"ibizorderseditview3_layout": {
"title": "实体编辑视图(分页关系)",
"caption": "实体编辑视图(分页关系)",
"viewtype": "DEEDITVIEW3",
"viewmodule": "Sample",
"viewname": "IBIZOrderSEditView3_layout",
"viewtag": "5b7402fd99632895f9f6d32d6477cb20"
},
"ibizordersf20gridview": {
"title": "订单表格视图",
"caption": "订单",
......@@ -999,6 +1015,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZOrderPieChartView",
"viewtag": "6c6c31f0f607d0dec1ddaec0326cf430"
},
"ibizbookinterfunceditview_layout": {
"title": "图书编辑视图(内置功能)",
"caption": "编辑表单内置功能",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKInterFuncEditView_layout",
"viewtag": "6c9e2f980d5916949d3b16944f887a4b"
},
"ibizappeditoreditview": {
"title": "编辑器编辑视图",
"caption": "编辑器",
......@@ -1191,6 +1215,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZSample0017FormPickupDataView",
"viewtag": "85b529630528468799b3e6551c92a56d"
},
"ibizorderseditview4_layout": {
"title": "实体编辑视图(上下关系)",
"caption": "实体编辑视图(上下关系)",
"viewtype": "DEEDITVIEW4",
"viewmodule": "Sample",
"viewname": "IBIZOrderSEditView4_layout",
"viewtag": "880efe9c98faa665c18ad955496112bf"
},
"ibizsoftwaresuiteditview": {
"title": "软件编辑视图",
"caption": "软件",
......@@ -2266,6 +2298,9 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
"VMGroup27":[
{"tag":"ViewMsg26","position":"TOP","type":"ERROR"}
],
"VMGroup30":[
{"tag":"ViewMsg28","position":"TOP","type":"ERROR"}
],
"VMGroup26":[
{"tag":"ViewMsg25","position":"TOP","type":"ERROR"}
],
......@@ -2317,9 +2352,6 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
"VMGroup16":[
{"tag":"ViewMsg15","position":"TOP","type":"ERROR"}
],
"VMGroup30":[
{"tag":"ViewMsg28","position":"TOP","type":"ERROR"}
],
"VMGroup31":[
{"tag":"ViewMsg29","position":"TOP","type":"ERROR"}
],
......@@ -2332,6 +2364,9 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
"VMGroup23":[
{"tag":"ViewMsg22","position":"TOP","type":"ERROR"}
],
"VMGroup32":[
{"tag":"ViewMsg30","position":"TOP","type":"ERROR"}
],
"VMGroup90":[
{"tag":"ViewMsg89","position":"TOP","type":"ERROR"}
],
......@@ -2434,9 +2469,6 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
"VMGroup41":[
{"tag":"ViewMsg40","position":"TOP","type":"ERROR"}
],
"VMGroup32":[
{"tag":"ViewMsg30","position":"TOP","type":"ERROR"}
],
"VMGroup45":[
{"tag":"ViewMsg44","position":"TOP","type":"ERROR"}
],
......
.view-card {
>.ivu-card-extra {
top: 5px;
right: 0px;
}
}
.ibizbookinter-func-edit-view-layout{
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;}
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import IBIZBOOKInterFuncEditView_layoutBase from './ibizbookinter-func-edit-view-layout-base.vue';
import view_form from '@widgets/ibizbook/inter-func-form-form/inter-func-form-form.vue';
@Component({
components: {
view_form,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => {
if(!Object.is(vm.navModel,"route")){
vm.initNavDataWithTab(vm.viewCacheData);
}
vm.$store.commit('addCurPageViewtag', { fullPath: to.fullPath, viewtag: vm.viewtag });
});
},
})
export default class IBIZBOOKInterFuncEditView_layout extends IBIZBOOKInterFuncEditView_layoutBase {
}
</script>
\ No newline at end of file
.view-card {
>.ivu-card-extra {
top: 5px;
right: 0px;
}
}
.edit-view2-drbar__caption {
height: 40px;
line-height: 40px;
padding-left: 20px;
background: #fff;
color: #303133;
border-left: 3px solid #fff;
}
.edit-view2-drbar__caption.is-active {
background: #e9e9e9;
color: #666666;
border-left: 3px solid #3fd5c0;
}
.edit-view2-drbar {
background-color: #FFF;
.app-dr-bar {
height: calc(100% - 40px);
padding: 0;
}
}
.edit-view2-content {
background-color: #fff;
.edit-view2-content__form,
.view-container2 {
height: 100%;
}
.edit-view2-content__form {
padding: 0 12px;
}
}
.ibizorder-sedit-view2-layout{
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;}
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import IBIZOrderSEditView2_layoutBase from './ibizorder-sedit-view2-layout-base.vue';
import view_form from '@widgets/ibizorder/sform-form/sform-form.vue';
import view_drbar from '@widgets/ibizorder/default-drbar/default-drbar.vue';
@Component({
components: {
view_form,
view_drbar,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => {
if(!Object.is(vm.navModel,"route")){
vm.initNavDataWithTab(vm.viewCacheData);
}
vm.$store.commit('addCurPageViewtag', { fullPath: to.fullPath, viewtag: vm.viewtag });
});
},
})
export default class IBIZOrderSEditView2_layout extends IBIZOrderSEditView2_layoutBase {
}
</script>
\ No newline at end of file
.view-card {
>.ivu-card-extra {
top: 5px;
right: 0px;
}
}
.ibizorder-sedit-view3-layout{
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;}
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import IBIZOrderSEditView3_layoutBase from './ibizorder-sedit-view3-layout-base.vue';
import view_drtab from '@widgets/ibizorder/default-drtab/default-drtab.vue';
import view_form from '@widgets/ibizorder/sform-form/sform-form.vue';
@Component({
components: {
view_drtab,
view_form,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => {
if(!Object.is(vm.navModel,"route")){
vm.initNavDataWithTab(vm.viewCacheData);
}
vm.$store.commit('addCurPageViewtag', { fullPath: to.fullPath, viewtag: vm.viewtag });
});
},
})
export default class IBIZOrderSEditView3_layout extends IBIZOrderSEditView3_layoutBase {
}
</script>
\ No newline at end of file
.ibizorder-sedit-view4-layout{
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;}
.view-container.ibizorder-sedit-view4-layout > .view-card > .ivu-card-body > .content-container {
height: calc(100% - 30px);
}
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import IBIZOrderSEditView4_layoutBase from './ibizorder-sedit-view4-layout-base.vue';
import view_drtab from '@widgets/ibizorder/default-drtab/default-drtab.vue';
import view_form from '@widgets/ibizorder/sform-form/sform-form.vue';
@Component({
components: {
view_drtab,
view_form,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => {
if(!Object.is(vm.navModel,"route")){
vm.initNavDataWithTab(vm.viewCacheData);
}
vm.$store.commit('addCurPageViewtag', { fullPath: to.fullPath, viewtag: vm.viewtag });
});
},
})
export default class IBIZOrderSEditView4_layout extends IBIZOrderSEditView4_layoutBase {
}
</script>
\ No newline at end of file
......@@ -115,6 +115,10 @@ export const PageComponents = {
Vue.component('ibizorder-test-clchart-view', () => import('@pages/sample/ibizorder-test-clchart-view/ibizorder-test-clchart-view.vue'));
Vue.component('ibizorder-test-cltree-exp-view', () => import('@pages/sample/ibizorder-test-cltree-exp-view/ibizorder-test-cltree-exp-view.vue'));
Vue.component('ibizbookwizard-view-layout', () => import('@pages/sample/ibizbookwizard-view-layout/ibizbookwizard-view-layout.vue'));
Vue.component('ibizbookinter-func-edit-view-layout', () => import('@pages/sample/ibizbookinter-func-edit-view-layout/ibizbookinter-func-edit-view-layout.vue'));
Vue.component('ibizorder-sedit-view3-layout', () => import('@pages/sample/ibizorder-sedit-view3-layout/ibizorder-sedit-view3-layout.vue'));
Vue.component('ibizorder-sedit-view4-layout', () => import('@pages/sample/ibizorder-sedit-view4-layout/ibizorder-sedit-view4-layout.vue'));
Vue.component('ibizorder-sedit-view2-layout', () => import('@pages/sample/ibizorder-sedit-view2-layout/ibizorder-sedit-view2-layout.vue'));
Vue.component('ibizappviewgrid-view', () => import('@pages/sample/ibizappviewgrid-view/ibizappviewgrid-view.vue'));
Vue.component('ibizappviewlist-view', () => import('@pages/sample/ibizappviewlist-view/ibizappviewlist-view.vue'));
Vue.component('ibizappctrlgrid-view', () => import('@pages/sample/ibizappctrlgrid-view/ibizappctrlgrid-view.vue'));
......
......@@ -1776,6 +1776,62 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizbookwizard-view-layout/ibizbookwizard-view-layout.vue'),
},
{
path: 'ibizbooks/:ibizbook?/interfunceditview_layout/:interfunceditview_layout?',
meta: {
caption: 'entities.ibizbook.views.interfunceditview_layout.caption',
info:'',
parameters: [
{ pathName: 'index', parameterName: 'index' },
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'interfunceditview_layout', parameterName: 'interfunceditview_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizbookinter-func-edit-view-layout/ibizbookinter-func-edit-view-layout.vue'),
},
{
path: 'ibizorders/:ibizorder?/seditview3_layout/:seditview3_layout?',
meta: {
caption: 'entities.ibizorder.views.seditview3_layout.caption',
info:'',
parameters: [
{ pathName: 'index', parameterName: 'index' },
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'seditview3_layout', parameterName: 'seditview3_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-sedit-view3-layout/ibizorder-sedit-view3-layout.vue'),
},
{
path: 'ibizorders/:ibizorder?/seditview4_layout/:seditview4_layout?',
meta: {
caption: 'entities.ibizorder.views.seditview4_layout.caption',
info:'',
parameters: [
{ pathName: 'index', parameterName: 'index' },
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'seditview4_layout', parameterName: 'seditview4_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-sedit-view4-layout/ibizorder-sedit-view4-layout.vue'),
},
{
path: 'ibizorders/:ibizorder?/seditview2_layout/:seditview2_layout?',
meta: {
caption: 'entities.ibizorder.views.seditview2_layout.caption',
info:'',
parameters: [
{ pathName: 'index', parameterName: 'index' },
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'seditview2_layout', parameterName: 'seditview2_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-sedit-view2-layout/ibizorder-sedit-view2-layout.vue'),
},
{
path: 'ibizappviews/:ibizappview?/gridview/:gridview?',
meta: {
......@@ -3288,6 +3344,19 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizuniproduct-index-pickup-data-view/ibizuniproduct-index-pickup-data-view.vue'),
},
{
path: '/ibizorders/:ibizorder?/seditview2_layout/:seditview2_layout?',
meta: {
caption: 'entities.ibizorder.views.seditview2_layout.caption',
info:'',
parameters: [
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'seditview2_layout', parameterName: 'seditview2_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-sedit-view2-layout/ibizorder-sedit-view2-layout.vue'),
},
{
path: '/ibizbooks/:ibizbook?/usr2calendarview/:usr2calendarview?',
meta: {
......@@ -3887,6 +3956,19 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizorder-f8-edit-view/ibizorder-f8-edit-view.vue'),
},
{
path: '/ibizorders/:ibizorder?/seditview3_layout/:seditview3_layout?',
meta: {
caption: 'entities.ibizorder.views.seditview3_layout.caption',
info:'',
parameters: [
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'seditview3_layout', parameterName: 'seditview3_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-sedit-view3-layout/ibizorder-sedit-view3-layout.vue'),
},
{
path: '/ibizorders/:ibizorder?/sf20gridview/:sf20gridview?',
meta: {
......@@ -4071,6 +4153,19 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizorder-pie-chart-view/ibizorder-pie-chart-view.vue'),
},
{
path: '/ibizbooks/:ibizbook?/interfunceditview_layout/:interfunceditview_layout?',
meta: {
caption: 'entities.ibizbook.views.interfunceditview_layout.caption',
info:'',
parameters: [
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'interfunceditview_layout', parameterName: 'interfunceditview_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizbookinter-func-edit-view-layout/ibizbookinter-func-edit-view-layout.vue'),
},
{
path: '/ibizappeditors/:ibizappeditor?/editview/:editview?',
meta: {
......@@ -4336,6 +4431,19 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizorder-line-chart-view/ibizorder-line-chart-view.vue'),
},
{
path: '/ibizorders/:ibizorder?/seditview4_layout/:seditview4_layout?',
meta: {
caption: 'entities.ibizorder.views.seditview4_layout.caption',
info:'',
parameters: [
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'seditview4_layout', parameterName: 'seditview4_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-sedit-view4-layout/ibizorder-sedit-view4-layout.vue'),
},
{
path: '/ibizsoftwaresuits/:ibizsoftwaresuit?/editview/:editview?',
meta: {
......
......@@ -87,9 +87,6 @@
@itemClick="handleButtonClick">
</app-preset-button>
</template>
<template #button_calluilogic7>
<app-login-button class="app-reset-button" name="button_calluilogic7" :model="layoutModelDetails.button_calluilogic7" defaultStyle='success' @itemClick="handleButtonClick" />
</template>
<template #button_calluilogic8>
<app-preset-button
name="button_calluilogic8"
......@@ -314,7 +311,6 @@ export default class AppIndexViewBase extends Vue {
button_calluilogic3:null,
button_calluilogic5:null,
button_calluilogic6:null,
button_calluilogic7:null,
button_calluilogic8:null,
button_calluilogic9:null,
button_calluilogic10:null,
......@@ -343,11 +339,10 @@ export default class AppIndexViewBase extends Vue {
button_calluilogic3:new PanelButtonModel({ name: 'button_calluilogic3', caption: '实体视图按钮', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'PRIMARY', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , buttonStyle: 'PRIMARY', iconAlign: '', renderMode: '', }),
button_calluilogic5:new PanelButtonModel({ name: 'button_calluilogic5', caption: '建立数据按钮', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'SUCCESS', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , buttonStyle: 'SUCCESS', iconAlign: '', predefinedType: 'DATA_CREATEOBJECT', renderMode: '', }),
button_calluilogic6:new PanelButtonModel({ name: 'button_calluilogic6', caption: '保存变更按钮', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'WARNING', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , buttonStyle: 'WARNING', iconAlign: '', predefinedType: 'DATA_SAVECHANGES', renderMode: '', }),
button_calluilogic7:new PanelButtonModel({ name: 'button_calluilogic7', caption: '取消变更按钮', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'DANGER', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , buttonStyle: 'DANGER', iconAlign: '', predefinedType: 'DATA_CANCELCHANGES', renderMode: '', }),
button_calluilogic8:new PanelButtonModel({ name: 'button_calluilogic8', caption: '删除数据按钮', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'PRIMARY', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , buttonStyle: 'PRIMARY', iconAlign: '', predefinedType: 'DATA_REMOVEOBJECT', renderMode: '', }),
button_calluilogic9:new PanelButtonModel({ name: 'button_calluilogic9', caption: '同步数据按钮', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'INVERSE', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , buttonStyle: 'INVERSE', iconAlign: '', predefinedType: 'DATA_SYNCHRONIZE', renderMode: '', }),
button_calluilogic10:new PanelButtonModel({ name: 'button_calluilogic10', caption: '自定义按钮', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'DANGER', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , buttonStyle: 'DANGER', iconAlign: '', renderMode: '', }),
container1:new PanelContainerModel({ name: 'container1', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'column',vAlign:''}, panel: this , details:['app_apptitle','view_pagecaption','static_label1','static_text1','field_text_dynamic','field_switch','field_textbox','field_qrcode','button_link1','button_openview1','button_calluilogic1','button_calluilogic2','button_calluilogic3','button_calluilogic5','button_calluilogic6','button_calluilogic7','button_calluilogic8','button_calluilogic9','button_calluilogic10'] , dataRegionType: 'INHERIT' })
container1:new PanelContainerModel({ name: 'container1', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'column',vAlign:''}, panel: this , details:['app_apptitle','view_pagecaption','static_label1','static_text1','field_text_dynamic','field_switch','field_textbox','field_qrcode','button_link1','button_openview1','button_calluilogic1','button_calluilogic2','button_calluilogic3','button_calluilogic5','button_calluilogic6','button_calluilogic8','button_calluilogic9','button_calluilogic10'] , dataRegionType: 'INHERIT' })
};
/**
......@@ -393,9 +388,6 @@ export default class AppIndexViewBase extends Vue {
if (Object.is(name, 'button_calluilogic6')) {
_this.panel_Usr1102678360_button_calluilogic6_click(datas, contextJO, paramJO, $event, xData, this, undefined);
}
if (Object.is(name, 'button_calluilogic7')) {
_this.panel_Usr1102678360_button_calluilogic7_click(datas, contextJO, paramJO, $event, xData, this, undefined);
}
if (Object.is(name, 'button_calluilogic8')) {
_this.panel_Usr1102678360_button_calluilogic8_click(datas, contextJO, paramJO, $event, xData, this, undefined);
}
......@@ -541,7 +533,6 @@ export default class AppIndexViewBase extends Vue {
// 系统
// 系统
// 系统
// 系统
// 自定义
......
......@@ -418,6 +418,19 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizuniproduct-index-pickup-data-view/ibizuniproduct-index-pickup-data-view.vue'),
},
{
path: '/ibizorders/:ibizorder?/seditview2_layout/:seditview2_layout?',
meta: {
caption: 'entities.ibizorder.views.seditview2_layout.caption',
info:'',
parameters: [
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'seditview2_layout', parameterName: 'seditview2_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-sedit-view2-layout/ibizorder-sedit-view2-layout.vue'),
},
{
path: '/ibizbooks/:ibizbook?/usr2calendarview/:usr2calendarview?',
meta: {
......@@ -1017,6 +1030,19 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizorder-f8-edit-view/ibizorder-f8-edit-view.vue'),
},
{
path: '/ibizorders/:ibizorder?/seditview3_layout/:seditview3_layout?',
meta: {
caption: 'entities.ibizorder.views.seditview3_layout.caption',
info:'',
parameters: [
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'seditview3_layout', parameterName: 'seditview3_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-sedit-view3-layout/ibizorder-sedit-view3-layout.vue'),
},
{
path: '/ibizorders/:ibizorder?/sf20gridview/:sf20gridview?',
meta: {
......@@ -1201,6 +1227,19 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizorder-pie-chart-view/ibizorder-pie-chart-view.vue'),
},
{
path: '/ibizbooks/:ibizbook?/interfunceditview_layout/:interfunceditview_layout?',
meta: {
caption: 'entities.ibizbook.views.interfunceditview_layout.caption',
info:'',
parameters: [
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'interfunceditview_layout', parameterName: 'interfunceditview_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizbookinter-func-edit-view-layout/ibizbookinter-func-edit-view-layout.vue'),
},
{
path: '/ibizappeditors/:ibizappeditor?/editview/:editview?',
meta: {
......@@ -1466,6 +1505,19 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizorder-line-chart-view/ibizorder-line-chart-view.vue'),
},
{
path: '/ibizorders/:ibizorder?/seditview4_layout/:seditview4_layout?',
meta: {
caption: 'entities.ibizorder.views.seditview4_layout.caption',
info:'',
parameters: [
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'seditview4_layout', parameterName: 'seditview4_layout' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-sedit-view4-layout/ibizorder-sedit-view4-layout.vue'),
},
{
path: '/ibizsoftwaresuits/:ibizsoftwaresuit?/editview/:editview?',
meta: {
......
......@@ -123,6 +123,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'optionview',srfappde:'ibizbooks',component:'ibizbookoption-view'});
this.allViewMap.set(':',{viewname:'treegridexview',srfappde:'ibizbooks',component:'ibizbooktree-grid-ex-view'});
this.allViewMap.set(':',{viewname:'roweditgridview',srfappde:'ibizbooks',component:'ibizbookrow-edit-grid-view'});
this.allViewMap.set(':',{viewname:'interfunceditview_layout',srfappde:'ibizbooks',component:'ibizbookinter-func-edit-view-layout'});
this.allViewMap.set(':',{viewname:'testclcalendarview',srfappde:'ibizbooks',component:'ibizbooktest-clcalendar-view'});
this.allViewMap.set(':',{viewname:'testcllistview',srfappde:'ibizbooks',component:'ibizbooktest-cllist-view'});
this.allViewMap.set(':',{viewname:'usr3editview',srfappde:'ibizbooks',component:'ibizbookusr3-edit-view'});
......
......@@ -99,6 +99,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'pickuptreeview',srfappde:'ibizorders',component:'ibizorder-pickup-tree-view'});
this.allViewMap.set(':',{viewname:'f10editview',srfappde:'ibizorders',component:'ibizorder-f10-edit-view'});
this.allViewMap.set(':',{viewname:'usr5editview',srfappde:'ibizorders',component:'ibizorder-usr5-edit-view'});
this.allViewMap.set(':',{viewname:'seditview2_layout',srfappde:'ibizorders',component:'ibizorder-sedit-view2-layout'});
this.allViewMap.set(':',{viewname:'sgridview',srfappde:'ibizorders',component:'ibizorder-sgrid-view'});
this.allViewMap.set(':',{viewname:'sf2editview',srfappde:'ibizorders',component:'ibizorder-sf2-edit-view'});
this.allViewMap.set('WFMDATAVIEW:ODSP:D',{viewname:'odsp_d_wfgridview',srfappde:'ibizorders',component:'ibizorder-odsp-d-wfgrid-view'});
......@@ -120,6 +121,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'sf3gridview',srfappde:'ibizorders',component:'ibizorder-sf3-grid-view'});
this.allViewMap.set('EDITVIEW:MSTAG:30',{viewname:'state30editview2',srfappde:'ibizorders',component:'ibizorder-state30-edit-view2'});
this.allViewMap.set(':',{viewname:'f8editview',srfappde:'ibizorders',component:'ibizorder-f8-edit-view'});
this.allViewMap.set(':',{viewname:'seditview3_layout',srfappde:'ibizorders',component:'ibizorder-sedit-view3-layout'});
this.allViewMap.set(':',{viewname:'sf20gridview',srfappde:'ibizorders',component:'ibizorder-sf20-grid-view'});
this.allViewMap.set(':',{viewname:'usr2chartview',srfappde:'ibizorders',component:'ibizorder-usr2-chart-view'});
this.allViewMap.set('MDATAVIEW:',{viewname:'gridview',srfappde:'ibizorders',component:'ibizorder-grid-view'});
......@@ -135,6 +137,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'editview',srfappde:'ibizorders',component:'ibizorder-edit-view'});
this.allViewMap.set(':',{viewname:'usr3editview',srfappde:'ibizorders',component:'ibizorder-usr3-edit-view'});
this.allViewMap.set(':',{viewname:'linechartview',srfappde:'ibizorders',component:'ibizorder-line-chart-view'});
this.allViewMap.set(':',{viewname:'seditview4_layout',srfappde:'ibizorders',component:'ibizorder-sedit-view4-layout'});
this.allViewMap.set(':',{viewname:'usr2editview',srfappde:'ibizorders',component:'ibizorder-usr2-edit-view'});
this.allViewMap.set(':',{viewname:'gridview9',srfappde:'ibizorders',component:'ibizorder-grid-view9'});
this.allViewMap.set(':',{viewname:'sf6gridview',srfappde:'ibizorders',component:'ibizorder-sf6-grid-view'});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册