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

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

上级 7c25df23
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</changeSet> </changeSet>
<!--输出实体[BOOK]数据结构 --> <!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-268-3"> <changeSet author="root" id="tab-book-271-3">
<createTable tableName="T_BOOK"> <createTable tableName="T_BOOK">
<column name="BOOKNAME" remarks="" type="VARCHAR(200)"> <column name="BOOKNAME" remarks="" type="VARCHAR(200)">
</column> </column>
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</changeSet> </changeSet>
<!--输出实体[STUDENT]数据结构 --> <!--输出实体[STUDENT]数据结构 -->
<changeSet author="root" id="tab-student-60-10"> <changeSet author="root" id="tab-student-61-10">
<createTable tableName="T_STUDENT"> <createTable tableName="T_STUDENT">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)"> <column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column> </column>
......
...@@ -3,11 +3,53 @@ ...@@ -3,11 +3,53 @@
"codeName" : "TestEditorGrid", "codeName" : "TestEditorGrid",
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch" "id" : "fetch"
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "测试行编辑", "logicName" : "测试行编辑",
...@@ -43,6 +85,24 @@ ...@@ -43,6 +85,24 @@
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true, "enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性11",
"codeName" : "field11",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field11",
"excelCaption" : "属性11",
"name" : "field11",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD11",
"codeName" : "Field11"
},
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -287,6 +347,13 @@ ...@@ -287,6 +347,13 @@
"name" : "BOOKNAME", "name" : "BOOKNAME",
"codeName" : "BookName" "codeName" : "BookName"
} }
}, {
"dataType" : 25,
"name" : "field11",
"getPSAppDEField" : {
"name" : "FIELD11",
"codeName" : "Field11"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "field", "name" : "field",
...@@ -395,6 +462,19 @@ ...@@ -395,6 +462,19 @@
"codeName" : "Field2" "codeName" : "Field2"
} }
} ], } ],
"getPSDEGridEditItemUpdates" : [ {
"codeName" : "test11",
"name" : "测试11",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSDEGEIUpdateDetails" : [ {
"name" : "bookname"
}, {
"name" : "field11"
} ]
} ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "文本框", "caption" : "文本框",
"codeName" : "bookname", "codeName" : "bookname",
...@@ -411,6 +491,22 @@ ...@@ -411,6 +491,22 @@
"name" : "bookname" "name" : "bookname"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "属性11",
"codeName" : "field11",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "field11",
"getPSAppDEField" : {
"name" : "FIELD11",
"codeName" : "Field11"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field11"
},
"allowEmpty" : true
}, { }, {
"caption" : "下拉列表框", "caption" : "下拉列表框",
"codeName" : "field", "codeName" : "field",
...@@ -421,6 +517,10 @@ ...@@ -421,6 +517,10 @@
"name" : "FIELD", "name" : "FIELD",
"codeName" : "Field" "codeName" : "Field"
}, },
"getPSDEGridEditItemUpdate" : {
"modelref" : true,
"id" : "test11"
},
"getPSEditor" : { "getPSEditor" : {
"editorType" : "DROPDOWNLIST", "editorType" : "DROPDOWNLIST",
"name" : "field", "name" : "field",
...@@ -560,6 +660,12 @@ ...@@ -560,6 +660,12 @@
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json",
"viewType" : "DEGRIDVIEW"
},
"name" : "field6", "name" : "field6",
"getPSAppDEACMode" : { "getPSAppDEACMode" : {
"modelref" : true, "modelref" : true,
...@@ -573,6 +679,11 @@ ...@@ -573,6 +679,11 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
}, },
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneView.json",
"viewType" : "DEGRIDVIEW"
},
"valueItemName" : "field16", "valueItemName" : "field16",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -599,6 +710,12 @@ ...@@ -599,6 +710,12 @@
"PICKUPVIEW" : "FALSE" "PICKUPVIEW" : "FALSE"
}, },
"editorType" : "PICKEREX_TRIGGER", "editorType" : "PICKEREX_TRIGGER",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json",
"viewType" : "DEGRIDVIEW"
},
"name" : "field8", "name" : "field8",
"getPSAppDEACMode" : { "getPSAppDEACMode" : {
"modelref" : true, "modelref" : true,
...@@ -612,6 +729,11 @@ ...@@ -612,6 +729,11 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
}, },
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json",
"viewType" : "DEGRIDVIEW"
},
"valueItemName" : "field16", "valueItemName" : "field16",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : false, "enablePickupView" : false,
...@@ -649,6 +771,11 @@ ...@@ -649,6 +771,11 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
}, },
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json",
"viewType" : "DEGRIDVIEW"
},
"enableAC" : false, "enableAC" : false,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -711,14 +838,28 @@ ...@@ -711,14 +838,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"hasWFDataItems" : true, "hasWFDataItems" : true,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
......
...@@ -105,11 +105,53 @@ ...@@ -105,11 +105,53 @@
"codeName" : "TestEditorGrid", "codeName" : "TestEditorGrid",
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch" "id" : "fetch"
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "测试行编辑", "logicName" : "测试行编辑",
...@@ -232,6 +274,24 @@ ...@@ -232,6 +274,24 @@
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true, "enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性11",
"codeName" : "field11",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field11",
"excelCaption" : "属性11",
"name" : "field11",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD11",
"codeName" : "Field11"
},
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -476,6 +536,13 @@ ...@@ -476,6 +536,13 @@
"name" : "BOOKNAME", "name" : "BOOKNAME",
"codeName" : "BookName" "codeName" : "BookName"
} }
}, {
"dataType" : 25,
"name" : "field11",
"getPSAppDEField" : {
"name" : "FIELD11",
"codeName" : "Field11"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "field", "name" : "field",
...@@ -584,6 +651,19 @@ ...@@ -584,6 +651,19 @@
"codeName" : "Field2" "codeName" : "Field2"
} }
} ], } ],
"getPSDEGridEditItemUpdates" : [ {
"codeName" : "test11",
"name" : "测试11",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSDEGEIUpdateDetails" : [ {
"name" : "bookname"
}, {
"name" : "field11"
} ]
} ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "文本框", "caption" : "文本框",
"codeName" : "bookname", "codeName" : "bookname",
...@@ -600,6 +680,22 @@ ...@@ -600,6 +680,22 @@
"name" : "bookname" "name" : "bookname"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "属性11",
"codeName" : "field11",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "field11",
"getPSAppDEField" : {
"name" : "FIELD11",
"codeName" : "Field11"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field11"
},
"allowEmpty" : true
}, { }, {
"caption" : "下拉列表框", "caption" : "下拉列表框",
"codeName" : "field", "codeName" : "field",
...@@ -610,6 +706,10 @@ ...@@ -610,6 +706,10 @@
"name" : "FIELD", "name" : "FIELD",
"codeName" : "Field" "codeName" : "Field"
}, },
"getPSDEGridEditItemUpdate" : {
"modelref" : true,
"id" : "test11"
},
"getPSEditor" : { "getPSEditor" : {
"editorType" : "DROPDOWNLIST", "editorType" : "DROPDOWNLIST",
"name" : "field", "name" : "field",
...@@ -749,6 +849,12 @@ ...@@ -749,6 +849,12 @@
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json",
"viewType" : "DEGRIDVIEW"
},
"name" : "field6", "name" : "field6",
"getPSAppDEACMode" : { "getPSAppDEACMode" : {
"modelref" : true, "modelref" : true,
...@@ -762,6 +868,11 @@ ...@@ -762,6 +868,11 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
}, },
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneView.json",
"viewType" : "DEGRIDVIEW"
},
"valueItemName" : "field16", "valueItemName" : "field16",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -788,6 +899,12 @@ ...@@ -788,6 +899,12 @@
"PICKUPVIEW" : "FALSE" "PICKUPVIEW" : "FALSE"
}, },
"editorType" : "PICKEREX_TRIGGER", "editorType" : "PICKEREX_TRIGGER",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json",
"viewType" : "DEGRIDVIEW"
},
"name" : "field8", "name" : "field8",
"getPSAppDEACMode" : { "getPSAppDEACMode" : {
"modelref" : true, "modelref" : true,
...@@ -801,6 +918,11 @@ ...@@ -801,6 +918,11 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
}, },
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json",
"viewType" : "DEGRIDVIEW"
},
"valueItemName" : "field16", "valueItemName" : "field16",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : false, "enablePickupView" : false,
...@@ -838,6 +960,11 @@ ...@@ -838,6 +960,11 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
}, },
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json",
"viewType" : "DEGRIDVIEW"
},
"enableAC" : false, "enableAC" : false,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -900,14 +1027,28 @@ ...@@ -900,14 +1027,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"hasWFDataItems" : true, "hasWFDataItems" : true,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -1042,7 +1183,7 @@ ...@@ -1042,7 +1183,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"rowEditDefault" : true, "rowEditDefault" : true,
"modelid" : "ba535ef97a2136f0249bd64e432421e8", "modelid" : "ba535ef97a2136f0249bd64e432421e8",
......
...@@ -1263,6 +1263,12 @@ ...@@ -1263,6 +1263,12 @@
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"resource" : "Book", "resource" : "Book",
"view" : "Usr2GridView" "view" : "Usr2GridView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json",
"viewType" : "DEGRIDVIEW",
"resource" : "Student",
"view" : "GridView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfofOptionView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfofOptionView.json",
...@@ -8280,11 +8286,53 @@ ...@@ -8280,11 +8286,53 @@
"codeName" : "TestEditorGrid", "codeName" : "TestEditorGrid",
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch" "id" : "fetch"
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "测试行编辑", "logicName" : "测试行编辑",
...@@ -8407,6 +8455,24 @@ ...@@ -8407,6 +8455,24 @@
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true, "enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性11",
"codeName" : "field11",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field11",
"excelCaption" : "属性11",
"name" : "field11",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD11",
"codeName" : "Field11"
},
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -8651,6 +8717,13 @@ ...@@ -8651,6 +8717,13 @@
"name" : "BOOKNAME", "name" : "BOOKNAME",
"codeName" : "BookName" "codeName" : "BookName"
} }
}, {
"dataType" : 25,
"name" : "field11",
"getPSAppDEField" : {
"name" : "FIELD11",
"codeName" : "Field11"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "field", "name" : "field",
...@@ -8759,6 +8832,19 @@ ...@@ -8759,6 +8832,19 @@
"codeName" : "Field2" "codeName" : "Field2"
} }
} ], } ],
"getPSDEGridEditItemUpdates" : [ {
"codeName" : "test11",
"name" : "测试11",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSDEGEIUpdateDetails" : [ {
"name" : "bookname"
}, {
"name" : "field11"
} ]
} ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "文本框", "caption" : "文本框",
"codeName" : "bookname", "codeName" : "bookname",
...@@ -8775,6 +8861,22 @@ ...@@ -8775,6 +8861,22 @@
"name" : "bookname" "name" : "bookname"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "属性11",
"codeName" : "field11",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "field11",
"getPSAppDEField" : {
"name" : "FIELD11",
"codeName" : "Field11"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field11"
},
"allowEmpty" : true
}, { }, {
"caption" : "下拉列表框", "caption" : "下拉列表框",
"codeName" : "field", "codeName" : "field",
...@@ -8785,6 +8887,10 @@ ...@@ -8785,6 +8887,10 @@
"name" : "FIELD", "name" : "FIELD",
"codeName" : "Field" "codeName" : "Field"
}, },
"getPSDEGridEditItemUpdate" : {
"modelref" : true,
"id" : "test11"
},
"getPSEditor" : { "getPSEditor" : {
"editorType" : "DROPDOWNLIST", "editorType" : "DROPDOWNLIST",
"name" : "field", "name" : "field",
...@@ -8924,6 +9030,12 @@ ...@@ -8924,6 +9030,12 @@
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json",
"viewType" : "DEGRIDVIEW"
},
"name" : "field6", "name" : "field6",
"getPSAppDEACMode" : { "getPSAppDEACMode" : {
"modelref" : true, "modelref" : true,
...@@ -8937,6 +9049,11 @@ ...@@ -8937,6 +9049,11 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
}, },
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneView.json",
"viewType" : "DEGRIDVIEW"
},
"valueItemName" : "field16", "valueItemName" : "field16",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -8963,6 +9080,12 @@ ...@@ -8963,6 +9080,12 @@
"PICKUPVIEW" : "FALSE" "PICKUPVIEW" : "FALSE"
}, },
"editorType" : "PICKEREX_TRIGGER", "editorType" : "PICKEREX_TRIGGER",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json",
"viewType" : "DEGRIDVIEW"
},
"name" : "field8", "name" : "field8",
"getPSAppDEACMode" : { "getPSAppDEACMode" : {
"modelref" : true, "modelref" : true,
...@@ -8976,6 +9099,11 @@ ...@@ -8976,6 +9099,11 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
}, },
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json",
"viewType" : "DEGRIDVIEW"
},
"valueItemName" : "field16", "valueItemName" : "field16",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : false, "enablePickupView" : false,
...@@ -9013,6 +9141,11 @@ ...@@ -9013,6 +9141,11 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
}, },
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json",
"viewType" : "DEGRIDVIEW"
},
"enableAC" : false, "enableAC" : false,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -9075,14 +9208,28 @@ ...@@ -9075,14 +9208,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"hasWFDataItems" : true, "hasWFDataItems" : true,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -9217,7 +9364,7 @@ ...@@ -9217,7 +9364,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"rowEditDefault" : true, "rowEditDefault" : true,
"modelid" : "ba535ef97a2136f0249bd64e432421e8", "modelid" : "ba535ef97a2136f0249bd64e432421e8",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册