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

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

上级 87735210
...@@ -766,6 +766,10 @@ ...@@ -766,6 +766,10 @@
"length" : 100, "length" : 100,
"logicName" : "负责人", "logicName" : "负责人",
"name" : "HEAD", "name" : "HEAD",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSCODELISTS/SysOperator.json"
},
"getPSDEDBTable" : { "getPSDEDBTable" : {
"modelref" : true, "modelref" : true,
"id" : "Table" "id" : "Table"
...@@ -843,6 +847,10 @@ ...@@ -843,6 +847,10 @@
"length" : 100, "length" : 100,
"logicName" : "关注人", "logicName" : "关注人",
"name" : "FOLLOWER", "name" : "FOLLOWER",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSCODELISTS/SysOperator.json"
},
"getPSDEDBTable" : { "getPSDEDBTable" : {
"modelref" : true, "modelref" : true,
"id" : "Table" "id" : "Table"
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"name" : "BH", "name" : "BH",
"codeName" : "BH" "codeName" : "BH"
}, },
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, { }, {
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "负责人", "caption" : "负责人",
"codeName" : "head", "codeName" : "head",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -97,16 +97,20 @@ ...@@ -97,16 +97,20 @@
"excelCaption" : "负责人", "excelCaption" : "负责人",
"name" : "head", "name" : "head",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "HEAD", "name" : "HEAD",
"codeName" : "HEAD" "codeName" : "HEAD"
}, },
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "关注人", "caption" : "关注人",
"codeName" : "follower", "codeName" : "follower",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -114,11 +118,15 @@ ...@@ -114,11 +118,15 @@
"excelCaption" : "关注人", "excelCaption" : "关注人",
"name" : "follower", "name" : "follower",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "FOLLOWER", "name" : "FOLLOWER",
"codeName" : "FOLLOWER" "codeName" : "FOLLOWER"
}, },
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, { }, {
...@@ -136,7 +144,7 @@ ...@@ -136,7 +144,7 @@
"codeName" : "BEGIN" "codeName" : "BEGIN"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 100, "width" : 250,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, { }, {
...@@ -154,7 +162,7 @@ ...@@ -154,7 +162,7 @@
"codeName" : "END" "codeName" : "END"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 100, "width" : 250,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
} ], } ],
......
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
"name" : "BH", "name" : "BH",
"codeName" : "BH" "codeName" : "BH"
}, },
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, { }, {
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "负责人", "caption" : "负责人",
"codeName" : "head", "codeName" : "head",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -295,16 +295,20 @@ ...@@ -295,16 +295,20 @@
"excelCaption" : "负责人", "excelCaption" : "负责人",
"name" : "head", "name" : "head",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "HEAD", "name" : "HEAD",
"codeName" : "HEAD" "codeName" : "HEAD"
}, },
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "关注人", "caption" : "关注人",
"codeName" : "follower", "codeName" : "follower",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -312,11 +316,15 @@ ...@@ -312,11 +316,15 @@
"excelCaption" : "关注人", "excelCaption" : "关注人",
"name" : "follower", "name" : "follower",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "FOLLOWER", "name" : "FOLLOWER",
"codeName" : "FOLLOWER" "codeName" : "FOLLOWER"
}, },
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, { }, {
...@@ -334,7 +342,7 @@ ...@@ -334,7 +342,7 @@
"codeName" : "BEGIN" "codeName" : "BEGIN"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 100, "width" : 250,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, { }, {
...@@ -352,7 +360,7 @@ ...@@ -352,7 +360,7 @@
"codeName" : "END" "codeName" : "END"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 100, "width" : 250,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册