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

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

上级 cd3eb502
...@@ -216,13 +216,10 @@ ...@@ -216,13 +216,10 @@
"labelWidth" : 130, "labelWidth" : 130,
"name" : "time1", "name" : "time1",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSControlLogics" : [ { "getPSControlAttributes" : [ {
"itemName" : "time1", "attrName" : "disabledDate",
"logicTag" : "form", "attrValue" : "(time) => {\r\n console.log('注入属性');\r\n if (!data.time2) {\r\n return false;\r\n }\r\n const time2 = new Date(data.time2).getTime();\r\n return time.getTime() > time2;\r\n}",
"logicType" : "SCRIPT", "name" : "time1_disabledDate"
"name" : "time1_disabledDate",
"scriptCode" : "(time) => {\r\n console.log('注入属性');\r\n if (!data.time2) {\r\n return false;\r\n }\r\n const time2 = new Date(data.time2).getTime();\r\n return time.getTime() > time2;\r\n}",
"triggerType" : "ITEMVISIBLE"
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
......
...@@ -799,13 +799,10 @@ ...@@ -799,13 +799,10 @@
"labelWidth" : 130, "labelWidth" : 130,
"name" : "time1", "name" : "time1",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSControlLogics" : [ { "getPSControlAttributes" : [ {
"itemName" : "time1", "attrName" : "disabledDate",
"logicTag" : "form", "attrValue" : "(time) => {\r\n console.log('注入属性');\r\n if (!data.time2) {\r\n return false;\r\n }\r\n const time2 = new Date(data.time2).getTime();\r\n return time.getTime() > time2;\r\n}",
"logicType" : "SCRIPT", "name" : "time1_disabledDate"
"name" : "time1_disabledDate",
"scriptCode" : "(time) => {\r\n console.log('注入属性');\r\n if (!data.time2) {\r\n return false;\r\n }\r\n const time2 = new Date(data.time2).getTime();\r\n return time.getTime() > time2;\r\n}",
"triggerType" : "ITEMVISIBLE"
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
......
...@@ -13490,16 +13490,16 @@ ...@@ -13490,16 +13490,16 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
...@@ -13570,12 +13570,6 @@ ...@@ -13570,12 +13570,6 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13584,10 +13578,16 @@ ...@@ -13584,10 +13578,16 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg8"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
...@@ -13597,10 +13597,10 @@ ...@@ -13597,10 +13597,10 @@
"id" : "ViewMsg11" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
} ], } ],
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册