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

fangzhihao 发布系统代码 [TrainSys,网页端]

上级 7c040e40
......@@ -4,6 +4,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr04120264GridView_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -19,6 +33,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE",
"logicName" : "测试song动态代码表的表格_表格",
"getPSAppDataEntity" : {
......@@ -112,7 +154,7 @@
"caption" : "属性23",
"codeName" : "field23",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field23",
"dataItemName" : "field23_text",
"excelCaption" : "属性23",
"name" : "field23",
"noPrivDisplayMode" : 1,
......@@ -126,6 +168,7 @@
},
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
......@@ -157,6 +200,13 @@
"name" : "FIELD17",
"codeName" : "FIELD17"
}
}, {
"dataType" : 25,
"name" : "field23_text",
"getPSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
}
}, {
"dataType" : 25,
"name" : "field23",
......@@ -188,6 +238,31 @@
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "属性23",
"codeName" : "field23",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "field23",
"getPSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "field23",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__UsrCodeList0411260431.json"
},
"getPSEditorItems" : [ {
"name" : "field23"
} ],
"singleSelect" : true
},
"valueItemName" : "field23",
"allowEmpty" : true,
"needCodeListConfig" : true
}, {
"caption" : "测试实体标识",
"codeName" : "srfkey",
"enableCond" : 3,
......@@ -219,14 +294,28 @@
}
},
"sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......
......@@ -75,22 +75,22 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"openMode" : "INDEXVIEWTAB_POPUPMODAL",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "简单编辑",
"realTitle" : "测试实体编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"openMode" : "INDEXVIEWTAB_POPUPMODAL",
"name" : "NEWDATA",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "测试实体编辑视图",
"realTitle" : "简单编辑",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
......@@ -125,6 +125,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr04120264GridView_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -140,6 +154,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE",
"logicName" : "测试song动态代码表的表格_表格",
"getPSAppDataEntity" : {
......@@ -320,7 +362,7 @@
"caption" : "属性23",
"codeName" : "field23",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field23",
"dataItemName" : "field23_text",
"excelCaption" : "属性23",
"name" : "field23",
"noPrivDisplayMode" : 1,
......@@ -334,6 +376,7 @@
},
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
......@@ -365,6 +408,13 @@
"name" : "FIELD17",
"codeName" : "FIELD17"
}
}, {
"dataType" : 25,
"name" : "field23_text",
"getPSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
}
}, {
"dataType" : 25,
"name" : "field23",
......@@ -396,6 +446,31 @@
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "属性23",
"codeName" : "field23",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "field23",
"getPSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "field23",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__UsrCodeList0411260431.json"
},
"getPSEditorItems" : [ {
"name" : "field23"
} ],
"singleSelect" : true
},
"valueItemName" : "field23",
"allowEmpty" : true,
"needCodeListConfig" : true
}, {
"caption" : "测试实体标识",
"codeName" : "srfkey",
"enableCond" : 3,
......@@ -427,14 +502,28 @@
}
},
"sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -581,9 +670,9 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"rowEditDefault" : false,
"rowEditDefault" : true,
"modelid" : "dfb0da35cd930a48dfce05493f764c94",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
......@@ -695,22 +695,22 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"openMode" : "INDEXVIEWTAB_POPUPMODAL",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "简单编辑",
"realTitle" : "测试实体编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"openMode" : "INDEXVIEWTAB_POPUPMODAL",
"name" : "NEWDATA",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "测试实体编辑视图",
"realTitle" : "简单编辑",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
......@@ -745,6 +745,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr04120264GridView_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -760,6 +774,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE",
"logicName" : "测试song动态代码表的表格_表格",
"getPSAppDataEntity" : {
......@@ -940,7 +982,7 @@
"caption" : "属性23",
"codeName" : "field23",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field23",
"dataItemName" : "field23_text",
"excelCaption" : "属性23",
"name" : "field23",
"noPrivDisplayMode" : 1,
......@@ -954,6 +996,7 @@
},
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
......@@ -985,6 +1028,13 @@
"name" : "FIELD17",
"codeName" : "FIELD17"
}
}, {
"dataType" : 25,
"name" : "field23_text",
"getPSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
}
}, {
"dataType" : 25,
"name" : "field23",
......@@ -1016,6 +1066,31 @@
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "属性23",
"codeName" : "field23",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "field23",
"getPSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "field23",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__UsrCodeList0411260431.json"
},
"getPSEditorItems" : [ {
"name" : "field23"
} ],
"singleSelect" : true
},
"valueItemName" : "field23",
"allowEmpty" : true,
"needCodeListConfig" : true
}, {
"caption" : "测试实体标识",
"codeName" : "srfkey",
"enableCond" : 3,
......@@ -1047,14 +1122,28 @@
}
},
"sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -1201,9 +1290,9 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"rowEditDefault" : false,
"rowEditDefault" : true,
"modelid" : "dfb0da35cd930a48dfce05493f764c94",
"modeltype" : "PSAPPDEVIEW"
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册