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

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

上级 83edfcc9
...@@ -1245,6 +1245,22 @@ ...@@ -1245,6 +1245,22 @@
"type" : "SIMPLE", "type" : "SIMPLE",
"allowEmpty" : false, "allowEmpty" : false,
"readOnly" : true "readOnly" : true
}, {
"name" : "BXDMX",
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BXD_BXDID.json"
},
"getRefPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
},
"sourceType" : "DER",
"type" : "DTOS"
} ], } ],
"sourceType" : "DE", "sourceType" : "DE",
"type" : "DEFAULT", "type" : "DEFAULT",
...@@ -1691,7 +1707,8 @@ ...@@ -1691,7 +1707,8 @@
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
}, },
"masterOrder" : 100, "masterOrder" : 100,
"masterRS" : 7, "masterRS" : 15,
"minorCodeName" : "BXDMX",
"getMinorPSDataEntity" : { "getMinorPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
...@@ -1713,7 +1730,8 @@ ...@@ -1713,7 +1730,8 @@
"pickupDEFName" : "BXDID", "pickupDEFName" : "BXDID",
"removeActionType" : -1, "removeActionType" : -1,
"removeOrder" : 0, "removeOrder" : 0,
"enableFKey" : true "enableFKey" : true,
"nestedRS" : true
} ], } ],
"name" : "BXD", "name" : "BXD",
"getOrgIdPSDEField" : { "getOrgIdPSDEField" : {
......
...@@ -2447,7 +2447,8 @@ ...@@ -2447,7 +2447,8 @@
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
}, },
"masterOrder" : 100, "masterOrder" : 100,
"masterRS" : 7, "masterRS" : 15,
"minorCodeName" : "BXDMX",
"getMinorPSDataEntity" : { "getMinorPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
...@@ -2469,7 +2470,8 @@ ...@@ -2469,7 +2470,8 @@
"pickupDEFName" : "BXDID", "pickupDEFName" : "BXDID",
"removeActionType" : -1, "removeActionType" : -1,
"removeOrder" : 0, "removeOrder" : 0,
"enableFKey" : true "enableFKey" : true,
"nestedRS" : true
} ], } ],
"name" : "BXDMX", "name" : "BXDMX",
"getOrgIdPSDEField" : { "getOrgIdPSDEField" : {
......
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
}, },
"masterOrder" : 100, "masterOrder" : 100,
"masterRS" : 7, "masterRS" : 15,
"minorCodeName" : "BXDMX",
"getMinorPSDataEntity" : { "getMinorPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
...@@ -30,5 +31,6 @@ ...@@ -30,5 +31,6 @@
"pickupDEFName" : "BXDID", "pickupDEFName" : "BXDID",
"removeActionType" : -1, "removeActionType" : -1,
"removeOrder" : 0, "removeOrder" : 0,
"enableFKey" : true "enableFKey" : true,
"nestedRS" : true
} }
\ No newline at end of file
...@@ -1161,6 +1161,11 @@ ...@@ -1161,6 +1161,11 @@
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE", "type" : "SIMPLE",
"allowEmpty" : false "allowEmpty" : false
}, {
"codeName" : "BXDMX",
"name" : "BXDMX",
"sourceType" : "DEMETHODDTOFIELD",
"type" : "DTOS"
} ], } ],
"type" : "DEMETHODDTO" "type" : "DEMETHODDTO"
}, { }, {
......
{
"getAllPSAppDEACModes" : [ {
"codeName" : "Default",
"logicName" : "DEFAULT",
"name" : "DEFAULT",
"getPSDEACModeDataItems" : [ {
"dataType" : 25,
"name" : "value",
"getPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
}
}, {
"dataType" : 25,
"name" : "text",
"getPSAppDEField" : {
"name" : "BXDMXNAME",
"codeName" : "BXDMXName"
}
} ],
"pagingSize" : 50,
"getTextPSAppDEField" : {
"name" : "BXDMXNAME",
"codeName" : "BXDMXName"
},
"getValuePSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"defaultMode" : true,
"enablePagingBar" : false
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"codeName" : "CheckKeyInput",
"name" : "CheckKeyInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CheckKeyResult",
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/CheckKey.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"builtinMethod" : true
}, {
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"codeName" : "CreateInput",
"name" : "CreateInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"codeName" : "CreateResult",
"name" : "CreateResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/Create.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"builtinMethod" : true
}, {
"actionMode" : "READ",
"actionType" : "BUILTIN",
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"codeName" : "GetInput",
"getKeyPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"codeName" : "GetResult",
"name" : "GetResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/Get.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"builtinMethod" : true
}, {
"actionMode" : "GETDRAFT",
"actionType" : "BUILTIN",
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"codeName" : "GetDraftInput",
"name" : "GetDraftInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "GetDraftResult",
"name" : "GetDraftResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/GetDraft.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"builtinMethod" : true
}, {
"actionMode" : "DELETE",
"actionType" : "BUILTIN",
"batchActionMode" : 1,
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"codeName" : "RemoveInput",
"getKeyPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"codeName" : "RemoveResult",
"name" : "RemoveResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/Remove.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "DELETE"
},
"builtinMethod" : true,
"enableBatchAction" : true
}, {
"actionMode" : "UNKNOWN",
"actionType" : "BUILTIN",
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"codeName" : "SaveInput",
"name" : "SaveInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "SaveResult",
"name" : "SaveResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/Save.json"
},
"builtinMethod" : true
}, {
"actionMode" : "UPDATE",
"actionType" : "BUILTIN",
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"codeName" : "UpdateInput",
"name" : "UpdateInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"codeName" : "UpdateResult",
"name" : "UpdateResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/Update.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "UPDATE"
},
"builtinMethod" : true
} ],
"getAllPSAppDEDataSets" : [ {
"codeName" : "FetchBXDChild",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "BXDChildInput",
"name" : "BXDChildInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "BXDChildResult",
"name" : "BXDChildResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"builtinMethod" : false
}, {
"codeName" : "FetchDefault",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "DEFAULT",
"getPSAppDEMethodInput" : {
"codeName" : "DefaultInput",
"name" : "DefaultInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "DefaultResult",
"name" : "DefaultResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Default"
},
"builtinMethod" : false
}, {
"codeName" : "FetchUp",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "Up",
"getPSAppDEMethodInput" : {
"codeName" : "UpInput",
"name" : "UpInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "UpResult",
"name" : "UpResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDQGroupConditions" : [ {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "连接条件",
"getPSDEDQConditions" : [ {
"condOp" : "LIKE",
"condType" : "SINGLE",
"condValue" : "x",
"fieldName" : "BXDNAME",
"name" : "BXDNAME 文本包含(%) (x)"
} ]
}, {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "连接条件",
"getPSDEDQConditions" : [ {
"condOp" : "LIKE",
"condType" : "SINGLE",
"condValue" : "y",
"fieldName" : "BXDNAME",
"name" : "BXDNAME 文本包含(%) (y)"
} ]
} ],
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Up"
},
"builtinMethod" : false
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[SN][编号]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[SN][编号]移动端默认",
"getRefPSDEACMode" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACMODES/Default.json"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[SN][编号]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[SN][编号]",
"getRefPSDEACMode" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACMODES/Default.json"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "SN",
"logicName" : "编号",
"name" : "SN",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BXDMXID][报销单明细标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[BXDMXID][报销单明细标识]",
"stringLength" : 100,
"uIMode" : "DEFAULT",
"allowEmpty" : false
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[BXDMXID][报销单明细标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[BXDMXID][报销单明细标识]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "BXDMXId",
"logicName" : "报销单明细标识",
"name" : "BXDMXID",
"stdDataType" : 25,
"stringLength" : 100,
"keyField" : true
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BXDMXNAME][报销单明细名称]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[BXDMXNAME][报销单明细名称]",
"stringLength" : 200,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[BXDMXNAME][报销单明细名称]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[BXDMXNAME][报销单明细名称]移动端默认",
"stringLength" : 200,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "BXDMXName",
"logicName" : "报销单明细名称",
"name" : "BXDMXNAME",
"stdDataType" : 25,
"stringLength" : 200,
"enableQuickSearch" : true,
"majorField" : true
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[CREATEMAN][建立人]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[CREATEMAN][建立人]",
"stringLength" : 60,
"uIMode" : "DEFAULT",
"allowEmpty" : false
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[CREATEMAN][建立人]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[CREATEMAN][建立人]移动端默认",
"stringLength" : 60,
"uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CREATEMAN",
"stdDataType" : 25,
"stringLength" : 60
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[UPDATEDATE][更新时间]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[UPDATEDATE][更新时间]",
"uIMode" : "DEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[UPDATEDATE][更新时间]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[UPDATEDATE][更新时间]移动端默认",
"uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false,
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UPDATEDATE",
"stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD HH:mm:ss"
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[CREATEDATE][建立时间]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[CREATEDATE][建立时间]",
"uIMode" : "DEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[CREATEDATE][建立时间]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[CREATEDATE][建立时间]移动端默认",
"uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false,
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "CreateDate",
"logicName" : "建立时间",
"name" : "CREATEDATE",
"stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD HH:mm:ss"
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[UPDATEMAN][更新人]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[UPDATEMAN][更新人]移动端默认",
"stringLength" : 60,
"uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[UPDATEMAN][更新人]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[UPDATEMAN][更新人]",
"stringLength" : 60,
"uIMode" : "DEFAULT",
"allowEmpty" : false
},
"type" : "DEFAULT"
} ],
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UPDATEMAN",
"stdDataType" : 25,
"stringLength" : 60
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[DEPTID][组织部门标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[DEPTID][组织部门标识]",
"stringLength" : 60,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[DEPTID][组织部门标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[DEPTID][组织部门标识]移动端默认",
"stringLength" : 60,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DEPTID",
"stdDataType" : 25,
"stringLength" : 60
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[ORGID][组织机构标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[ORGID][组织机构标识]",
"stringLength" : 60,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[ORGID][组织机构标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[ORGID][组织机构标识]移动端默认",
"stringLength" : 60,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "ORGID",
"stdDataType" : 25,
"stringLength" : 60
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BXDID][报销单标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "HIDDEN",
"name" : "[BXDID][报销单标识]",
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[BXDID][报销单标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "HIDDEN",
"name" : "[BXDID][报销单标识]移动端默认",
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "BXDId",
"logicName" : "报销单标识",
"name" : "BXDID",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BXDNAME][报销单名称]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "PICKER",
"name" : "[BXDNAME][报销单名称]",
"refLinkPSDEViewCodeName" : "RedirectView",
"refMPickupPSDEViewCodeName" : "MPickupView",
"getRefPSDEACMode" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACMODES/Default.json"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"refPickupPSDEViewCodeName" : "PickupView",
"stringLength" : 200,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[BXDNAME][报销单名称]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBPICKER",
"name" : "[BXDNAME][报销单名称]移动端默认",
"refLinkPSDEViewCodeName" : "RedirectView",
"refMPickupPSDEViewCodeName" : "MPickupView",
"getRefPSDEACMode" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEACMODES/Default.json"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
},
"refPickupPSDEViewCodeName" : "PickupView",
"stringLength" : 200,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "BXDName",
"logicName" : "报销单名称",
"name" : "BXDNAME",
"stdDataType" : 25,
"stringLength" : 200
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BOOKID][书标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "HIDDEN",
"name" : "[BOOKID][书标识]",
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[BOOKID][书标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "HIDDEN",
"name" : "[BOOKID][书标识]移动端默认",
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "BookId",
"logicName" : "书标识",
"name" : "BOOKID",
"stdDataType" : 25,
"stringLength" : 100
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "BXDMXDTO",
"name" : "BXDMXDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "SN",
"logicName" : "编号",
"name" : "SN",
"getPSAppDEField" : {
"name" : "SN",
"codeName" : "SN"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BXDId",
"logicName" : "报销单标识",
"name" : "BXDId",
"getPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BXDMXId",
"logicName" : "报销单明细标识",
"name" : "BXDMXId",
"getPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "BXDMXName",
"logicName" : "报销单明细名称",
"name" : "BXDMXName",
"getPSAppDEField" : {
"name" : "BXDMXNAME",
"codeName" : "BXDMXName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BXDName",
"logicName" : "报销单名称",
"name" : "BXDName",
"getPSAppDEField" : {
"name" : "BXDNAME",
"codeName" : "BXDName"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BookId",
"logicName" : "书标识",
"name" : "BookId",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "建立时间",
"name" : "CreateDate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "CreateMan",
"logicName" : "建立人",
"name" : "CreateMan",
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DeptId",
"getPSAppDEField" : {
"name" : "DEPTID",
"codeName" : "DeptId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
"name" : "OrgId",
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "UpdateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "更新时间",
"name" : "UpdateDate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE",
"allowEmpty" : false
}, {
"codeName" : "UpdateMan",
"logicName" : "更新人",
"name" : "UpdateMan",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE",
"allowEmpty" : false
} ],
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"codeName" : "BXDMXFilterDTO",
"name" : "BXDMXFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_BOOKID_EQ",
"logicName" : "书标识",
"name" : "N_BOOKID_EQ",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDID_EQ",
"logicName" : "报销单标识",
"name" : "N_BXDID_EQ",
"getPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDMXID_EQ",
"logicName" : "报销单明细标识",
"name" : "N_BXDMXID_EQ",
"getPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDMXNAME_LIKE",
"logicName" : "报销单明细名称",
"name" : "N_BXDMXNAME_LIKE",
"getPSAppDEField" : {
"name" : "BXDMXNAME",
"codeName" : "BXDMXName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDNAME_EQ",
"logicName" : "报销单名称",
"name" : "N_BXDNAME_EQ",
"getPSAppDEField" : {
"name" : "BXDNAME",
"codeName" : "BXDName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDNAME_LIKE",
"logicName" : "报销单名称",
"name" : "N_BXDNAME_LIKE",
"getPSAppDEField" : {
"name" : "BXDNAME",
"codeName" : "BXDName"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
"name" : "CheckKey",
"getPSAppDEMethodInput" : {
"codeName" : "CheckKeyInput",
"name" : "CheckKeyInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CheckKeyResult",
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/CheckKey.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"builtinMethod" : true
}, {
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"codeName" : "Create",
"methodType" : "DEACTION",
"name" : "Create",
"getPSAppDEMethodInput" : {
"codeName" : "CreateInput",
"name" : "CreateInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"codeName" : "CreateResult",
"name" : "CreateResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/Create.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"builtinMethod" : true
}, {
"actionMode" : "READ",
"actionType" : "BUILTIN",
"codeName" : "Get",
"methodType" : "DEACTION",
"name" : "Get",
"getPSAppDEMethodInput" : {
"codeName" : "GetInput",
"getKeyPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSAppDEMethodReturn" : {
"codeName" : "GetResult",
"name" : "GetResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/Get.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"builtinMethod" : true
}, {
"actionMode" : "GETDRAFT",
"actionType" : "BUILTIN",
"codeName" : "GetDraft",
"methodType" : "DEACTION",
"name" : "GetDraft",
"getPSAppDEMethodInput" : {
"codeName" : "GetDraftInput",
"name" : "GetDraftInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "GetDraftResult",
"name" : "GetDraftResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/GetDraft.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"builtinMethod" : true
}, {
"actionMode" : "DELETE",
"actionType" : "BUILTIN",
"batchActionMode" : 1,
"codeName" : "Remove",
"methodType" : "DEACTION",
"name" : "Remove",
"getPSAppDEMethodInput" : {
"codeName" : "RemoveInput",
"getKeyPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSAppDEMethodReturn" : {
"codeName" : "RemoveResult",
"name" : "RemoveResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/Remove.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "DELETE"
},
"builtinMethod" : true,
"enableBatchAction" : true
}, {
"actionMode" : "UNKNOWN",
"actionType" : "BUILTIN",
"codeName" : "Save",
"methodType" : "DEACTION",
"name" : "Save",
"getPSAppDEMethodInput" : {
"codeName" : "SaveInput",
"name" : "SaveInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "SaveResult",
"name" : "SaveResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/Save.json"
},
"builtinMethod" : true
}, {
"actionMode" : "UPDATE",
"actionType" : "BUILTIN",
"codeName" : "Update",
"methodType" : "DEACTION",
"name" : "Update",
"getPSAppDEMethodInput" : {
"codeName" : "UpdateInput",
"name" : "UpdateInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"codeName" : "UpdateResult",
"name" : "UpdateResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEACTIONS/Update.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "UPDATE"
},
"builtinMethod" : true
}, {
"codeName" : "FetchBXDChild",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "BXDChildInput",
"name" : "BXDChildInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "BXDChildResult",
"name" : "BXDChildResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"builtinMethod" : false
}, {
"codeName" : "FetchDefault",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "DEFAULT",
"getPSAppDEMethodInput" : {
"codeName" : "DefaultInput",
"name" : "DefaultInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "DefaultResult",
"name" : "DefaultResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Default"
},
"builtinMethod" : false
}, {
"codeName" : "FetchUp",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "Up",
"getPSAppDEMethodInput" : {
"codeName" : "UpInput",
"name" : "UpInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "UpResult",
"name" : "UpResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDQGroupConditions" : [ {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "连接条件",
"getPSDEDQConditions" : [ {
"condOp" : "LIKE",
"condType" : "SINGLE",
"condValue" : "x",
"fieldName" : "BXDNAME",
"name" : "BXDNAME 文本包含(%) (x)"
} ]
}, {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "连接条件",
"getPSDEDQConditions" : [ {
"condOp" : "LIKE",
"condType" : "SINGLE",
"condValue" : "y",
"fieldName" : "BXDNAME",
"name" : "BXDNAME 文本包含(%) (y)"
} ]
} ],
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Up"
},
"builtinMethod" : false
}, {
"codeName" : "FetchTempBXDChild",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCHTEMP",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "BXDChildInput",
"name" : "BXDChildInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "BXDChildResult",
"name" : "BXDChildResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"tempDataMode" : 2,
"builtinMethod" : false
}, {
"codeName" : "FetchTempDefault",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCHTEMP",
"name" : "DEFAULT",
"getPSAppDEMethodInput" : {
"codeName" : "DefaultInput",
"name" : "DefaultInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "DefaultResult",
"name" : "DefaultResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Default"
},
"tempDataMode" : 2,
"builtinMethod" : false
}, {
"codeName" : "FetchTempUp",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCHTEMP",
"name" : "Up",
"getPSAppDEMethodInput" : {
"codeName" : "UpInput",
"name" : "UpInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "UpResult",
"name" : "UpResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDQGroupConditions" : [ {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "连接条件",
"getPSDEDQConditions" : [ {
"condOp" : "LIKE",
"condType" : "SINGLE",
"condValue" : "x",
"fieldName" : "BXDNAME",
"name" : "BXDNAME 文本包含(%) (x)"
} ]
}, {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "连接条件",
"getPSDEDQConditions" : [ {
"condOp" : "LIKE",
"condType" : "SINGLE",
"condValue" : "y",
"fieldName" : "BXDNAME",
"name" : "BXDNAME 文本包含(%) (y)"
} ]
} ],
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Up"
},
"tempDataMode" : 2,
"builtinMethod" : false
}, {
"codeName" : "FilterCreate",
"methodType" : "FILTERACTION",
"name" : "FILTERCREATE",
"builtinMethod" : true
}, {
"codeName" : "FilterFetch",
"methodType" : "FILTERACTION",
"name" : "FILTERFETCH",
"builtinMethod" : true
}, {
"codeName" : "FilterGet",
"methodType" : "FILTERACTION",
"name" : "FILTERGET",
"builtinMethod" : true
}, {
"codeName" : "FilterGetDraft",
"methodType" : "FILTERACTION",
"name" : "FILTERGETDRAFT",
"builtinMethod" : true
}, {
"codeName" : "FilterRemove",
"methodType" : "FILTERACTION",
"name" : "FILTERREMOVE",
"builtinMethod" : true
}, {
"codeName" : "FilterSearch",
"methodType" : "FILTERACTION",
"name" : "FILTERSEARCH",
"builtinMethod" : true
}, {
"codeName" : "FilterUpdate",
"methodType" : "FILTERACTION",
"name" : "FILTERUPDATE",
"builtinMethod" : true
} ],
"getAllPSDEOPPrivs" : [ {
"logicName" : "建立",
"name" : "CREATE"
}, {
"logicName" : "删除",
"name" : "DELETE"
}, {
"logicName" : "读取",
"name" : "READ"
}, {
"logicName" : "更新",
"name" : "UPDATE"
} ],
"codeName" : "BXDMX",
"dEAPICodeName" : "BXDMX",
"dEAPITag" : "BXDMX",
"dataAccCtrlArch" : 1,
"dataAccCtrlMode" : 2,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BXDMX.json",
"enableUIActions" : 15,
"getKeyPSAppDEField" : {
"name" : "BXDMXID",
"codeName" : "BXDMXId"
},
"logicName" : "报销单明细",
"getMajorPSAppDEField" : {
"name" : "BXDMXNAME",
"codeName" : "BXDMXName"
},
"getMinorPSAppDERSs" : [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "Book",
"majorDEName" : "BOOK",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BOOK_BOOKID",
"getParentPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"rSMode" : 2
} ],
"name" : "BXDMX",
"getOrgIdPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"getPSDEName" : "BXDMX",
"getPSDEServiceAPI" : {
"modelref" : true,
"id" : "BXDMX"
},
"getPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
},
"getPSSysServiceAPI" : {
"modelref" : true,
"path" : "PSSYSSERVICEAPIS/TrainSys.json"
},
"getQuickSearchPSAppDEFields" : [ {
"name" : "BXDMXNAME",
"codeName" : "BXDMXName"
} ],
"storageMode" : 0,
"sysAPITag" : "TrainSys",
"defaultMode" : true,
"enableFilterActions" : true,
"enableTempData" : true,
"enableUICreate" : true,
"enableUIModify" : true,
"enableUIRemove" : true,
"enableWFActions" : false,
"major" : false
}
\ No newline at end of file
...@@ -108,6 +108,29 @@ ...@@ -108,6 +108,29 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCOUNTERS/WFExpBar.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPCOUNTERS/WFExpBar.json"
} ], } ],
"getAllPSAppDERSs" : [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "Book",
"majorDEName" : "BOOK",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BOOK_BOOKID",
"getParentPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"rSMode" : 2
} ],
"getAllPSAppDEUIActions" : [ { "getAllPSAppDEUIActions" : [ {
"caption" : "添加全部", "caption" : "添加全部",
"codeName" : "AddAll", "codeName" : "AddAll",
...@@ -1038,6 +1061,11 @@ ...@@ -1038,6 +1061,11 @@
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json",
"name" : "CONTROLTEST", "name" : "CONTROLTEST",
"codeName" : "ControlTest" "codeName" : "ControlTest"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BXDMX.json",
"name" : "BXDMX",
"codeName" : "BXDMX"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BOOKCHILD4.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BOOKCHILD4.json",
......
...@@ -773,6 +773,19 @@ ...@@ -773,6 +773,19 @@
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE", "type" : "SIMPLE",
"allowEmpty" : false "allowEmpty" : false
}, {
"codeName" : "BXDMX",
"name" : "BXDMX",
"getRefPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"getRefPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"sourceType" : "DER",
"type" : "DTOS"
} ], } ],
"sourceType" : "DE", "sourceType" : "DE",
"type" : "DEFAULT" "type" : "DEFAULT"
......
...@@ -1202,7 +1202,7 @@ ...@@ -1202,7 +1202,7 @@
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ { "getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMX",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "BXD", "majorDECodeName" : "BXD",
"majorDEName" : "BXD", "majorDEName" : "BXD",
......
...@@ -1518,13 +1518,13 @@ ...@@ -1518,13 +1518,13 @@
}, },
"getMinorPSAppDERSs" : [ { "getMinorPSAppDERSs" : [ {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMX",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "Book", "majorDECodeName" : "BXD",
"majorDEName" : "BOOK", "majorDEName" : "BXD",
"getMajorPSAppDataEntity" : { "getMajorPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
}, },
"minorDECodeName" : "BXDMX", "minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX", "minorDEName" : "BXDMX",
...@@ -1532,21 +1532,21 @@ ...@@ -1532,21 +1532,21 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
}, },
"name" : "DER1N_BXDMX_BOOK_BOOKID", "name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : { "getParentPSAppDEField" : {
"name" : "BOOKID", "name" : "BXDID",
"codeName" : "BookId" "codeName" : "BXDId"
}, },
"rSMode" : 2 "rSMode" : 2
}, { }, {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMXes",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "BXD", "majorDECodeName" : "Book",
"majorDEName" : "BXD", "majorDEName" : "BOOK",
"getMajorPSAppDataEntity" : { "getMajorPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"minorDECodeName" : "BXDMX", "minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX", "minorDEName" : "BXDMX",
...@@ -1554,10 +1554,10 @@ ...@@ -1554,10 +1554,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
}, },
"name" : "DER1N_BXDMX_BXD_BXDID", "name" : "DER1N_BXDMX_BOOK_BOOKID",
"getParentPSAppDEField" : { "getParentPSAppDEField" : {
"name" : "BXDID", "name" : "BOOKID",
"codeName" : "BXDId" "codeName" : "BookId"
}, },
"rSMode" : 2 "rSMode" : 2
} ], } ],
......
...@@ -1898,7 +1898,7 @@ ...@@ -1898,7 +1898,7 @@
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ { "getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMX",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "BXD", "majorDECodeName" : "BXD",
"majorDEName" : "BXD", "majorDEName" : "BXD",
......
...@@ -1110,7 +1110,7 @@ ...@@ -1110,7 +1110,7 @@
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ { "getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMX",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "BXD", "majorDECodeName" : "BXD",
"majorDEName" : "BXD", "majorDEName" : "BXD",
......
...@@ -1156,7 +1156,7 @@ ...@@ -1156,7 +1156,7 @@
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ { "getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMX",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "BXD", "majorDECodeName" : "BXD",
"majorDEName" : "BXD", "majorDEName" : "BXD",
......
...@@ -1004,7 +1004,7 @@ ...@@ -1004,7 +1004,7 @@
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ { "getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMX",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "BXD", "majorDECodeName" : "BXD",
"majorDEName" : "BXD", "majorDEName" : "BXD",
......
...@@ -466,13 +466,13 @@ ...@@ -466,13 +466,13 @@
} ], } ],
"getAllPSAppDERSs" : [ { "getAllPSAppDERSs" : [ {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMX",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "Book", "majorDECodeName" : "BXD",
"majorDEName" : "BOOK", "majorDEName" : "BXD",
"getMajorPSAppDataEntity" : { "getMajorPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
}, },
"minorDECodeName" : "BXDMX", "minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX", "minorDEName" : "BXDMX",
...@@ -480,21 +480,21 @@ ...@@ -480,21 +480,21 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
}, },
"name" : "DER1N_BXDMX_BOOK_BOOKID", "name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : { "getParentPSAppDEField" : {
"name" : "BOOKID", "name" : "BXDID",
"codeName" : "BookId" "codeName" : "BXDId"
}, },
"rSMode" : 2 "rSMode" : 2
}, { }, {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMXes",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "BXD", "majorDECodeName" : "Book",
"majorDEName" : "BXD", "majorDEName" : "BOOK",
"getMajorPSAppDataEntity" : { "getMajorPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"minorDECodeName" : "BXDMX", "minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX", "minorDEName" : "BXDMX",
...@@ -502,10 +502,10 @@ ...@@ -502,10 +502,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
}, },
"name" : "DER1N_BXDMX_BXD_BXDID", "name" : "DER1N_BXDMX_BOOK_BOOKID",
"getParentPSAppDEField" : { "getParentPSAppDEField" : {
"name" : "BXDID", "name" : "BOOKID",
"codeName" : "BXDId" "codeName" : "BookId"
}, },
"rSMode" : 2 "rSMode" : 2
} ], } ],
...@@ -14348,7 +14348,7 @@ ...@@ -14348,7 +14348,7 @@
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ { "getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMX",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "BXD", "majorDECodeName" : "BXD",
"majorDEName" : "BXD", "majorDEName" : "BXD",
...@@ -22231,6 +22231,19 @@ ...@@ -22231,6 +22231,19 @@
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE", "type" : "SIMPLE",
"allowEmpty" : false "allowEmpty" : false
}, {
"codeName" : "BXDMX",
"name" : "BXDMX",
"getRefPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"getRefPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"sourceType" : "DER",
"type" : "DTOS"
} ], } ],
"sourceType" : "DE", "sourceType" : "DE",
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -24350,13 +24363,13 @@ ...@@ -24350,13 +24363,13 @@
}, },
"getMinorPSAppDERSs" : [ { "getMinorPSAppDERSs" : [ {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMX",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "Book", "majorDECodeName" : "BXD",
"majorDEName" : "BOOK", "majorDEName" : "BXD",
"getMajorPSAppDataEntity" : { "getMajorPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
}, },
"minorDECodeName" : "BXDMX", "minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX", "minorDEName" : "BXDMX",
...@@ -24364,21 +24377,21 @@ ...@@ -24364,21 +24377,21 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
}, },
"name" : "DER1N_BXDMX_BOOK_BOOKID", "name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : { "getParentPSAppDEField" : {
"name" : "BOOKID", "name" : "BXDID",
"codeName" : "BookId" "codeName" : "BXDId"
}, },
"rSMode" : 2 "rSMode" : 2
}, { }, {
"actionRSMode" : 1, "actionRSMode" : 1,
"codeName" : "BXDMXes", "codeName" : "BXDMXes",
"dataRSMode" : 0, "dataRSMode" : 0,
"majorDECodeName" : "BXD", "majorDECodeName" : "Book",
"majorDEName" : "BXD", "majorDEName" : "BOOK",
"getMajorPSAppDataEntity" : { "getMajorPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"minorDECodeName" : "BXDMX", "minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX", "minorDEName" : "BXDMX",
...@@ -24386,10 +24399,10 @@ ...@@ -24386,10 +24399,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
}, },
"name" : "DER1N_BXDMX_BXD_BXDID", "name" : "DER1N_BXDMX_BOOK_BOOKID",
"getParentPSAppDEField" : { "getParentPSAppDEField" : {
"name" : "BXDID", "name" : "BOOKID",
"codeName" : "BXDId" "codeName" : "BookId"
}, },
"rSMode" : 2 "rSMode" : 2
} ], } ],
...@@ -8,49 +8,49 @@ ...@@ -8,49 +8,49 @@
"httpPort" : 0, "httpPort" : 0,
"name" : "默认服务接口", "name" : "默认服务接口",
"getPSDEServiceAPIRSs" : [ { "getPSDEServiceAPIRSs" : [ {
"codeName" : "BXDMXes", "codeName" : "BXDMX",
"getMajorPSDEServiceAPI" : { "getMajorPSDEServiceAPI" : {
"modelref" : true, "modelref" : true,
"id" : "Book" "id" : "BXD"
}, },
"getMinorPSDEServiceAPI" : { "getMinorPSDEServiceAPI" : {
"modelref" : true, "modelref" : true,
"id" : "BXDMX" "id" : "BXDMX"
}, },
"name" : "DER1N_BXDMX_BOOK_BOOKID", "name" : "DER1N_BXDMX_BXD_BXDID",
"getPSDER" : { "getPSDER" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BOOK_BOOKID.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BXD_BXDID.json"
}, },
"getParentIdPSDEField" : { "getParentIdPSDEField" : {
"name" : "BOOKID", "name" : "BXDID",
"codeName" : "BookId" "codeName" : "BXDId"
}, },
"enableDataExport" : true, "enableDataExport" : true,
"enableDataImport" : true, "enableDataImport" : true,
"id" : "DER1N_BXDMX_BOOK_BOOKID" "id" : "DER1N_BXDMX_BXD_BXDID"
}, { }, {
"codeName" : "BXDMXes", "codeName" : "BXDMXes",
"getMajorPSDEServiceAPI" : { "getMajorPSDEServiceAPI" : {
"modelref" : true, "modelref" : true,
"id" : "BXD" "id" : "Book"
}, },
"getMinorPSDEServiceAPI" : { "getMinorPSDEServiceAPI" : {
"modelref" : true, "modelref" : true,
"id" : "BXDMX" "id" : "BXDMX"
}, },
"name" : "DER1N_BXDMX_BXD_BXDID", "name" : "DER1N_BXDMX_BOOK_BOOKID",
"getPSDER" : { "getPSDER" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BXD_BXDID.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BOOK_BOOKID.json"
}, },
"getParentIdPSDEField" : { "getParentIdPSDEField" : {
"name" : "BXDID", "name" : "BOOKID",
"codeName" : "BXDId" "codeName" : "BookId"
}, },
"enableDataExport" : true, "enableDataExport" : true,
"enableDataImport" : true, "enableDataImport" : true,
"id" : "DER1N_BXDMX_BXD_BXDID" "id" : "DER1N_BXDMX_BOOK_BOOKID"
} ], } ],
"getPSDEServiceAPIs" : [ { "getPSDEServiceAPIs" : [ {
"aPIMode" : 1, "aPIMode" : 1,
...@@ -11784,10 +11784,10 @@ ...@@ -11784,10 +11784,10 @@
"logicName" : "报销单明细", "logicName" : "报销单明细",
"getMinorPSDEServiceAPIRSs" : [ { "getMinorPSDEServiceAPIRSs" : [ {
"modelref" : true, "modelref" : true,
"id" : "DER1N_BXDMX_BOOK_BOOKID" "id" : "DER1N_BXDMX_BXD_BXDID"
}, { }, {
"modelref" : true, "modelref" : true,
"id" : "DER1N_BXDMX_BXD_BXDID" "id" : "DER1N_BXDMX_BOOK_BOOKID"
} ], } ],
"name" : "BXDMX", "name" : "BXDMX",
"getPSDEServiceAPIFields" : [ { "getPSDEServiceAPIFields" : [ {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册