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

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

上级 052133c0
...@@ -55,12 +55,6 @@ ...@@ -55,12 +55,6 @@
git clone -b master $para2 trainsys/ git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096 export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/ cd trainsys/
mvn clean package -Ptrainsys
mvn install -Ptrainsys
cd trainsys-provider
mvn -Ptrainsys docker:build
mvn -Ptrainsys docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/trainsys-provider-trainsys.yaml ebsx --with-registry-auth
</command> </command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
......
...@@ -1806,6 +1806,12 @@ ...@@ -1806,6 +1806,12 @@
"name" : "bxdex实体编辑视图(2)", "name" : "bxdex实体编辑视图(2)",
"realModelSubType" : "DEEDITVIEW", "realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr2PickupGridView",
"logicName" : "bxdex实体选择表格视图(部件视图)(2)",
"name" : "bxdex实体选择表格视图(部件视图)(2)",
"realModelSubType" : "DEPICKUPGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "RedirectView", "codeName" : "RedirectView",
"logicName" : "bxdex实体数据重定向视图", "logicName" : "bxdex实体数据重定向视图",
......
...@@ -1473,6 +1473,10 @@ ...@@ -1473,6 +1473,10 @@
"builtinMethod" : false "builtinMethod" : false
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bxdexUsr2PickupGridView.json",
"viewType" : "DEPICKUPGRIDVIEW"
}, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bxdexEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bxdexEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
......
...@@ -13,855 +13,722 @@ ...@@ -13,855 +13,722 @@
"path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json"
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "PickupView2pickupviewpanel", "codeName" : "PickupView2treeexpbar",
"controlType" : "PICKUPVIEWPANEL", "controlType" : "TREEEXPBAR",
"getEmbeddedPSAppDEView" : { "name" : "treeexpbar",
"accUserMode" : 2, "getPSAppDataEntity" : {
"caption" : "书", "modelref" : true,
"codeName" : "bookUsr2PickupGridView", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2PickupGridView.json", },
"gridRowActiveMode" : 2, "getPSControlHandler" : {
"name" : "bookUsr2PickupGridView", "enableDEFieldPrivilege" : false,
"getPSAppDataEntity" : { "id" : "treeexpbar"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "TREEEXPBAR"
},
"getPSControls" : [ {
"codeName" : "TreeTest",
"controlType" : "TREEVIEW",
"getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, },
"getPSAppModule" : { "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSTREEVIEWS/TreeTest.json",
"getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json" "id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, },
"getPSAppViewEngines" : [ { "getGetPSControlAction" : {
"engineCat" : "VIEW", "modelref" : true,
"engineType" : "PickupGridView", "id" : "load",
"name" : "engine" "actionName" : "Get",
} ], "actionType" : "DEACTION",
"getPSControls" : [ { "dataAccessAction" : "READ",
"aggMode" : "NONE", "name" : "load",
"codeName" : "Main", "getPSAppDEMethod" : {
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch", "id" : "Get"
"actionType" : "DEDATASET", },
"name" : "fetch", "getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "树测试",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "Get"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
}, }, {
"groupMode" : "NONE", "actionName" : "Create",
"logicName" : "主表格", "actionType" : "DEACTION",
"getPSAppDataEntity" : { "dataAccessAction" : "CREATE",
"modelref" : true, "name" : "create",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "getPSAppDEMethod" : {
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "更新人",
"codeName" : "updateman",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "id" : "Create"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, },
"width" : 150, "getPSAppDataEntity" : {
"widthUnit" : "PX", "modelref" : true,
"enableSort" : true "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, { }, {
"align" : "LEFT", "actionName" : "Update",
"cLConvertMode" : "NONE", "actionType" : "DEACTION",
"caption" : "建立时间", "dataAccessAction" : "UPDATE",
"codeName" : "createdate", "name" : "update",
"columnType" : "DEFGRIDCOLUMN", "getPSAppDEMethod" : {
"dataItemName" : "createdate", "modelref" : true,
"excelCaption" : "建立时间", "id" : "Update"
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "getPSAppDataEntity" : {
"width" : 150, "modelref" : true,
"widthUnit" : "PX", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"enableSort" : true }
}, { }, {
"align" : "LEFT", "actionName" : "Remove",
"cLConvertMode" : "NONE", "actionType" : "DEACTION",
"caption" : "更新时间", "dataAccessAction" : "DELETE",
"codeName" : "updatedate", "name" : "remove",
"columnType" : "DEFGRIDCOLUMN", "getPSAppDEMethod" : {
"dataItemName" : "updatedate", "modelref" : true,
"excelCaption" : "更新时间", "id" : "Remove"
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "getPSAppDataEntity" : {
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "日期",
"codeName" : "date",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "date",
"excelCaption" : "日期",
"name" : "date",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
},
"valueFormat" : "YYYY",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "type",
"excelCaption" : "类型",
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "结束时间",
"codeName" : "end",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "end",
"excelCaption" : "结束时间",
"name" : "end",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "END",
"codeName" : "End"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性24",
"codeName" : "field24",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field24",
"excelCaption" : "属性24",
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性",
"codeName" : "field",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field",
"excelCaption" : "属性",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性36",
"codeName" : "field36",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field36",
"excelCaption" : "属性36",
"name" : "field36",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD36",
"codeName" : "Field36"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性2",
"codeName" : "field2",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field2",
"excelCaption" : "属性2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性19",
"codeName" : "field19",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field19",
"excelCaption" : "属性19",
"name" : "field19",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性41",
"codeName" : "field41",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field41",
"excelCaption" : "属性41",
"name" : "field41",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD41",
"codeName" : "Field41"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性14",
"codeName" : "field14",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field14",
"excelCaption" : "属性14",
"name" : "field14",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD14",
"codeName" : "Field14"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "createdate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"format" : "YYYY",
"dataType" : 5,
"name" : "date",
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
}
}, {
"dataType" : 25,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "end",
"getPSAppDEField" : {
"name" : "END",
"codeName" : "End"
}
}, {
"dataType" : 21,
"name" : "field24",
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, {
"dataType" : 25,
"name" : "field",
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"dataType" : 25,
"name" : "field36",
"getPSAppDEField" : {
"name" : "FIELD36",
"codeName" : "Field36"
}
}, {
"dataType" : 25,
"name" : "field2",
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, {
"dataType" : 25,
"name" : "field19",
"getPSAppDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
}
}, {
"dataType" : 25,
"name" : "field41",
"getPSAppDEField" : {
"name" : "FIELD41",
"codeName" : "Field41"
}
}, {
"dataType" : 25,
"name" : "field14",
"getPSAppDEField" : {
"name" : "FIELD14",
"codeName" : "Field14"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "phoneid",
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
}
}, {
"dataType" : 25,
"name" : "pbookid",
"getPSAppDEField" : {
"name" : "PBOOKID",
"codeName" : "Pbookid"
} }
}, { }, {
"dataType" : 25, "actionType" : "DEDATASET",
"name" : "srfmajortext", "name" : "fetch",
"getPSAppDEField" : { "getPSAppDataEntity" : {
"name" : "BOOKNAME", "modelref" : true,
"codeName" : "BookName" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
} ], } ],
"getPSDEGridEditItems" : [ { "userDRAction" : "READ",
"caption" : "书标识", "enableDEFieldPrivilege" : false,
"codeName" : "srfkey", "id" : "树视图处理器"
"enableCond" : 3, },
"ignoreInput" : 0, "getPSControlLogics" : [ {
"name" : "srfkey", "eventNames" : "SELECTIONCHANGE",
"getPSAppDEField" : { "logicTag" : "treeexpbar_tree",
"name" : "BOOKID", "logicType" : "CUSTOM",
"codeName" : "BookId" "name" : "treeexpbar_selectionchange"
}, }, {
"getPSEditor" : { "eventNames" : "LOAD",
"editorType" : "HIDDEN", "logicTag" : "treeexpbar_tree",
"name" : "srfkey" "logicType" : "CUSTOM",
}, "name" : "treeexpbar_load"
"allowEmpty" : true } ],
} ], "getPSControlParam" : {
"pagingSize" : 20, "autoLoad" : true,
"getRemovePSControlAction" : { "showBusyIndicator" : true,
"actionName" : "Remove", "id" : "treeexpbar_tree"
"actionType" : "DEACTION", },
"dataAccessAction" : "DELETE", "getPSDETreeNodeRSs" : [ {
"name" : "remove", "getChildPSDETreeNode" : {
"modelref" : true,
"id" : "dmb"
},
"name" : "默认根节点 - 代码表",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "daimab"
},
"name" : "代码表 - 代码表数据",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "dmb"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "dyna"
},
"name" : "图书 - book数据",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "book"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "book"
},
"name" : "默认根节点 - 图书",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
} ],
"getPSDETreeNodes" : [ {
"counterMode" : 0,
"name" : "默认根节点",
"nodeType" : "ROOT",
"nodeValue" : "root",
"text" : "默认根节点",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : true,
"selectFirstOnly" : false,
"selected" : false,
"id" : "ROOT"
}, {
"counterMode" : 0,
"name" : "图书",
"nodeType" : "book",
"nodeValue" : "ts",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"text" : "图书",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "book"
}, {
"counterMode" : 0,
"name" : "代码表数据",
"nodeType" : "daimab",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"treeNodeType" : "CODELIST",
"hasPSDETreeNodeRSs" : false,
"appendCaption" : false,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "daimab"
}, {
"counterMode" : 0,
"name" : "代码表",
"nodeType" : "dmb",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"text" : "代码表",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "dmb"
}, {
"counterMode" : 0,
"getIdPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"maxSize" : -1,
"name" : "book数据",
"nodeType" : "dyna",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getTextPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"treeNodeType" : "DE",
"hasPSDETreeNodeRSs" : false,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "dyna"
} ],
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"enableRootSelect" : false,
"outputIconDefault" : true,
"rootVisible" : false,
"name" : "treeexpbar_tree",
"modelid" : "3FC30C20-9322-4F99-B755-05D9ED68DB08",
"modeltype" : "PSDETREEVIEW"
} ],
"xDataControlName" : "treeexpbar_tree",
"enableCounter" : true,
"enableSearch" : false,
"showTitleBar" : true,
"modelid" : "f1257f5791a3a0144f423fb4b79de0c3_treeexpbar",
"modeltype" : "PSEXPBAR"
}, {
"codeName" : "PickupView2pickupviewpanel",
"controlType" : "PICKUPVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"accUserMode" : 2,
"getCapPSLanguageRes" : {
"defaultContent" : "bxdex",
"lanResTag" : "DE.LNAME.BXD_EX",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[BXD_EX]",
"refFlag" : true
},
"caption" : "bxdex",
"codeName" : "bxdexUsr2PickupGridView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bxdexUsr2PickupGridView.json",
"gridRowActiveMode" : 2,
"name" : "bxdexUsr2PickupGridView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "PickupGridView",
"name" : "engine"
} ],
"getPSControls" : [ {
"aggMode" : "NONE",
"codeName" : "Main",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "FetchDefault"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
} }
}, },
"sortMode" : "REMOTE", "groupMode" : "NONE",
"hasWFDataItems" : false, "logicName" : "主表格",
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "fa1370490e24654b68f76899ff0a5688",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}, },
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
"actionType" : "FILTERACTION", "actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load", "name" : "load",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FilterGet" "id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
} }
}, { }, {
"actionType" : "FILTERACTION", "actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft", "name" : "loaddraft",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FilterGetDraft" "id" : "GetDraft"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
} }
}, { }, {
"actionType" : "FILTERACTION", "actionType" : "DEDATASET",
"name" : "search", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FilterSearch" "id" : "FetchDefault"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
} }
} ], } ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器" "id" : "数据表格处理器"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "SEARCHFORM" "id" : "GRID"
}, },
"getPSDEFormItems" : [ { "getPSDEGridColumns" : [ {
"id" : "n_bookname_like", "align" : "LEFT",
"dataType" : 25, "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"defaultContent" : "bxdex名称",
"lanResTag" : "DEF.LNAME.BXD_EXNAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[BXD_EXNAME]",
"refFlag" : true
},
"caption" : "bxdex名称",
"codeName" : "bxd_exname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "bxd_exname",
"excelCaption" : "bxdex名称",
"name" : "bxd_exname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "BOOKNAME", "name" : "BXD_EXNAME",
"codeName" : "BookName" "codeName" : "BXD_EXName"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"caption" : "书名称(文本包含(%))",
"codeName" : "n_bookname_like",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "n_bookname_like",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "n_bookname_like"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "width" : 150,
} ], "widthUnit" : "PX",
"getPSLayout" : { "enableSort" : true
"childColLG" : -1, }, {
"childColMD" : 24, "align" : "LEFT",
"childColSM" : -1, "cLConvertMode" : "FRONT",
"childColXS" : -1, "getCapPSLanguageRes" : {
"columnCount" : 24, "defaultContent" : "更新人",
"layout" : "TABLE_24COL" "lanResTag" : "DEF.LNAME.UPDATEMAN",
}, "lanResType" : "DEF.LNAME",
"searchButtonStyle" : "DEFAULT", "name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]",
"tabHeaderPos" : "TOP", "refFlag" : true
"enableAdvanceSearch" : false, },
"enableAutoSearch" : false, "caption" : "更新人",
"enableFilterSave" : false, "codeName" : "updateman",
"noTabHeader" : true, "columnType" : "DEFGRIDCOLUMN",
"name" : "searchform", "dataItemName" : "updateman",
"modelid" : "5e4b87cb5540f41fffa44b8cc73b3404", "excelCaption" : "更新人",
"modeltype" : "PSDEFORM_SEARCHFORM" "name" : "updateman",
}, { "noPrivDisplayMode" : 1,
"controlType" : "SEARCHBAR", "getPSAppCodeList" : {
"name" : "searchbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 0,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : false,
"mobileSearchBar" : false
}, {
"caption" : "书",
"codeName" : "Usr2PickupGridViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Usr2PickupGridView",
"getPSDEViewId" : "E9766E8A-34E3-4637-AFD7-BE1654CB0EFB",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEPICKUPGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "书选择表格视图",
"viewStyle" : "DEFAULT",
"viewType" : "DEPICKUPGRIDVIEW",
"xDataControlName" : "grid",
"enableDP" : true,
"enableExport" : true,
"enableFilter" : true,
"enableImport" : true,
"enableRowEdit" : false,
"enableSearch" : true,
"expandSearchForm" : true,
"pickupMode" : true,
"rowEditDefault" : false,
"modelid" : "bb5552e44a191dcbda93e7ac258c0547",
"modeltype" : "PSAPPDEVIEW"
},
"name" : "pickupviewpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"id" : "PICKUPVIEWPANEL"
}
}, {
"codeName" : "PickupView2treeexpbar",
"controlType" : "TREEEXPBAR",
"name" : "treeexpbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "treeexpbar"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "TREEEXPBAR"
},
"getPSControls" : [ {
"codeName" : "TreeTest",
"controlType" : "TREEVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"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/PSTREEVIEWS/TreeTest.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "树测试",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Get" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"defaultContent" : "更新时间",
"lanResTag" : "DEF.LNAME.UPDATEDATE",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]",
"refFlag" : true
}, },
"getPSAppDataEntity" : { "caption" : "更新时间",
"modelref" : true, "codeName" : "updatedate",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "bxd_exname",
"getPSAppDEField" : {
"name" : "BXD_EXNAME",
"codeName" : "BXD_EXName"
} }
}, { }, {
"actionName" : "Create", "dataType" : 25,
"actionType" : "DEACTION", "name" : "updateman",
"dataAccessAction" : "CREATE", "getPSAppDEField" : {
"name" : "create", "name" : "UPDATEMAN",
"getPSAppDEMethod" : { "codeName" : "UpdateMan"
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
}, { }, {
"actionName" : "Update", "format" : "YYYY-MM-DD HH:mm:ss",
"actionType" : "DEACTION", "dataType" : 5,
"dataAccessAction" : "UPDATE", "name" : "updatedate",
"name" : "update", "getPSAppDEField" : {
"getPSAppDEMethod" : { "name" : "UPDATEDATE",
"modelref" : true, "codeName" : "UpdateDate"
"id" : "Update" }
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BXD_EXID",
"codeName" : "BXD_EXId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "BXD_EXID",
"codeName" : "BXD_EXId"
}, },
"getPSAppDataEntity" : { "dataAccessAction" : true
"modelref" : true, }, {
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "dataType" : 25,
"name" : "bookid",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, {
"dataType" : 25,
"name" : "bookid2",
"getPSAppDEField" : {
"name" : "BOOKID2",
"codeName" : "Bookid2"
}
}, {
"dataType" : 25,
"name" : "bookid3",
"getPSAppDEField" : {
"name" : "BOOKID3",
"codeName" : "Bookid3"
}
}, {
"dataType" : 25,
"name" : "bookid4",
"getPSAppDEField" : {
"name" : "BOOKID4",
"codeName" : "Bookid4"
}
}, {
"dataType" : 25,
"name" : "bookid5",
"getPSAppDEField" : {
"name" : "BOOKID5",
"codeName" : "Bookid5"
}
}, {
"dataType" : 25,
"name" : "bookid6",
"getPSAppDEField" : {
"name" : "BOOKID6",
"codeName" : "Bookid6"
} }
}, { }, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "BXD_EXNAME",
"codeName" : "BXD_EXName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "bxdex标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BXD_EXID",
"codeName" : "BXD_EXId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove", "actionName" : "Remove",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "DELETE", "dataAccessAction" : "DELETE",
...@@ -869,279 +736,196 @@ ...@@ -869,279 +736,196 @@
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "Remove"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
} }
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "树视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_load"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "treeexpbar_tree"
},
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "dmb"
},
"name" : "默认根节点 - 代码表",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "daimab"
},
"name" : "代码表 - 代码表数据",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "dmb"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "dyna"
},
"name" : "图书 - book数据",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "book"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "book"
},
"name" : "默认根节点 - 图书",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
} ],
"getPSDETreeNodes" : [ {
"counterMode" : 0,
"name" : "默认根节点",
"nodeType" : "ROOT",
"nodeValue" : "root",
"text" : "默认根节点",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : true,
"selectFirstOnly" : false,
"selected" : false,
"id" : "ROOT"
}, {
"counterMode" : 0,
"name" : "图书",
"nodeType" : "book",
"nodeValue" : "ts",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"text" : "图书",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "book"
}, {
"counterMode" : 0,
"name" : "代码表数据",
"nodeType" : "daimab",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"treeNodeType" : "CODELIST", "sortMode" : "REMOTE",
"hasPSDETreeNodeRSs" : false, "hasWFDataItems" : false,
"appendCaption" : false, "enableColFilter" : false,
"appendPNodeId" : false, "enableCustomized" : true,
"disableSelect" : false, "enableGroup" : false,
"enableCheck" : false, "enablePagingBar" : true,
"enableEditData" : false, "enableRowEdit" : false,
"enableNewData" : false, "enableRowEditOrder" : false,
"enableQuickCreate" : false, "enableRowNew" : false,
"enableQuickSearch" : false, "forceFit" : false,
"enableRemoveData" : false, "hideHeader" : false,
"enableViewData" : false, "noSort" : false,
"expandFirstOnly" : false, "singleSelect" : false,
"expanded" : false, "name" : "grid",
"rootNode" : false, "modelid" : "a0905383b86cdd08e9355d066909d4ad",
"selectFirstOnly" : false, "modeltype" : "PSDEGRID"
"selected" : false,
"id" : "daimab"
}, { }, {
"counterMode" : 0, "codeName" : "Default",
"name" : "代码表", "controlType" : "SEARCHFORM",
"nodeType" : "dmb", "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}, },
"text" : "代码表", "getPSControlHandler" : {
"treeNodeType" : "STATIC", "getPSHandlerActions" : [ {
"hasPSDETreeNodeRSs" : true, "actionType" : "FILTERACTION",
"appendPNodeId" : false, "name" : "load",
"disableSelect" : false, "getPSAppDEMethod" : {
"enableCheck" : false, "modelref" : true,
"enableEditData" : false, "id" : "FilterGet"
"enableNewData" : false, },
"enableQuickCreate" : false, "getPSAppDataEntity" : {
"enableQuickSearch" : false, "modelref" : true,
"enableRemoveData" : false, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
"enableViewData" : false, }
"expandFirstOnly" : false, }, {
"expanded" : false, "actionType" : "FILTERACTION",
"rootNode" : false, "name" : "loaddraft",
"selectFirstOnly" : false, "getPSAppDEMethod" : {
"selected" : false, "modelref" : true,
"id" : "dmb" "id" : "FilterGetDraft"
}, { },
"counterMode" : 0, "getPSAppDataEntity" : {
"getIdPSAppDEField" : { "modelref" : true,
"name" : "BOOKID", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
"codeName" : "BookId" }
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
}, },
"maxSize" : -1, "getPSControlParam" : {
"name" : "book数据", "autoLoad" : true,
"nodeType" : "dyna", "showBusyIndicator" : true,
"getPSAppDEDataSet" : { "id" : "SEARCHFORM"
"modelref" : true, },
"id" : "FetchDefault" "getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.BXD_EX.DEFAULT.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.BXD_EX.DEFAULT.FORMPAGE.FORMPAGE1]",
"refFlag" : true
},
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "1d356bc37eb1561c74f65748653b6232",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
"name" : "searchbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}, },
"getTextPSAppDEField" : { "getPSControlParam" : {
"name" : "BOOKNAME", "id" : "searchbar"
"codeName" : "BookName"
}, },
"treeNodeType" : "DE", "quickGroupCount" : -1,
"hasPSDETreeNodeRSs" : false, "quickSearchMode" : 0,
"appendPNodeId" : false, "quickSearchWidth" : 0,
"disableSelect" : false, "enableFilter" : false,
"enableCheck" : false, "enableGroup" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false, "enableQuickSearch" : false,
"enableRemoveData" : false, "mobileSearchBar" : false
"enableViewData" : false, }, {
"expandFirstOnly" : false, "getCapPSLanguageRes" : {
"expanded" : false, "defaultContent" : "bxdex",
"rootNode" : false, "lanResTag" : "DE.LNAME.BXD_EX",
"selectFirstOnly" : false, "lanResType" : "DE.LNAME",
"selected" : false, "name" : "实体逻辑名称(DE.LNAME.*)[BXD_EX]",
"id" : "dyna" "refFlag" : true
} ], },
"getRemovePSControlAction" : { "caption" : "bxdex",
"modelref" : true, "codeName" : "Usr2PickupGridViewcaptionbar",
"id" : "remove", "controlType" : "CAPTIONBAR",
"actionName" : "Remove", "name" : "captionbar",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Usr2PickupGridView",
"getPSDEViewId" : "6BDCE1CD-BFE1-4DB6-BB8B-663ABBB313BB",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEPICKUPGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
} },
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
}, },
"enableRootSelect" : false, "title" : "bxdex选择表格视图",
"outputIconDefault" : true, "viewStyle" : "DEFAULT",
"rootVisible" : false, "viewType" : "DEPICKUPGRIDVIEW",
"name" : "treeexpbar_tree", "xDataControlName" : "grid",
"modelid" : "3FC30C20-9322-4F99-B755-05D9ED68DB08", "enableDP" : true,
"modeltype" : "PSDETREEVIEW" "enableExport" : true,
} ], "enableFilter" : true,
"xDataControlName" : "treeexpbar_tree", "enableImport" : true,
"enableCounter" : true, "enableRowEdit" : false,
"enableSearch" : false, "enableSearch" : true,
"showTitleBar" : true, "expandSearchForm" : true,
"modelid" : "f1257f5791a3a0144f423fb4b79de0c3_treeexpbar", "pickupMode" : true,
"modeltype" : "PSEXPBAR" "rowEditDefault" : false,
"modelid" : "26d42e1b062d170518fb2aad0f50c79a",
"modeltype" : "PSAPPDEVIEW"
},
"name" : "pickupviewpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"id" : "PICKUPVIEWPANEL"
}
}, { }, {
"caption" : "书", "caption" : "书",
"codeName" : "PickupView2captionbar", "codeName" : "PickupView2captionbar",
......
...@@ -711,6 +711,7 @@ ...@@ -711,6 +711,7 @@
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"refFlag" : false,
"title" : "书选择表格视图", "title" : "书选择表格视图",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DEPICKUPGRIDVIEW", "viewType" : "DEPICKUPGRIDVIEW",
......
{
"accUserMode" : 2,
"getCapPSLanguageRes" : {
"defaultContent" : "bxdex",
"lanResTag" : "DE.LNAME.BXD_EX",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[BXD_EX]",
"refFlag" : true
},
"caption" : "bxdex",
"codeName" : "bxdexUsr2PickupGridView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bxdexUsr2PickupGridView.json",
"gridRowActiveMode" : 2,
"name" : "bxdexUsr2PickupGridView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "PickupGridView",
"name" : "engine"
} ],
"getPSControls" : [ {
"aggMode" : "NONE",
"codeName" : "Main",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
},
"groupMode" : "NONE",
"logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"defaultContent" : "bxdex名称",
"lanResTag" : "DEF.LNAME.BXD_EXNAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[BXD_EXNAME]",
"refFlag" : true
},
"caption" : "bxdex名称",
"codeName" : "bxd_exname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "bxd_exname",
"excelCaption" : "bxdex名称",
"name" : "bxd_exname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BXD_EXNAME",
"codeName" : "BXD_EXName"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"getCapPSLanguageRes" : {
"defaultContent" : "更新人",
"lanResTag" : "DEF.LNAME.UPDATEMAN",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]",
"refFlag" : true
},
"caption" : "更新人",
"codeName" : "updateman",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"defaultContent" : "更新时间",
"lanResTag" : "DEF.LNAME.UPDATEDATE",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]",
"refFlag" : true
},
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "bxd_exname",
"getPSAppDEField" : {
"name" : "BXD_EXNAME",
"codeName" : "BXD_EXName"
}
}, {
"dataType" : 25,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BXD_EXID",
"codeName" : "BXD_EXId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "BXD_EXID",
"codeName" : "BXD_EXId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "bookid",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, {
"dataType" : 25,
"name" : "bookid2",
"getPSAppDEField" : {
"name" : "BOOKID2",
"codeName" : "Bookid2"
}
}, {
"dataType" : 25,
"name" : "bookid3",
"getPSAppDEField" : {
"name" : "BOOKID3",
"codeName" : "Bookid3"
}
}, {
"dataType" : 25,
"name" : "bookid4",
"getPSAppDEField" : {
"name" : "BOOKID4",
"codeName" : "Bookid4"
}
}, {
"dataType" : 25,
"name" : "bookid5",
"getPSAppDEField" : {
"name" : "BOOKID5",
"codeName" : "Bookid5"
}
}, {
"dataType" : 25,
"name" : "bookid6",
"getPSAppDEField" : {
"name" : "BOOKID6",
"codeName" : "Bookid6"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "BXD_EXNAME",
"codeName" : "BXD_EXName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "bxdex标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BXD_EXID",
"codeName" : "BXD_EXId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
},
"sortMode" : "REMOTE",
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "a0905383b86cdd08e9355d066909d4ad",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.BXD_EX.DEFAULT.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.BXD_EX.DEFAULT.FORMPAGE.FORMPAGE1]",
"refFlag" : true
},
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "1d356bc37eb1561c74f65748653b6232",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
"name" : "searchbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 0,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : false,
"mobileSearchBar" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "bxdex",
"lanResTag" : "DE.LNAME.BXD_EX",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[BXD_EX]",
"refFlag" : true
},
"caption" : "bxdex",
"codeName" : "Usr2PickupGridViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Usr2PickupGridView",
"getPSDEViewId" : "6BDCE1CD-BFE1-4DB6-BB8B-663ABBB313BB",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEPICKUPGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Bxdex.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "bxdex选择表格视图",
"viewStyle" : "DEFAULT",
"viewType" : "DEPICKUPGRIDVIEW",
"xDataControlName" : "grid",
"enableDP" : true,
"enableExport" : true,
"enableFilter" : true,
"enableImport" : true,
"enableRowEdit" : false,
"enableSearch" : true,
"expandSearchForm" : true,
"pickupMode" : true,
"rowEditDefault" : false,
"modelid" : "26d42e1b062d170518fb2aad0f50c79a",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
...@@ -3160,6 +3160,12 @@ ...@@ -3160,6 +3160,12 @@
"viewType" : "DEREDIRECTVIEW", "viewType" : "DEREDIRECTVIEW",
"resource" : "WorkFlow", "resource" : "WorkFlow",
"view" : "RedirectView" "view" : "RedirectView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bxdexUsr2PickupGridView.json",
"viewType" : "DEPICKUPGRIDVIEW",
"resource" : "Bxdex",
"view" : "Usr2PickupGridView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/PayUsr0526294161TabExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/PayUsr0526294161TabExpView.json",
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<profiles> <profiles>
<profile> <profile>
<id>trainsys</id> <id>runtime</id>
<build> <build>
<resources> <resources>
<resource> <resource>
......
...@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \ ...@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \ sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar
EXPOSE 50000 EXPOSE 8081
ADD trainsys-provider.jar /trainsys-provider.jar ADD trainsys-provider.jar /trainsys-provider.jar
...@@ -22,32 +22,7 @@ spec: ...@@ -22,32 +22,7 @@ spec:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 50000 - containerPort: 8081
env:
- name: SPRING_CLOUD_NACOS_DISCOVERY_IP
value: "172.16.240.140"
- name: SERVER_PORT
value: "50000"
- name: SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR
value: "172.16.240.140:8848"
- name: SPRING_REDIS_HOST
value: "127.0.0.1"
- name: SPRING_REDIS_PORT
value: "6379"
- name: SPRING_REDIS_DATABASE
value: "0"
- name: SPRING_DATASOURCE_USERNAME
value: "a_LAB01_d23cc850e"
- name: SPRING_DATASOURCE_PASSWORD
value: "f9Df4556"
- name: SPRING_DATASOURCE_URL
value: "jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8"
- name: SPRING_DATASOURCE_DRIVER-CLASS-NAME
value: "com.mysql.jdbc.Driver"
- name: SPRING_DATASOURCE_DEFAULTSCHEMA
value: "a_LAB01_d23cc850e"
- name: NACOS
value: "172.16.240.140:8848"
--- ---
apiVersion: v1 apiVersion: v1
...@@ -60,9 +35,9 @@ spec: ...@@ -60,9 +35,9 @@ spec:
type: NodePort type: NodePort
ports: ports:
- name: http - name: http
port: 50000 port: 8081
targetPort: 50000 targetPort: 8081
nodePort: 50000 nodePort: 8081
protocol: TCP protocol: TCP
selector: selector:
app: trainsys-provider app: trainsys-provider
......
...@@ -3,23 +3,9 @@ services: ...@@ -3,23 +3,9 @@ services:
trainsys-provider: trainsys-provider:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
ports: ports:
- "50000:50000" - "8081:8081"
networks: networks:
- agent_network - agent_network
environment:
- SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.140
- SERVER_PORT=50000
- SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.140:8848
- SPRING_CLOUD_NACOS_CONFIG_SERVER-ADDR=172.16.240.140:8848
- SPRING_REDIS_HOST=127.0.0.1
- SPRING_REDIS_PORT=6379
- SPRING_REDIS_DATABASE=0
- SPRING_DATASOURCE_USERNAME=a_LAB01_d23cc850e
- SPRING_DATASOURCE_PASSWORD=f9Df4556
- SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8
- SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
- SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_d23cc850e
- NACOS=172.16.240.140:8848
deploy: deploy:
resources: resources:
limits: limits:
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册