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

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

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