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

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

上级 cb5b5fa7
...@@ -119,6 +119,12 @@ ...@@ -119,6 +119,12 @@
"name" : "TESTNAME", "name" : "TESTNAME",
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, {
"id" : "time1",
"dataType" : 25
}, {
"id" : "time2",
"dataType" : 25
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -197,6 +203,66 @@ ...@@ -197,6 +203,66 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"codeName" : "time1",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 290.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "time1",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
},
"editorType" : "DATEPICKER",
"editorWidth" : 160.0,
"name" : "time1"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"codeName" : "time2",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 290.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "time2",
"noPrivDisplayMode" : 1,
"getPSControlAttributes" : [ {
"attrValue" : "(time: Date) => {\r\n if(!data.time1){\r\n return true\r\n }\r\n const time1 = new Date(data.time1).getTime();\r\n return time.getTime() > time1\r\n}",
"name" : "disabledDate"
} ],
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
},
"editorType" : "DATEPICKER",
"editorWidth" : 160.0,
"name" : "time2"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -702,6 +702,12 @@ ...@@ -702,6 +702,12 @@
"name" : "TESTNAME", "name" : "TESTNAME",
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, {
"id" : "time1",
"dataType" : 25
}, {
"id" : "time2",
"dataType" : 25
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -780,6 +786,66 @@ ...@@ -780,6 +786,66 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"codeName" : "time1",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 290.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "time1",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
},
"editorType" : "DATEPICKER",
"editorWidth" : 160.0,
"name" : "time1"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"codeName" : "time2",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 290.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "time2",
"noPrivDisplayMode" : 1,
"getPSControlAttributes" : [ {
"attrValue" : "(time: Date) => {\r\n if(!data.time1){\r\n return true\r\n }\r\n const time1 = new Date(data.time1).getTime();\r\n return time.getTime() > time1\r\n}",
"name" : "disabledDate"
} ],
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
},
"editorType" : "DATEPICKER",
"editorWidth" : 160.0,
"name" : "time2"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1074,7 +1140,6 @@ ...@@ -1074,7 +1140,6 @@
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"refFlag" : false,
"title" : "表单逻辑属性注入", "title" : "表单逻辑属性注入",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DEEDITVIEW", "viewType" : "DEEDITVIEW",
......
...@@ -1849,6 +1849,28 @@ ...@@ -1849,6 +1849,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "分页搜索" "tooltip" : "分页搜索"
}, {
"accUserMode" : 2,
"caption" : "表单逻辑属性注入",
"itemType" : "MENUITEM",
"name" : "menuitem83",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0319929023"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "表单逻辑属性注入"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
......
...@@ -807,6 +807,16 @@ ...@@ -807,6 +807,16 @@
"id" : "UsrAppFunc0318528447" "id" : "UsrAppFunc0318528447"
}, },
"tooltip" : "分页搜索" "tooltip" : "分页搜索"
}, {
"accUserMode" : 2,
"caption" : "表单逻辑属性注入",
"itemType" : "MENUITEM",
"name" : "menuitem83",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0319929023"
},
"tooltip" : "表单逻辑属性注入"
} ], } ],
"name" : "apptestindexview", "name" : "apptestindexview",
"modelid" : "89E33DEF-F919-4067-A6F1-4FBB67232FC6", "modelid" : "89E33DEF-F919-4067-A6F1-4FBB67232FC6",
......
...@@ -3369,6 +3369,16 @@ ...@@ -3369,6 +3369,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestCtrlPlugDayCalendarView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestCtrlPlugDayCalendarView.json",
"viewType" : "DECALENDARVIEW" "viewType" : "DECALENDARVIEW"
} }
}, {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0319929023",
"name" : "表单逻辑属性注入",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03193427EditView.json",
"viewType" : "DEEDITVIEW"
}
}, { }, {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc1008306087", "codeName" : "UsrAppFunc1008306087",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册