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

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

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