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

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

上级 1a748784
...@@ -1500,16 +1500,16 @@ ...@@ -1500,16 +1500,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -33,9 +33,6 @@ ...@@ -33,9 +33,6 @@
"itemType" : "calendarbookitem", "itemType" : "calendarbookitem",
"maxSize" : -1, "maxSize" : -1,
"name" : "图书", "name" : "图书",
"navViewParamJO" : {
"filemap" : "{\"timed\":true,\"start\":\"%createdate%\",\"classNames\":\"%bookname%\"}"
},
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchDefault"
...@@ -44,12 +41,6 @@ ...@@ -44,12 +41,6 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSNavigateParams" : [ {
"key" : "filemap",
"name" : "filemap",
"value" : "'{\"timed\":true,\"start\":\"%createdate%\",\"classNames\":\"%bookname%\"}'",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "BOOKNAME", "name" : "BOOKNAME",
"codeName" : "BookName" "codeName" : "BookName"
...@@ -73,9 +64,6 @@ ...@@ -73,9 +64,6 @@
"itemType" : "calendaritem1", "itemType" : "calendaritem1",
"maxSize" : -1, "maxSize" : -1,
"name" : "学生(布局)", "name" : "学生(布局)",
"navViewParamJO" : {
"filemap" : "{\"timed\":true,\"start\":\"%createdate%\",\"classNames\":\"test-lll\"}"
},
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchDefault"
...@@ -84,12 +72,6 @@ ...@@ -84,12 +72,6 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}, },
"getPSNavigateParams" : [ {
"key" : "filemap",
"name" : "filemap",
"value" : "'{\"timed\":true,\"start\":\"%createdate%\",\"classNames\":\"test-lll\"}'",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "STUDENTNAME", "name" : "STUDENTNAME",
"codeName" : "StudentName" "codeName" : "StudentName"
......
...@@ -37,6 +37,23 @@ ...@@ -37,6 +37,23 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA@calendarbookitem",
"realTitle" : "书编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA@calendaritem1",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ { "getPSControls" : [ {
"calendarStyle" : "DAY", "calendarStyle" : "DAY",
"codeName" : "TestCtrlPlugDayCalendarView_Calendar", "codeName" : "TestCtrlPlugDayCalendarView_Calendar",
...@@ -81,9 +98,6 @@ ...@@ -81,9 +98,6 @@
"itemType" : "calendarbookitem", "itemType" : "calendarbookitem",
"maxSize" : -1, "maxSize" : -1,
"name" : "图书", "name" : "图书",
"navViewParamJO" : {
"filemap" : "{\"timed\":true,\"start\":\"%createdate%\",\"classNames\":\"%bookname%\"}"
},
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchDefault"
...@@ -92,12 +106,6 @@ ...@@ -92,12 +106,6 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSNavigateParams" : [ {
"key" : "filemap",
"name" : "filemap",
"value" : "'{\"timed\":true,\"start\":\"%createdate%\",\"classNames\":\"%bookname%\"}'",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "BOOKNAME", "name" : "BOOKNAME",
"codeName" : "BookName" "codeName" : "BookName"
...@@ -121,9 +129,6 @@ ...@@ -121,9 +129,6 @@
"itemType" : "calendaritem1", "itemType" : "calendaritem1",
"maxSize" : -1, "maxSize" : -1,
"name" : "学生(布局)", "name" : "学生(布局)",
"navViewParamJO" : {
"filemap" : "{\"timed\":true,\"start\":\"%createdate%\",\"classNames\":\"test-lll\"}"
},
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchDefault"
...@@ -132,12 +137,6 @@ ...@@ -132,12 +137,6 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}, },
"getPSNavigateParams" : [ {
"key" : "filemap",
"name" : "filemap",
"value" : "'{\"timed\":true,\"start\":\"%createdate%\",\"classNames\":\"test-lll\"}'",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "STUDENTNAME", "name" : "STUDENTNAME",
"codeName" : "StudentName" "codeName" : "StudentName"
......
...@@ -11998,16 +11998,16 @@ ...@@ -11998,16 +11998,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
...@@ -12073,12 +12073,6 @@ ...@@ -12073,12 +12073,6 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12091,30 +12085,28 @@ ...@@ -12091,30 +12085,28 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg12"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12122,17 +12114,18 @@ ...@@ -12122,17 +12114,18 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg6"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12141,32 +12134,39 @@ ...@@ -12141,32 +12134,39 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
} ] } ]
}, { }, {
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册