提交 155e5d57 编写于 作者: ibizdev's avatar ibizdev

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

上级 2fae95ff
...@@ -443,6 +443,7 @@ function getAppLocale(){ ...@@ -443,6 +443,7 @@ function getAppLocale(){
menuitem151: commonLogic.appcommonhandle("编辑器插件示例",null), menuitem151: commonLogic.appcommonhandle("编辑器插件示例",null),
menuitem235: commonLogic.appcommonhandle("视图样式插件",null), menuitem235: commonLogic.appcommonhandle("视图样式插件",null),
menuitem237: commonLogic.appcommonhandle("表格模板插件(透视表)",null), menuitem237: commonLogic.appcommonhandle("表格模板插件(透视表)",null),
menuitem239: commonLogic.appcommonhandle("界面样式表",null),
}, },
}, },
formpage:{ formpage:{
......
...@@ -443,6 +443,7 @@ function getAppLocale(){ ...@@ -443,6 +443,7 @@ function getAppLocale(){
menuitem151: commonLogic.appcommonhandle("Editor PlugIn Example",null), menuitem151: commonLogic.appcommonhandle("Editor PlugIn Example",null),
menuitem235: commonLogic.appcommonhandle("视图样式插件",null), menuitem235: commonLogic.appcommonhandle("视图样式插件",null),
menuitem237: commonLogic.appcommonhandle("表格模板插件(透视表)",null), menuitem237: commonLogic.appcommonhandle("表格模板插件(透视表)",null),
menuitem239: commonLogic.appcommonhandle("界面样式表",null),
}, },
}, },
formpage:{ formpage:{
......
...@@ -443,6 +443,7 @@ function getAppLocale(){ ...@@ -443,6 +443,7 @@ function getAppLocale(){
menuitem151: commonLogic.appcommonhandle("编辑器插件示例",null), menuitem151: commonLogic.appcommonhandle("编辑器插件示例",null),
menuitem235: commonLogic.appcommonhandle("视图样式插件",null), menuitem235: commonLogic.appcommonhandle("视图样式插件",null),
menuitem237: commonLogic.appcommonhandle("表格模板插件(透视表)",null), menuitem237: commonLogic.appcommonhandle("表格模板插件(透视表)",null),
menuitem239: commonLogic.appcommonhandle("界面样式表",null),
}, },
}, },
formpage:{ formpage:{
......
<template> <template>
<div class="view-container deeditview ibizbookinter-func-edit-view"> <div class="view-container deeditview ibizbookinter-func-edit-view redToolBar">
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizbookinterfunceditview"></app-studioaction> <app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizbookinterfunceditview"></app-studioaction>
<card class='view-card ' :disHover="true" :bordered="false"> <card class='view-card ' :disHover="true" :bordered="false">
......
...@@ -26,4 +26,5 @@ ...@@ -26,4 +26,5 @@
.deepskyblueToolBar {color:white !important;background-color:#108cee !important;} .deepskyblueToolBar {color:white !important;background-color:#108cee !important;}
.redToolBar {color:white;background-color:red;}
...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1425,7 +1425,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1425,7 +1425,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1495,7 +1495,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1495,7 +1495,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1603,7 +1603,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1603,7 +1603,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1695,7 +1695,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1695,7 +1695,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}, isReset: boolean = false): Promise<any> { public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){ if(item.ibizbook){
......
...@@ -70,6 +70,11 @@ export default class Usr4Model { ...@@ -70,6 +70,11 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like', prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM' dataType: 'QUERYPARAM'
}, },
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{ {
......
...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) { if (!this.fetchAction) {
this.$Notice.error({ this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string, title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1093,7 +1093,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1093,7 +1093,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) { if (!this.removeAction) {
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1207,7 +1207,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1207,7 +1207,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public addBatch(arg: any = {}): void { public addBatch(arg: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return; return;
} }
if(!arg){ if(!arg){
...@@ -2101,7 +2101,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2101,7 +2101,7 @@ export default class MainBase extends Vue implements ControlInterface {
try { try {
if (Object.is(item.rowDataState, 'create')) { if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) { if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2110,7 +2110,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2110,7 +2110,7 @@ export default class MainBase extends Vue implements ControlInterface {
} }
}else if (Object.is(item.rowDataState, 'update')){ }else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) { if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2186,7 +2186,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2186,7 +2186,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -97,7 +97,6 @@ export default class MainModel { ...@@ -97,7 +97,6 @@ export default class MainModel {
name: 'ibizorderdetail', name: 'ibizorderdetail',
prop: 'ibizorderdetailid', prop: 'ibizorderdetailid',
}, },
{ {
name:'size', name:'size',
prop:'size', prop:'size',
......
...@@ -3224,6 +3224,7 @@ ...@@ -3224,6 +3224,7 @@
"name" : "执行下一步", "name" : "执行下一步",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 112,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -3237,9 +3238,11 @@ ...@@ -3237,9 +3238,11 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 118,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Prepareparam1", "codeName" : "Prepareparam1",
"leftPos" : 466,
"logicNodeType" : "PREPAREPARAM", "logicNodeType" : "PREPAREPARAM",
"name" : "准备参数", "name" : "准备参数",
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
...@@ -3253,6 +3256,7 @@ ...@@ -3253,6 +3256,7 @@
"srcValue" : "step3", "srcValue" : "step3",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 111,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
...@@ -3280,6 +3284,7 @@ ...@@ -3280,6 +3284,7 @@
"name" : "执行上一步", "name" : "执行上一步",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 76,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -3293,9 +3298,11 @@ ...@@ -3293,9 +3298,11 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 62,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Prepareparam1", "codeName" : "Prepareparam1",
"leftPos" : 476,
"logicNodeType" : "PREPAREPARAM", "logicNodeType" : "PREPAREPARAM",
"name" : "准备参数", "name" : "准备参数",
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
...@@ -3309,6 +3316,7 @@ ...@@ -3309,6 +3316,7 @@
"srcValue" : "step1", "srcValue" : "step1",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 75,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
...@@ -3336,6 +3344,7 @@ ...@@ -3336,6 +3344,7 @@
"name" : "完成图书流程", "name" : "完成图书流程",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 120,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -3349,6 +3358,7 @@ ...@@ -3349,6 +3358,7 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 107,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Deaction1", "codeName" : "Deaction1",
...@@ -3364,8 +3374,10 @@ ...@@ -3364,8 +3374,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZBOOK.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZBOOK.json"
}, },
"leftPos" : 516,
"logicNodeType" : "DEACTION", "logicNodeType" : "DEACTION",
"name" : "完成图书状态", "name" : "完成图书状态",
"topPos" : 109,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
...@@ -3393,6 +3405,7 @@ ...@@ -3393,6 +3405,7 @@
"name" : "图书初始化", "name" : "图书初始化",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 85,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -3406,6 +3419,7 @@ ...@@ -3406,6 +3419,7 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 60,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Deaction1", "codeName" : "Deaction1",
...@@ -3421,8 +3435,10 @@ ...@@ -3421,8 +3435,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZBOOK.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZBOOK.json"
}, },
"leftPos" : 416,
"logicNodeType" : "DEACTION", "logicNodeType" : "DEACTION",
"name" : "获取图书数据", "name" : "获取图书数据",
"topPos" : 93,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"name" : "执行下一步", "name" : "执行下一步",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 112,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -19,9 +20,11 @@ ...@@ -19,9 +20,11 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 118,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Prepareparam1", "codeName" : "Prepareparam1",
"leftPos" : 466,
"logicNodeType" : "PREPAREPARAM", "logicNodeType" : "PREPAREPARAM",
"name" : "准备参数", "name" : "准备参数",
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
...@@ -35,6 +38,7 @@ ...@@ -35,6 +38,7 @@
"srcValue" : "step3", "srcValue" : "step3",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 111,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"name" : "执行上一步", "name" : "执行上一步",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 76,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -19,9 +20,11 @@ ...@@ -19,9 +20,11 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 62,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Prepareparam1", "codeName" : "Prepareparam1",
"leftPos" : 476,
"logicNodeType" : "PREPAREPARAM", "logicNodeType" : "PREPAREPARAM",
"name" : "准备参数", "name" : "准备参数",
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
...@@ -35,6 +38,7 @@ ...@@ -35,6 +38,7 @@
"srcValue" : "step1", "srcValue" : "step1",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 75,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"name" : "完成图书流程", "name" : "完成图书流程",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 120,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -19,6 +20,7 @@ ...@@ -19,6 +20,7 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 107,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Deaction1", "codeName" : "Deaction1",
...@@ -34,8 +36,10 @@ ...@@ -34,8 +36,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZBOOK.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZBOOK.json"
}, },
"leftPos" : 516,
"logicNodeType" : "DEACTION", "logicNodeType" : "DEACTION",
"name" : "完成图书状态", "name" : "完成图书状态",
"topPos" : 109,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"name" : "图书初始化", "name" : "图书初始化",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 85,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -19,6 +20,7 @@ ...@@ -19,6 +20,7 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 60,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Deaction1", "codeName" : "Deaction1",
...@@ -34,8 +36,10 @@ ...@@ -34,8 +36,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZBOOK.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZBOOK.json"
}, },
"leftPos" : 416,
"logicNodeType" : "DEACTION", "logicNodeType" : "DEACTION",
"name" : "获取图书数据", "name" : "获取图书数据",
"topPos" : 93,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
......
...@@ -2748,6 +2748,7 @@ ...@@ -2748,6 +2748,7 @@
"name" : "统计金额", "name" : "统计金额",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 270,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -2761,6 +2762,7 @@ ...@@ -2761,6 +2762,7 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 110,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Rawsqlcall1", "codeName" : "Rawsqlcall1",
...@@ -2768,6 +2770,7 @@ ...@@ -2768,6 +2770,7 @@
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 366,
"logicNodeType" : "RAWSQLCALL", "logicNodeType" : "RAWSQLCALL",
"name" : "统计金额", "name" : "统计金额",
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
...@@ -2790,6 +2793,7 @@ ...@@ -2790,6 +2793,7 @@
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ], } ],
"sql" : "select (?*?) as AMOUNT from dual", "sql" : "select (?*?) as AMOUNT from dual",
"topPos" : 312,
"fillDstLogicParam" : true "fillDstLogicParam" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
...@@ -2817,6 +2821,7 @@ ...@@ -2817,6 +2821,7 @@
"name" : "通过商品ID获取单价及单位", "name" : "通过商品ID获取单价及单位",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 325,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -2830,9 +2835,11 @@ ...@@ -2830,9 +2835,11 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 80,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Prepareparam2", "codeName" : "Prepareparam2",
"leftPos" : 760,
"logicNodeType" : "PREPAREPARAM", "logicNodeType" : "PREPAREPARAM",
"name" : "填充单位和单价", "name" : "填充单位和单价",
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
...@@ -2864,6 +2871,7 @@ ...@@ -2864,6 +2871,7 @@
}, },
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ], } ],
"topPos" : 320,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Deaction1", "codeName" : "Deaction1",
...@@ -2879,6 +2887,7 @@ ...@@ -2879,6 +2887,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZUNIProduct.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZUNIProduct.json"
}, },
"leftPos" : 500,
"logicNodeType" : "DEACTION", "logicNodeType" : "DEACTION",
"name" : "获取商品信息", "name" : "获取商品信息",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -2892,9 +2901,11 @@ ...@@ -2892,9 +2901,11 @@
"id" : "Deaction1" "id" : "Deaction1"
} }
} ], } ],
"topPos" : 240,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Prepareparam1", "codeName" : "Prepareparam1",
"leftPos" : 260,
"logicNodeType" : "PREPAREPARAM", "logicNodeType" : "PREPAREPARAM",
"name" : "获取商品ID", "name" : "获取商品ID",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -2923,6 +2934,7 @@ ...@@ -2923,6 +2934,7 @@
}, },
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ], } ],
"topPos" : 160,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"name" : "统计金额", "name" : "统计金额",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 270,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -19,6 +20,7 @@ ...@@ -19,6 +20,7 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 110,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Rawsqlcall1", "codeName" : "Rawsqlcall1",
...@@ -26,6 +28,7 @@ ...@@ -26,6 +28,7 @@
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 366,
"logicNodeType" : "RAWSQLCALL", "logicNodeType" : "RAWSQLCALL",
"name" : "统计金额", "name" : "统计金额",
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
...@@ -48,6 +51,7 @@ ...@@ -48,6 +51,7 @@
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ], } ],
"sql" : "select (?*?) as AMOUNT from dual", "sql" : "select (?*?) as AMOUNT from dual",
"topPos" : 312,
"fillDstLogicParam" : true "fillDstLogicParam" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"name" : "通过商品ID获取单价及单位", "name" : "通过商品ID获取单价及单位",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 325,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -19,9 +20,11 @@ ...@@ -19,9 +20,11 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 80,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Prepareparam2", "codeName" : "Prepareparam2",
"leftPos" : 760,
"logicNodeType" : "PREPAREPARAM", "logicNodeType" : "PREPAREPARAM",
"name" : "填充单位和单价", "name" : "填充单位和单价",
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
...@@ -53,6 +56,7 @@ ...@@ -53,6 +56,7 @@
}, },
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ], } ],
"topPos" : 320,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Deaction1", "codeName" : "Deaction1",
...@@ -68,6 +72,7 @@ ...@@ -68,6 +72,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZUNIProduct.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZUNIProduct.json"
}, },
"leftPos" : 500,
"logicNodeType" : "DEACTION", "logicNodeType" : "DEACTION",
"name" : "获取商品信息", "name" : "获取商品信息",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -81,9 +86,11 @@ ...@@ -81,9 +86,11 @@
"id" : "Deaction1" "id" : "Deaction1"
} }
} ], } ],
"topPos" : 240,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Prepareparam1", "codeName" : "Prepareparam1",
"leftPos" : 260,
"logicNodeType" : "PREPAREPARAM", "logicNodeType" : "PREPAREPARAM",
"name" : "获取商品ID", "name" : "获取商品ID",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -112,6 +119,7 @@ ...@@ -112,6 +119,7 @@
}, },
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ], } ],
"topPos" : 160,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
......
...@@ -758,6 +758,7 @@ ...@@ -758,6 +758,7 @@
"name" : "更新员工名称", "name" : "更新员工名称",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 245,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -771,9 +772,11 @@ ...@@ -771,9 +772,11 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 35,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Rawsqlcall1", "codeName" : "Rawsqlcall1",
"leftPos" : 180,
"logicNodeType" : "RAWSQLCALL", "logicNodeType" : "RAWSQLCALL",
"name" : "更新员工名称", "name" : "更新员工名称",
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
...@@ -796,6 +799,7 @@ ...@@ -796,6 +799,7 @@
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ], } ],
"sql" : "update T_IBIZSAMPLE0020 set IBIZSAMPLE0019NAME=? where IBIZSAMPLE0019ID=?", "sql" : "update T_IBIZSAMPLE0020 set IBIZSAMPLE0019NAME=? where IBIZSAMPLE0019ID=?",
"topPos" : 120,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"name" : "更新员工名称", "name" : "更新员工名称",
"getPSDELogicNodes" : [ { "getPSDELogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 245,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
...@@ -19,9 +20,11 @@ ...@@ -19,9 +20,11 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 35,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "Rawsqlcall1", "codeName" : "Rawsqlcall1",
"leftPos" : 180,
"logicNodeType" : "RAWSQLCALL", "logicNodeType" : "RAWSQLCALL",
"name" : "更新员工名称", "name" : "更新员工名称",
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
...@@ -44,6 +47,7 @@ ...@@ -44,6 +47,7 @@
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ], } ],
"sql" : "update T_IBIZSAMPLE0020 set IBIZSAMPLE0019NAME=? where IBIZSAMPLE0019ID=?", "sql" : "update T_IBIZSAMPLE0020 set IBIZSAMPLE0019NAME=? where IBIZSAMPLE0019ID=?",
"topPos" : 120,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
......
...@@ -21,21 +21,21 @@ ...@@ -21,21 +21,21 @@
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "图书名称", "caption" : "归还日期",
"codeName" : "ibizbookname", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname", "dataItemName" : "returntime",
"name" : "ibizbookname", "name" : "returntime",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "归还日期", "caption" : "图书名称",
"codeName" : "returntime", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime", "dataItemName" : "ibizbookname",
"name" : "returntime", "name" : "ibizbookname",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
......
...@@ -29,21 +29,21 @@ ...@@ -29,21 +29,21 @@
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "图书名称", "caption" : "作者",
"codeName" : "ibizbookname", "codeName" : "author",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname", "dataItemName" : "author",
"name" : "ibizbookname", "name" : "author",
"width" : 50, "width" : 50,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "作者", "caption" : "图书名称",
"codeName" : "author", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author", "dataItemName" : "ibizbookname",
"name" : "author", "name" : "ibizbookname",
"width" : 50, "width" : 50,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
......
...@@ -1149,6 +1149,7 @@ ...@@ -1149,6 +1149,7 @@
"name" : "测试按钮逻辑", "name" : "测试按钮逻辑",
"getPSDEUILogicNodes" : [ { "getPSDEUILogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 261,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "name" : "开始",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
...@@ -1163,12 +1164,15 @@ ...@@ -1163,12 +1164,15 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"topPos" : 107,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log('按钮执行逻辑成功!')", "code" : "console.log('按钮执行逻辑成功!')",
"codeName" : "Rawjscode1", "codeName" : "Rawjscode1",
"leftPos" : 676,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "打印数据", "name" : "打印数据",
"topPos" : 210,
"parallelOutput" : true "parallelOutput" : true
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册