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

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

上级 959cde5b
......@@ -5,6 +5,12 @@
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/TestAll.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList73.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList120.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/WFStatus.json"
......@@ -20,6 +26,9 @@
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList51.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList119.json"
} ],
"getAllPSDataEntities" : [ {
"modelref" : true,
......
{
"codeListTag" : "Test__CodeList119",
"codeListType" : "STATIC",
"codeName" : "CodeList119",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSMODULES/Test/PSCODELISTS/CodeList119.json",
"emptyText" : "未定义",
"name" : "动态启用代码表",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "启用",
"value" : "启用"
}, {
"codeName" : "Item_2",
"text" : "隐藏",
"value" : "隐藏"
} ],
"getPSSystemModule" : {
"modelref" : true,
"path" : "PSMODULES/Test.json"
},
"refFlag" : true,
"systemTag" : "TrainSys",
"codeItemValueNumber" : false,
"enableCache" : true,
"subSysAsCloud" : false,
"subSysCodeList" : false,
"userScope" : false
}
\ No newline at end of file
{
"codeListTag" : "Test__CodeList120",
"codeListType" : "STATIC",
"codeName" : "CodeList120",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSMODULES/Test/PSCODELISTS/CodeList120.json",
"emptyText" : "未定义",
"name" : "动态空输入代码表",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "不允许空输入",
"value" : "不允许空输入"
}, {
"codeName" : "Item_2",
"text" : "允许空输入",
"value" : "允许空输入"
} ],
"getPSSystemModule" : {
"modelref" : true,
"path" : "PSMODULES/Test.json"
},
"refFlag" : true,
"systemTag" : "TrainSys",
"codeItemValueNumber" : false,
"enableCache" : true,
"subSysAsCloud" : false,
"subSysCodeList" : false,
"userScope" : false
}
\ No newline at end of file
{
"codeListTag" : "Test__CodeList73",
"codeListType" : "STATIC",
"codeName" : "CodeList73",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSMODULES/Test/PSCODELISTS/CodeList73.json",
"emptyText" : "未定义",
"name" : "动态显示代码表",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "显示",
"value" : "显示"
}, {
"codeName" : "Item_2",
"text" : "隐藏",
"value" : "隐藏"
} ],
"getPSSystemModule" : {
"modelref" : true,
"path" : "PSMODULES/Test.json"
},
"refFlag" : true,
"systemTag" : "TrainSys",
"codeItemValueNumber" : false,
"enableCache" : true,
"subSysAsCloud" : false,
"subSysCodeList" : false,
"userScope" : false
}
\ No newline at end of file
......@@ -3765,6 +3765,12 @@
"name" : "测试实体实体表格视图_模态",
"realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr7EditView",
"logicName" : "测试实体实体编辑视图(功能确认表单逻辑)",
"name" : "测试实体实体编辑视图(功能确认表单逻辑)",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "EditView3_drawer",
"logicName" : "测试实体实体编辑视图(分页关系)_抽屉",
......@@ -4140,6 +4146,13 @@
"name" : "功能确认-显示信息栏",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, {
"codeName" : "gnqrbdlj",
"logicName" : "功能确认-表单逻辑",
"modelTag2" : "0",
"name" : "功能确认-表单逻辑",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, {
"codeName" : "PluginEditView_Form",
"logicName" : "插件测试编辑视图_表单",
......
......@@ -1360,16 +1360,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
}, {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
} ]
}, {
......
{
"codeListTag" : "Test__CodeList119",
"codeListType" : "STATIC",
"codeName" : "CodeList119",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList119.json",
"emptyText" : "未定义",
"name" : "动态启用代码表",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "启用",
"value" : "启用"
}, {
"codeName" : "Item_2",
"text" : "隐藏",
"value" : "隐藏"
} ],
"enableCache" : true
}
\ No newline at end of file
{
"codeListTag" : "Test__CodeList120",
"codeListType" : "STATIC",
"codeName" : "CodeList120",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList120.json",
"emptyText" : "未定义",
"name" : "动态空输入代码表",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "不允许空输入",
"value" : "不允许空输入"
}, {
"codeName" : "Item_2",
"text" : "允许空输入",
"value" : "允许空输入"
} ],
"enableCache" : true
}
\ No newline at end of file
{
"codeListTag" : "Test__CodeList73",
"codeListType" : "STATIC",
"codeName" : "CodeList73",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList73.json",
"emptyText" : "未定义",
"name" : "动态显示代码表",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "显示",
"value" : "显示"
}, {
"codeName" : "Item_2",
"text" : "隐藏",
"value" : "隐藏"
} ],
"enableCache" : true
}
\ No newline at end of file
......@@ -3613,6 +3613,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView3_modal.json",
"viewType" : "DEEDITVIEW3"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr7EditView.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView_modal.json",
......
......@@ -17,6 +17,42 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"enableCache" : true
}, {
"codeListTag" : "Test__CodeList119",
"codeListType" : "STATIC",
"codeName" : "CodeList119",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList119.json",
"emptyText" : "未定义",
"name" : "动态启用代码表",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "启用",
"value" : "启用"
}, {
"codeName" : "Item_2",
"text" : "隐藏",
"value" : "隐藏"
} ],
"enableCache" : true
}, {
"codeListTag" : "Test__CodeList120",
"codeListType" : "STATIC",
"codeName" : "CodeList120",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList120.json",
"emptyText" : "未定义",
"name" : "动态空输入代码表",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "不允许空输入",
"value" : "不允许空输入"
}, {
"codeName" : "Item_2",
"text" : "允许空输入",
"value" : "允许空输入"
} ],
"enableCache" : true
}, {
"codeListTag" : "common__CodeList25",
"codeListType" : "STATIC",
......@@ -187,6 +223,24 @@
"value" : "fu3"
} ],
"enableCache" : true
}, {
"codeListTag" : "Test__CodeList73",
"codeListType" : "STATIC",
"codeName" : "CodeList73",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList73.json",
"emptyText" : "未定义",
"name" : "动态显示代码表",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "显示",
"value" : "显示"
}, {
"codeName" : "Item_2",
"text" : "隐藏",
"value" : "隐藏"
} ],
"enableCache" : true
}, {
"codeListTag" : "CodeList81",
"codeListType" : "STATIC",
......@@ -3396,16 +3450,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
}, {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
} ]
}, {
......@@ -4240,6 +4294,12 @@
"viewType" : "DECALENDARVIEW",
"resource" : "ViewLayoutModelRepository",
"view" : "DECalendarViewLayout"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr7EditView.json",
"viewType" : "DEEDITVIEW",
"resource" : "TEST",
"view" : "Usr7EditView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView_modal.json",
......@@ -32883,6 +32943,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView3_modal.json",
"viewType" : "DEEDITVIEW3"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr7EditView.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView_modal.json",
......@@ -195,12 +195,18 @@
}, {
"modelref" : true,
"path" : "PSCODELISTS/CodeList87.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList73.json"
}, {
"modelref" : true,
"path" : "PSCODELISTS/CodeList57.json"
}, {
"modelref" : true,
"path" : "PSMODULES/ModelRepository/PSCODELISTS/CodeList44.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList120.json"
}, {
"modelref" : true,
"path" : "PSCODELISTS/CodeListTodoState.json"
......@@ -348,6 +354,9 @@
}, {
"modelref" : true,
"path" : "PSCODELISTS/CodeList61.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList119.json"
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSCODELISTS/CodeList43.json"
......@@ -956,6 +965,12 @@
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/TestAll.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList73.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList120.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/WFStatus.json"
......@@ -971,6 +986,9 @@
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList51.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/CodeList119.json"
} ],
"getAllPSDataEntities" : [ {
"modelref" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册