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

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

上级 e7f5ecbd
...@@ -2,11 +2,20 @@ ...@@ -2,11 +2,20 @@
"codeName" : "TreeGridExRowEdit_TreeGrid", "codeName" : "TreeGridExRowEdit_TreeGrid",
"controlType" : "TREEGRIDEX", "controlType" : "TREEGRIDEX",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeGridExRowEdit_TreeGrid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeGridExRowEdit_TreeGrid.json",
"hookEventNames" : [ "ONCLICK" ],
"logicName" : "树表格(增强)行编辑测试_树表格", "logicName" : "树表格(增强)行编辑测试_树表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlLogics" : [ {
"eventNames" : "onClick",
"logicTag" : "treegridex",
"logicType" : "SCRIPT",
"name" : "opendata",
"scriptCode" : "console.log('测试脚本')",
"triggerType" : "CUSTOM"
} ],
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"caption" : "名称", "caption" : "名称",
...@@ -109,7 +118,6 @@ ...@@ -109,7 +118,6 @@
"id" : "amount" "id" : "amount"
}, },
"unitName" : "元", "unitName" : "元",
"enableRowEdit" : true,
"enableUnitName" : true "enableUnitName" : true
}, { }, {
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -236,8 +244,7 @@ ...@@ -236,8 +244,7 @@
"showIcon" : true "showIcon" : true
} ], } ],
"uniqueTag" : "TEST__A6913ed9bd0c3e7d614" "uniqueTag" : "TEST__A6913ed9bd0c3e7d614"
}, }
"enableRowEdit" : true
}, { }, {
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
"codeName" : "type", "codeName" : "type",
...@@ -255,8 +262,7 @@ ...@@ -255,8 +262,7 @@
"getPSDETreeColumn" : { "getPSDETreeColumn" : {
"modelref" : true, "modelref" : true,
"id" : "type" "id" : "type"
}, }
"enableRowEdit" : true
} ], } ],
"getPSDETreeNodeDataItems" : [ { "getPSDETreeNodeDataItems" : [ {
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -299,78 +305,6 @@ ...@@ -299,78 +305,6 @@
"id" : "type" "id" : "type"
} }
} ], } ],
"getPSDETreeNodeEditItems" : [ {
"codeName" : "amount",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "amount",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "amount"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"maxValue" : 10000.0,
"minValue" : 19.0,
"name" : "amount",
"precision" : 2
},
"unitName" : "元",
"updateDV" : "amount",
"updateDVT" : "CONTEXT",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"codeName" : "testname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "name"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 50,
"minLength" : 3,
"name" : "testname"
},
"updateDVT" : "UNIQUEID",
"allowEmpty" : true
}, {
"codeName" : "type",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "type"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
},
"singleSelect" : true
},
"updateDV" : "B",
"allowEmpty" : true,
"needCodeListConfig" : true
} ],
"getRemovePSAppDEAction" : { "getRemovePSAppDEAction" : {
"modelref" : true, "modelref" : true,
"id" : "Remove2" "id" : "Remove2"
......
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
"codeName" : "TreeGridExRowEdit_TreeGrid", "codeName" : "TreeGridExRowEdit_TreeGrid",
"controlType" : "TREEGRIDEX", "controlType" : "TREEGRIDEX",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeGridExRowEdit_TreeGrid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEGRIDICES/TreeGridExRowEdit_TreeGrid.json",
"hookEventNames" : [ "ONCLICK" ],
"logicName" : "树表格(增强)行编辑测试_树表格", "logicName" : "树表格(增强)行编辑测试_树表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -79,6 +80,14 @@ ...@@ -79,6 +80,14 @@
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "treegridex" "id" : "treegridex"
}, },
"getPSControlLogics" : [ {
"eventNames" : "onClick",
"logicTag" : "treegridex",
"logicType" : "SCRIPT",
"name" : "opendata",
"scriptCode" : "console.log('测试脚本')",
"triggerType" : "CUSTOM"
} ],
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
...@@ -186,7 +195,6 @@ ...@@ -186,7 +195,6 @@
"id" : "amount" "id" : "amount"
}, },
"unitName" : "元", "unitName" : "元",
"enableRowEdit" : true,
"enableUnitName" : true "enableUnitName" : true
}, { }, {
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -313,8 +321,7 @@ ...@@ -313,8 +321,7 @@
"showIcon" : true "showIcon" : true
} ], } ],
"uniqueTag" : "TEST__A6913ed9bd0c3e7d614" "uniqueTag" : "TEST__A6913ed9bd0c3e7d614"
}, }
"enableRowEdit" : true
}, { }, {
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
"codeName" : "type", "codeName" : "type",
...@@ -332,8 +339,7 @@ ...@@ -332,8 +339,7 @@
"getPSDETreeColumn" : { "getPSDETreeColumn" : {
"modelref" : true, "modelref" : true,
"id" : "type" "id" : "type"
}, }
"enableRowEdit" : true
} ], } ],
"getPSDETreeNodeDataItems" : [ { "getPSDETreeNodeDataItems" : [ {
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -376,78 +382,6 @@ ...@@ -376,78 +382,6 @@
"id" : "type" "id" : "type"
} }
} ], } ],
"getPSDETreeNodeEditItems" : [ {
"codeName" : "amount",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "amount",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "amount"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"maxValue" : 10000.0,
"minValue" : 19.0,
"name" : "amount",
"precision" : 2
},
"unitName" : "元",
"updateDV" : "amount",
"updateDVT" : "CONTEXT",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"codeName" : "testname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "name"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 50,
"minLength" : 3,
"name" : "testname"
},
"updateDVT" : "UNIQUEID",
"allowEmpty" : true
}, {
"codeName" : "type",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDETreeColumn" : {
"modelref" : true,
"id" : "type"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
},
"singleSelect" : true
},
"updateDV" : "B",
"allowEmpty" : true,
"needCodeListConfig" : true
} ],
"getRemovePSAppDEAction" : { "getRemovePSAppDEAction" : {
"modelref" : true, "modelref" : true,
"id" : "Remove2" "id" : "Remove2"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册