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

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

上级 99ab1bbf
......@@ -279,11 +279,14 @@ function getLocaleResourceBase(){
f37: commonLogic.appcommonhandle("文件上传控件",null),
f24: commonLogic.appcommonhandle("数据选择",null),
f25: commonLogic.appcommonhandle("数据选择(数据链接)",null),
formitem8: commonLogic.appcommonhandle("数据选择(无按钮)",null),
f26: commonLogic.appcommonhandle("数据选择(无AC)",null),
f27: commonLogic.appcommonhandle("数据选择(无AC、数据链接)",null),
formitem28: commonLogic.appcommonhandle("数据选择(下拉)",null),
f29: commonLogic.appcommonhandle("数据选择(下拉、数据链接)",null),
formitem5: commonLogic.appcommonhandle("数据链接",null),
formitem9: commonLogic.appcommonhandle("数据选择(下拉视图)",null),
formitem10: commonLogic.appcommonhandle("数据选择(下拉视图、数据链接)",null),
formitem6: commonLogic.appcommonhandle("地址框(支持选择、AC)",null),
formitem: commonLogic.appcommonhandle("地址栏(选择)",null),
ibizsample0002id: commonLogic.appcommonhandle("值项表单项",null),
......
......@@ -279,11 +279,14 @@ function getLocaleResourceBase(){
f37: commonLogic.appcommonhandle("文件上传控件",null),
f24: commonLogic.appcommonhandle("数据选择",null),
f25: commonLogic.appcommonhandle("数据选择(数据链接)",null),
formitem8: commonLogic.appcommonhandle("数据选择(无按钮)",null),
f26: commonLogic.appcommonhandle("数据选择(无AC)",null),
f27: commonLogic.appcommonhandle("数据选择(无AC、数据链接)",null),
formitem28: commonLogic.appcommonhandle("数据选择(下拉)",null),
f29: commonLogic.appcommonhandle("数据选择(下拉、数据链接)",null),
formitem5: commonLogic.appcommonhandle("数据链接",null),
formitem9: commonLogic.appcommonhandle("数据选择(下拉视图)",null),
formitem10: commonLogic.appcommonhandle("数据选择(下拉视图、数据链接)",null),
formitem6: commonLogic.appcommonhandle("地址框(支持选择、AC)",null),
formitem: commonLogic.appcommonhandle("地址栏(选择)",null),
ibizsample0002id: commonLogic.appcommonhandle("值项表单项",null),
......
......@@ -279,11 +279,14 @@ function getLocaleResourceBase(){
f37: commonLogic.appcommonhandle("文件上传控件",null),
f24: commonLogic.appcommonhandle("数据选择",null),
f25: commonLogic.appcommonhandle("数据选择(数据链接)",null),
formitem8: commonLogic.appcommonhandle("数据选择(无按钮)",null),
f26: commonLogic.appcommonhandle("数据选择(无AC)",null),
f27: commonLogic.appcommonhandle("数据选择(无AC、数据链接)",null),
formitem28: commonLogic.appcommonhandle("数据选择(下拉)",null),
f29: commonLogic.appcommonhandle("数据选择(下拉、数据链接)",null),
formitem5: commonLogic.appcommonhandle("数据链接",null),
formitem9: commonLogic.appcommonhandle("数据选择(下拉视图)",null),
formitem10: commonLogic.appcommonhandle("数据选择(下拉视图、数据链接)",null),
formitem6: commonLogic.appcommonhandle("地址框(支持选择、AC)",null),
formitem: commonLogic.appcommonhandle("地址栏(选择)",null),
ibizsample0002id: commonLogic.appcommonhandle("值项表单项",null),
......
......@@ -2,5 +2,6 @@
@import './menu.scss';
@import './autocomplete.scss';
@import './input.scss';
@import './stepper.scss';
@import './select.scss';
\ No newline at end of file
@import './select.scss';
@import './switch.scss';
@import './slider.scss';
\ No newline at end of file
.el-slider__bar {
background-color: var(--app-color-primary);
}
.el-slider__button{
border-color: var(--app-color-primary);
}
\ No newline at end of file
.el-switch.is-checked .el-switch__core {
border-color: var(--app-color-primary);
background-color: var(--app-color-primary);
}
\ No newline at end of file
......@@ -639,7 +639,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -675,7 +675,7 @@ export default class DefaultBase 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: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -748,7 +748,7 @@ export default class DefaultBase 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: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (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;
}
......@@ -1123,7 +1123,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;
}
......@@ -1237,7 +1237,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){
......@@ -2132,7 +2132,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);
......@@ -2141,7 +2141,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);
......@@ -2217,7 +2217,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',
......
......@@ -201,6 +201,11 @@ export default class Main4Model {
prop: 'ibizsample0002name',
dataType: 'PICKUPTEXT',
},
{
name: 'formitem8',
prop: 'ibizsample0002name',
dataType: 'PICKUPTEXT',
},
{
name: 'f26',
prop: 'ibizsample0002name',
......@@ -226,6 +231,15 @@ export default class Main4Model {
prop: 'ibizsample0002name',
dataType: 'PICKUPTEXT',
},
{
name: 'formitem9',
dataType:'FORMITEM',
},
{
name: 'formitem10',
prop: 'ibizsample0002name',
dataType: 'PICKUPTEXT',
},
{
name: 'formitem6',
dataType:'FORMITEM',
......
......@@ -12,6 +12,18 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -23,6 +35,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
......@@ -47,30 +71,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -20,13 +20,13 @@
}
} ],
"getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......@@ -44,13 +44,13 @@
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......
......@@ -205,6 +205,13 @@
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem8",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "f26",
"dataType" : 25,
......@@ -240,6 +247,16 @@
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem9",
"dataType" : 25
}, {
"id" : "formitem10",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem6",
"dataType" : 25
......@@ -1581,6 +1598,73 @@
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(无按钮)",
"codeName" : "formitem8",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem8",
"name" : "formitem8",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "TRUE",
"TRIGGER" : "FALSE",
"PICKUPVIEW" : "FALSE"
},
"editorType" : "PICKEREX_NOBUTTON",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem8",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(无按钮)",
"valueItemName" : "ibizsample0002id",
"enableAC" : true,
"enablePickupView" : false,
"forceSelection" : true,
"showTrigger" : false,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem8",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(无AC)",
"codeName" : "f26",
......@@ -1917,6 +2001,129 @@
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(下拉视图)",
"codeName" : "formitem9",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem9",
"name" : "formitem9",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorParams" : {
"DROPDOWNVIEW" : "TRUE",
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_DROPDOWNVIEW",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem9",
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(下拉视图)",
"valueItemName" : "ibizsample0002id",
"dropDownView" : true,
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem9",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(下拉视图、数据链接)",
"codeName" : "formitem10",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem10",
"name" : "formitem10",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
},
"getPSEditor" : {
"editorParams" : {
"DROPDOWNVIEW" : "TRUE",
"LINKVIEW" : "TRUE",
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_DROPDOWNVIEW_LINK",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem10",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(下拉视图、数据链接)",
"valueItemName" : "ibizsample0002id",
"dropDownView" : true,
"enableAC" : false,
"enableLinkView" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem10",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "地址框(支持选择、AC)",
"codeName" : "formitem6",
......
......@@ -42,6 +42,18 @@
"id" : "GANTT"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -53,6 +65,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
......@@ -77,30 +101,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -88,13 +88,13 @@
"id" : "TREEGRIDEX"
},
"getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......@@ -112,13 +112,13 @@
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......
......@@ -328,6 +328,13 @@
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem8",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "f26",
"dataType" : 25,
......@@ -363,6 +370,16 @@
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem9",
"dataType" : 25
}, {
"id" : "formitem10",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem6",
"dataType" : 25
......@@ -1704,6 +1721,73 @@
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(无按钮)",
"codeName" : "formitem8",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem8",
"name" : "formitem8",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "TRUE",
"TRIGGER" : "FALSE",
"PICKUPVIEW" : "FALSE"
},
"editorType" : "PICKEREX_NOBUTTON",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem8",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(无按钮)",
"valueItemName" : "ibizsample0002id",
"enableAC" : true,
"enablePickupView" : false,
"forceSelection" : true,
"showTrigger" : false,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem8",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(无AC)",
"codeName" : "f26",
......@@ -2040,6 +2124,129 @@
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(下拉视图)",
"codeName" : "formitem9",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem9",
"name" : "formitem9",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorParams" : {
"DROPDOWNVIEW" : "TRUE",
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_DROPDOWNVIEW",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem9",
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(下拉视图)",
"valueItemName" : "ibizsample0002id",
"dropDownView" : true,
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem9",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(下拉视图、数据链接)",
"codeName" : "formitem10",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem10",
"name" : "formitem10",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
},
"getPSEditor" : {
"editorParams" : {
"DROPDOWNVIEW" : "TRUE",
"LINKVIEW" : "TRUE",
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_DROPDOWNVIEW_LINK",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem10",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(下拉视图、数据链接)",
"valueItemName" : "ibizsample0002id",
"dropDownView" : true,
"enableAC" : false,
"enableLinkView" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem10",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "地址框(支持选择、AC)",
"codeName" : "formitem6",
......
......@@ -528,7 +528,7 @@
<!--输出实体[IBIZSAMPLE0001]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-21-19">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-24-19">
<createTable tableName="T_IBIZSAMPLE0001">
<column name="FIELD01" remarks="" type="VARCHAR(100)">
</column>
......@@ -1473,7 +1473,7 @@
<!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 -->
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-21-48">
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-24-48">
<addForeignKeyConstraint baseColumnNames="IBIZSAMPLE0002ID" baseTableName="T_IBIZSAMPLE0001" constraintName="DER1N_IBIZSAMPLE0001_IBIZSAMPL" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="IBIZSAMPLE0002ID" referencedTableName="T_IBIZSAMPLE0002" validate="true"/>
</changeSet>
<!--输出实体[IBIZSAMPLE0002]外键关系 -->
......
......@@ -67,7 +67,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZSAMPLE0001]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-21-13" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-24-13" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZSAMPLE0001">
<![CDATA[ SELECT t1.[CREATEDATE], t1.[CREATEMAN], t1.[FIELD01], t1.[FIELD02], t1.[FIELD05], t1.[FIELD06], t1.[FIELD07], t1.[FIELD08], t1.[FIELD09], t1.[FIELD10], t1.[FIELD11], t1.[FIELD12], t1.[FIELD13], t1.[FIELD14], t1.[FIELD15], t1.[FIELD16], t1.[FIELD17], t1.[FIELD18], t1.[FIELD19], t1.[FIELD20], t1.[FIELD21], t1.[FIELD22], t1.[FIELD23], t1.[FIELD24], t1.[FIELD25], t1.[FIELD26], t1.[FIELD27], t1.[IBIZSAMPLE0001ID], t1.[IBIZSAMPLE0001NAME], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZSAMPLE0001] t1 ]]>
</createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册