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

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

上级 68237f86
......@@ -673,7 +673,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 };
......@@ -709,7 +709,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){
......
......@@ -1235,6 +1235,88 @@
"stringLength" : 1048576,
"valueFormat" : "%1$s",
"queryColumn" : false
}, {
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefuimodes/Default",
"name" : "[FIELD26][包数据2]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "HIDDEN",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefformitems/Default",
"name" : "[FIELD26][包数据2]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefformitems/Default",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefuimodes/MobileDefault",
"name" : "[FIELD26][包数据2]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "HIDDEN",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefformitems/MobileDefault",
"name" : "[FIELD26][包数据2]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefformitems/MobileDefault",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "FIELD26",
"maxValue" : 1048576,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1048576]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[1048576]"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[1048576]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Field26",
"dEFType" : 5,
"dataType" : "ONE2MANYDATA",
"importOrder" : 1000,
"length" : 1048576,
"logicName" : "包数据2",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26",
"name" : "FIELD26",
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDERS/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID.json"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26",
"serviceCodeName" : "Field26",
"stdDataType" : 21,
"stringLength" : 1048576,
"valueFormat" : "%1$s",
"viewLevel" : 0,
"phisicalDEField" : false,
"queryColumn" : false,
"uIAssistDEField" : true
} ],
"getAllPSDEMethodDTOs" : [ {
"name" : "IBIZSample0023DTO",
......@@ -1289,6 +1371,29 @@
"sourceType" : "DEFIELD",
"stringLength" : 1048576,
"type" : "DTOS"
}, {
"logicName" : "包数据2",
"name" : "Field26",
"getPSDEField" : {
"name" : "FIELD26",
"codeName" : "Field26"
},
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDERS/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID.json"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DTO/psdemethoddtofields/Field26",
"getRefPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0026DTO"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json"
},
"sourceType" : "DEFIELD",
"stringLength" : 1048576,
"type" : "DTOS"
}, {
"logicName" : "扩展数据",
"name" : "FieldExt",
......@@ -1566,6 +1671,10 @@
},
"name" : "DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"orderValue" : 100,
"getPSOne2ManyDataDEField" : {
"name" : "FIELD26",
"codeName" : "Field26"
},
"getPSPickupDEField" : {
"name" : "IBIZSAMPLE0023ID",
"codeName" : "IBIZSample0023Id"
......
......@@ -1485,6 +1485,10 @@
},
"name" : "DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"orderValue" : 100,
"getPSOne2ManyDataDEField" : {
"name" : "FIELD26",
"codeName" : "Field26"
},
"getPSPickupDEField" : {
"name" : "IBIZSAMPLE0023ID",
"codeName" : "IBIZSample0023Id"
......
......@@ -16,6 +16,10 @@
},
"name" : "DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"orderValue" : 100,
"getPSOne2ManyDataDEField" : {
"name" : "FIELD26",
"codeName" : "Field26"
},
"getPSPickupDEField" : {
"name" : "IBIZSAMPLE0023ID",
"codeName" : "IBIZSample0023Id"
......
......@@ -12,18 +12,6 @@
"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" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
......@@ -71,6 +59,18 @@
"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
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -20,18 +20,6 @@
}
} ],
"getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
......@@ -55,6 +43,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -46,18 +46,6 @@
"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" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
......@@ -105,6 +93,18 @@
"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
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -100,18 +100,6 @@
"id" : "TREEGRIDEX"
},
"getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
......@@ -135,6 +123,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -16393,6 +16393,21 @@
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "Field26",
"codeName2" : "Field26",
"logicName" : "包数据2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field26",
"name" : "FIELD26",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field26",
"stdDataType" : 21,
"stringLength" : 1048576,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
} ],
"getPSDEServiceAPIMethods" : [ {
"dataAccessAction" : "CREATE",
......
......@@ -1239,7 +1239,7 @@
<!--输出实体[IBIZSAMPLE0023]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0023-36-40">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0023-37-40">
<createTable tableName="T_IBIZSAMPLE0023">
<column name="IBIZSAMPLE0023ID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_IBIZSAMPLE0023_IBIZSAMPLE00"/>
......
......@@ -8587,6 +8587,20 @@
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"FIELD26" ,
"codename":"Field26",
"field_logic_name":"包数据2",
"entity_name":"IBIZSAMPLE0023",
"field_type":"ONE2MANYDATA",
"nullable":1,
"physical_field":0,
"data_type":"TEXT",
"data_length":1048576,
"key_field":0,
"show_order":1000,
"major_field":0
}
],
"subEntitys":[
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册