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

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

上级 68277d07
...@@ -95,6 +95,38 @@ ...@@ -95,6 +95,38 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSDETreeNodeColumns" : [ { "getPSDETreeNodeColumns" : [ {
"cLConvertMode" : "FRONT",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "type",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
},
"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
},
"allowEmpty" : true,
"enableRowEdit" : true,
"needCodeListConfig" : true
}, {
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"codeName" : "testname", "codeName" : "testname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -110,7 +142,14 @@ ...@@ -110,7 +142,14 @@
"modelref" : true, "modelref" : true,
"id" : "name" "id" : "name"
}, },
"allowEmpty" : true "getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 50,
"minLength" : 3,
"name" : "testname"
},
"allowEmpty" : true,
"enableRowEdit" : true
}, { }, {
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"codeName" : "amount", "codeName" : "amount",
...@@ -127,21 +166,26 @@ ...@@ -127,21 +166,26 @@
"modelref" : true, "modelref" : true,
"id" : "amount" "id" : "amount"
}, },
"getPSEditor" : {
"editorType" : "NUMBER",
"maxValue" : 10000.0,
"minValue" : 19.0,
"name" : "amount",
"precision" : 2
},
"unitName" : "元", "unitName" : "元",
"allowEmpty" : true, "allowEmpty" : true,
"enableRowEdit" : true,
"enableUnitName" : true "enableUnitName" : true
}, { } ],
"getPSDETreeNodeDataItems" : [ {
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
"codeName" : "type", "dataType" : 25,
"columnType" : "DEFGRIDCOLUMN", "getFrontPSCodeList" : {
"dataItemName" : "type",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
}, },
"name" : "type",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TYPE", "name" : "TYPE",
"codeName" : "Type" "codeName" : "Type"
...@@ -149,10 +193,8 @@ ...@@ -149,10 +193,8 @@
"getPSDETreeColumn" : { "getPSDETreeColumn" : {
"modelref" : true, "modelref" : true,
"id" : "type" "id" : "type"
}, }
"allowEmpty" : true }, {
} ],
"getPSDETreeNodeDataItems" : [ {
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"dataType" : 25, "dataType" : 25,
"name" : "testname", "name" : "testname",
...@@ -176,13 +218,11 @@ ...@@ -176,13 +218,11 @@
"modelref" : true, "modelref" : true,
"id" : "amount" "id" : "amount"
} }
}, { } ],
"cLConvertMode" : "FRONT", "getPSDETreeNodeEditItems" : [ {
"dataType" : 25, "codeName" : "type",
"getFrontPSCodeList" : { "enableCond" : 3,
"modelref" : true, "ignoreInput" : 0,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
},
"name" : "type", "name" : "type",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TYPE", "name" : "TYPE",
...@@ -191,7 +231,61 @@ ...@@ -191,7 +231,61 @@
"getPSDETreeColumn" : { "getPSDETreeColumn" : {
"modelref" : true, "modelref" : true,
"id" : "type" "id" : "type"
} },
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"needCodeListConfig" : 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"
},
"allowEmpty" : true
}, {
"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" : "元",
"allowEmpty" : true,
"enableUnitName" : true
} ], } ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "TESTNAME", "name" : "TESTNAME",
......
...@@ -156,6 +156,38 @@ ...@@ -156,6 +156,38 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSDETreeNodeColumns" : [ { "getPSDETreeNodeColumns" : [ {
"cLConvertMode" : "FRONT",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "type",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
},
"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
},
"allowEmpty" : true,
"enableRowEdit" : true,
"needCodeListConfig" : true
}, {
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"codeName" : "testname", "codeName" : "testname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -171,7 +203,14 @@ ...@@ -171,7 +203,14 @@
"modelref" : true, "modelref" : true,
"id" : "name" "id" : "name"
}, },
"allowEmpty" : true "getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 50,
"minLength" : 3,
"name" : "testname"
},
"allowEmpty" : true,
"enableRowEdit" : true
}, { }, {
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"codeName" : "amount", "codeName" : "amount",
...@@ -188,21 +227,26 @@ ...@@ -188,21 +227,26 @@
"modelref" : true, "modelref" : true,
"id" : "amount" "id" : "amount"
}, },
"getPSEditor" : {
"editorType" : "NUMBER",
"maxValue" : 10000.0,
"minValue" : 19.0,
"name" : "amount",
"precision" : 2
},
"unitName" : "元", "unitName" : "元",
"allowEmpty" : true, "allowEmpty" : true,
"enableRowEdit" : true,
"enableUnitName" : true "enableUnitName" : true
}, { } ],
"getPSDETreeNodeDataItems" : [ {
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
"codeName" : "type", "dataType" : 25,
"columnType" : "DEFGRIDCOLUMN", "getFrontPSCodeList" : {
"dataItemName" : "type",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
}, },
"name" : "type",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TYPE", "name" : "TYPE",
"codeName" : "Type" "codeName" : "Type"
...@@ -210,10 +254,8 @@ ...@@ -210,10 +254,8 @@
"getPSDETreeColumn" : { "getPSDETreeColumn" : {
"modelref" : true, "modelref" : true,
"id" : "type" "id" : "type"
}, }
"allowEmpty" : true }, {
} ],
"getPSDETreeNodeDataItems" : [ {
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"dataType" : 25, "dataType" : 25,
"name" : "testname", "name" : "testname",
...@@ -237,13 +279,11 @@ ...@@ -237,13 +279,11 @@
"modelref" : true, "modelref" : true,
"id" : "amount" "id" : "amount"
} }
}, { } ],
"cLConvertMode" : "FRONT", "getPSDETreeNodeEditItems" : [ {
"dataType" : 25, "codeName" : "type",
"getFrontPSCodeList" : { "enableCond" : 3,
"modelref" : true, "ignoreInput" : 0,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
},
"name" : "type", "name" : "type",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TYPE", "name" : "TYPE",
...@@ -252,7 +292,61 @@ ...@@ -252,7 +292,61 @@
"getPSDETreeColumn" : { "getPSDETreeColumn" : {
"modelref" : true, "modelref" : true,
"id" : "type" "id" : "type"
} },
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"needCodeListConfig" : 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"
},
"allowEmpty" : true
}, {
"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" : "元",
"allowEmpty" : true,
"enableUnitName" : true
} ], } ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "TESTNAME", "name" : "TESTNAME",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册