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

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

上级 27a3b226
{ {
"getAllPSAppCodeLists" : [ { "getAllPSAppCodeLists" : [ {
"codeListTag" : "common__CodeList",
"codeListType" : "DYNAMIC",
"codeName" : "CodeList",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/CodeList.json",
"emptyText" : "未定义",
"name" : "原材料(动态)",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/RawMaterial.json"
},
"enableCache" : true
}, {
"codeListTag" : "ModelRepository__CodeList44",
"codeListType" : "STATIC",
"codeName" : "CodeList44",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/CodeList44.json",
"emptyText" : "未定义",
"name" : "图书类型",
"getPSCodeItems" : [ {
"codeName" : "Xx",
"data" : "{\na: 11\n}",
"text" : "仙侠",
"value" : "xx"
}, {
"codeName" : "Mz",
"text" : "名著",
"value" : "mz"
}, {
"codeName" : "Yq",
"text" : "言情",
"value" : "yq"
}, {
"codeName" : "Jc",
"text" : "教材",
"value" : "jc"
}, {
"codeName" : "Kp",
"text" : "科普",
"value" : "kp"
} ],
"enableCache" : true
}, {
"codeListTag" : "CodeList83", "codeListTag" : "CodeList83",
"codeListType" : "STATIC", "codeListType" : "STATIC",
"codeName" : "CodeList83", "codeName" : "CodeList83",
...@@ -104,27 +56,46 @@ ...@@ -104,27 +56,46 @@
} ], } ],
"enableCache" : true "enableCache" : true
}, { }, {
"codeListTag" : "common__PhoneType", "codeListTag" : "ModelRepository__CodeList44",
"codeListType" : "STATIC", "codeListType" : "STATIC",
"codeName" : "PhoneType", "codeName" : "ModelRepository__CodeList44",
"dynaInstMode" : 0, "dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/PhoneType.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/ModelRepository__CodeList44.json",
"emptyText" : "未定义", "emptyText" : "未定义",
"name" : "手机类型", "name" : "图书类型",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json"
},
"getPSCodeItems" : [ { "getPSCodeItems" : [ {
"codeName" : "Xiaomi", "codeName" : "Xx",
"text" : "小米", "data" : "{\na: 11\n}",
"value" : "XiaoMi" "text" : "仙侠",
"value" : "xx"
}, { }, {
"codeName" : "Iphone", "codeName" : "Mz",
"text" : "苹果", "text" : "名著",
"value" : "Iphone" "value" : "mz"
}, {
"codeName" : "Yq",
"text" : "言情",
"value" : "yq"
}, {
"codeName" : "Jc",
"text" : "教材",
"value" : "jc"
}, {
"codeName" : "Kp",
"text" : "科普",
"value" : "kp"
} ], } ],
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "Runtime1",
"codeListType" : "DYNAMIC",
"codeName" : "Runtime1",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Runtime1.json",
"emptyText" : "未定义",
"name" : "运行时代码表",
"predefinedType" : "RUNTIME",
"enableCache" : true
}, { }, {
"codeListTag" : "SysOperator", "codeListTag" : "SysOperator",
"codeListType" : "DYNAMIC", "codeListType" : "DYNAMIC",
...@@ -138,10 +109,10 @@ ...@@ -138,10 +109,10 @@
}, { }, {
"codeListTag" : "Test__TestAll", "codeListTag" : "Test__TestAll",
"codeListType" : "DYNAMIC", "codeListType" : "DYNAMIC",
"codeName" : "TestAll", "codeName" : "Test__TestAll",
"customCond" : "{N_TESTNAME_LIKE: \"1\", navParam: \"%srfpersonname%\", size: \"%size%\"}", "customCond" : "{N_TESTNAME_LIKE: \"1\", navParam: \"%srfpersonname%\", size: \"%size%\"}",
"dynaInstMode" : 0, "dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestAll.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestAll.json",
"emptyText" : "未定义", "emptyText" : "未定义",
"name" : "测试实体动态代码表", "name" : "测试实体动态代码表",
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
...@@ -156,9 +127,9 @@ ...@@ -156,9 +127,9 @@
}, { }, {
"codeListTag" : "Test__TestType", "codeListTag" : "Test__TestType",
"codeListType" : "STATIC", "codeListType" : "STATIC",
"codeName" : "TestType", "codeName" : "Test__TestType",
"dynaInstMode" : 0, "dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestType.json",
"emptyText" : "未定义", "emptyText" : "未定义",
"name" : "测试实体类型", "name" : "测试实体类型",
"getPSCodeItems" : [ { "getPSCodeItems" : [ {
...@@ -180,6 +151,54 @@ ...@@ -180,6 +151,54 @@
"disableSelect" : true "disableSelect" : true
} ], } ],
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "Test__WFStatus",
"codeListType" : "STATIC",
"codeName" : "Test__WFStatus",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__WFStatus.json",
"emptyText" : "未定义",
"name" : "工作流状态",
"getPSCodeItems" : [ {
"codeName" : "Item_10",
"text" : "草稿",
"value" : "10"
}, {
"codeName" : "Item_20",
"text" : "审批中",
"value" : "20"
}, {
"codeName" : "Item_30",
"text" : "已完成",
"value" : "30"
}, {
"codeName" : "Item_40",
"text" : "已取消",
"value" : "40"
} ],
"enableCache" : true
}, {
"codeListTag" : "Test__WorkFlowWfStep",
"codeListType" : "STATIC",
"codeName" : "Test__WorkFlowWfStep",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__WorkFlowWfStep.json",
"emptyText" : "未定义",
"name" : "WorkFlow流程步骤",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/WorkFlow.json"
},
"getPSCodeItems" : [ {
"codeName" : "Item_10",
"text" : "起草",
"value" : "10"
}, {
"codeName" : "Item_20",
"text" : "审批",
"value" : "20"
} ],
"enableCache" : true
}, { }, {
"codeListTag" : "TodoUrlType", "codeListTag" : "TodoUrlType",
"codeListType" : "STATIC", "codeListType" : "STATIC",
...@@ -198,12 +217,51 @@ ...@@ -198,12 +217,51 @@
"value" : "RouterUrl" "value" : "RouterUrl"
} ], } ],
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "common__CodeList",
"codeListType" : "DYNAMIC",
"codeName" : "common__CodeList",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/common__CodeList.json",
"emptyText" : "未定义",
"name" : "原材料(动态)",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/RawMaterial.json"
},
"enableCache" : true
}, {
"codeListTag" : "common__PhoneType",
"codeListType" : "STATIC",
"codeName" : "common__PhoneType",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/common__PhoneType.json",
"emptyText" : "未定义",
"name" : "手机类型",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json"
},
"getPSCodeItems" : [ {
"codeName" : "Xiaomi",
"text" : "小米",
"value" : "XiaoMi"
}, {
"codeName" : "Iphone",
"text" : "苹果",
"value" : "Iphone"
} ],
"enableCache" : true
}, { }, {
"codeListTag" : "common__UsrCodeList0129740128", "codeListTag" : "common__UsrCodeList0129740128",
"codeListType" : "STATIC", "codeListType" : "STATIC",
"codeName" : "UsrCodeList0129740128", "codeName" : "common__UsrCodeList0129740128",
"dynaInstMode" : 0, "dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/UsrCodeList0129740128.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/common__UsrCodeList0129740128.json",
"emptyText" : "未配置", "emptyText" : "未配置",
"name" : "人员", "name" : "人员",
"getPSCodeItems" : [ { "getPSCodeItems" : [ {
...@@ -240,54 +298,6 @@ ...@@ -240,54 +298,6 @@
"value" : "zhaoliu" "value" : "zhaoliu"
} ], } ],
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "Test__WFStatus",
"codeListType" : "STATIC",
"codeName" : "WFStatus",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/WFStatus.json",
"emptyText" : "未定义",
"name" : "工作流状态",
"getPSCodeItems" : [ {
"codeName" : "Item_10",
"text" : "草稿",
"value" : "10"
}, {
"codeName" : "Item_20",
"text" : "审批中",
"value" : "20"
}, {
"codeName" : "Item_30",
"text" : "已完成",
"value" : "30"
}, {
"codeName" : "Item_40",
"text" : "已取消",
"value" : "40"
} ],
"enableCache" : true
}, {
"codeListTag" : "Test__WorkFlowWfStep",
"codeListType" : "STATIC",
"codeName" : "WorkFlowWfStep",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/WorkFlowWfStep.json",
"emptyText" : "未定义",
"name" : "WorkFlow流程步骤",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/WorkFlow.json"
},
"getPSCodeItems" : [ {
"codeName" : "Item_10",
"text" : "起草",
"value" : "10"
}, {
"codeName" : "Item_20",
"text" : "审批",
"value" : "20"
} ],
"enableCache" : true
} ], } ],
"getAllPSAppCounters" : [ { "getAllPSAppCounters" : [ {
"modelref" : true, "modelref" : true,
...@@ -1657,6 +1667,13 @@ ...@@ -1657,6 +1667,13 @@
"refMode" : "DEMETHOD", "refMode" : "DEMETHOD",
"refTag" : "FETCH" "refTag" : "FETCH"
} ], } ],
"getAllPSAppUIThemes" : [ {
"name" : "主题演示",
"themeParams" : {
"theme-package-path" : "@ibiz-template-plugin/demo-theme@0.0.1"
},
"themeTag" : "demo"
} ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTUsr07063055MobListView.json", "path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTUsr07063055MobListView.json",
...@@ -3178,7 +3195,7 @@ ...@@ -3178,7 +3195,7 @@
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestType.json"
}, },
"placeHolder" : "请选择输入", "placeHolder" : "请选择输入",
"singleSelect" : true "singleSelect" : true
...@@ -4818,7 +4835,7 @@ ...@@ -4818,7 +4835,7 @@
"name" : "wfstep", "name" : "wfstep",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/WorkFlowWfStep.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__WorkFlowWfStep.json"
}, },
"singleSelect" : true "singleSelect" : true
}, },
...@@ -4850,7 +4867,7 @@ ...@@ -4850,7 +4867,7 @@
"name" : "wfstate", "name" : "wfstate",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/WFStatus.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__WFStatus.json"
}, },
"singleSelect" : true "singleSelect" : true
}, },
...@@ -6654,7 +6671,7 @@ ...@@ -6654,7 +6671,7 @@
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestType.json"
}, },
"placeHolder" : "请选择输入", "placeHolder" : "请选择输入",
"singleSelect" : true "singleSelect" : true
...@@ -8040,7 +8057,7 @@ ...@@ -8040,7 +8057,7 @@
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestType.json"
}, },
"placeHolder" : "请选择输入", "placeHolder" : "请选择输入",
"singleSelect" : true "singleSelect" : true
...@@ -9132,7 +9149,7 @@ ...@@ -9132,7 +9149,7 @@
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestType.json"
}, },
"placeHolder" : "请选择输入", "placeHolder" : "请选择输入",
"singleSelect" : true "singleSelect" : true
...@@ -9349,7 +9366,7 @@ ...@@ -9349,7 +9366,7 @@
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestType.json"
}, },
"placeHolder" : "请选择输入", "placeHolder" : "请选择输入",
"singleSelect" : true "singleSelect" : true
...@@ -10598,7 +10615,7 @@ ...@@ -10598,7 +10615,7 @@
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestType.json"
}, },
"placeHolder" : "请选择输入", "placeHolder" : "请选择输入",
"singleSelect" : true "singleSelect" : true
...@@ -11582,7 +11599,7 @@ ...@@ -11582,7 +11599,7 @@
"nodeType" : "codeList", "nodeType" : "codeList",
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestAll.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestAll.json"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -12894,7 +12911,7 @@ ...@@ -12894,7 +12911,7 @@
"nodeType" : "codeList", "nodeType" : "codeList",
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestAll.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestAll.json"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -13847,7 +13864,7 @@ ...@@ -13847,7 +13864,7 @@
"nodeType" : "codeList", "nodeType" : "codeList",
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestAll.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestAll.json"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -15254,7 +15271,7 @@ ...@@ -15254,7 +15271,7 @@
"name" : "field36", "name" : "field36",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/CodeList.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/common__CodeList.json"
} }
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
...@@ -15317,7 +15334,7 @@ ...@@ -15317,7 +15334,7 @@
"name" : "field19", "name" : "field19",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/CodeList.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/common__CodeList.json"
} }
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
...@@ -17116,7 +17133,7 @@ ...@@ -17116,7 +17133,7 @@
}, },
"getGroupPSCodeList" : { "getGroupPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/UsrCodeList0129740128.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
}, },
"logicName" : "看板(分组代码表)", "logicName" : "看板(分组代码表)",
"minorSortDir" : "ASC", "minorSortDir" : "ASC",
...@@ -17250,7 +17267,7 @@ ...@@ -17250,7 +17267,7 @@
}, },
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestType.json"
}, },
"getPSDEUIActionGroup" : { "getPSDEUIActionGroup" : {
"codeName" : "A6913ed9bd0c3e7d614", "codeName" : "A6913ed9bd0c3e7d614",
...@@ -18958,7 +18975,7 @@ ...@@ -18958,7 +18975,7 @@
}, },
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestType.json"
}, },
"getPSDEField" : { "getPSDEField" : {
"name" : "TYPE", "name" : "TYPE",
...@@ -24527,7 +24544,7 @@ ...@@ -24527,7 +24544,7 @@
}, },
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/PhoneType.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/common__PhoneType.json"
}, },
"getPSDEField" : { "getPSDEField" : {
"name" : "PHONETYPE", "name" : "PHONETYPE",
...@@ -34940,7 +34957,7 @@ ...@@ -34940,7 +34957,7 @@
}, },
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/ModelRepository__CodeList44.json"
}, },
"getPSDEField" : { "getPSDEField" : {
"name" : "TYPE", "name" : "TYPE",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册