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

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

上级 1277b4ea
...@@ -5049,7 +5049,7 @@ ...@@ -5049,7 +5049,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -829,7 +829,7 @@ ...@@ -829,7 +829,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -3873,7 +3873,7 @@ ...@@ -3873,7 +3873,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -5247,7 +5247,7 @@ ...@@ -5247,7 +5247,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -900,7 +900,7 @@ ...@@ -900,7 +900,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -1064,7 +1064,7 @@ ...@@ -1064,7 +1064,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -2506,7 +2506,7 @@ ...@@ -2506,7 +2506,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -2649,7 +2649,7 @@ ...@@ -2649,7 +2649,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -3904,7 +3904,7 @@ ...@@ -3904,7 +3904,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -1095,7 +1095,7 @@ ...@@ -1095,7 +1095,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -1096,7 +1096,7 @@ ...@@ -1096,7 +1096,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -2627,7 +2627,7 @@ ...@@ -2627,7 +2627,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -2770,7 +2770,7 @@ ...@@ -2770,7 +2770,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -828,7 +828,7 @@ ...@@ -828,7 +828,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -891,7 +891,7 @@ ...@@ -891,7 +891,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -882,7 +882,7 @@ ...@@ -882,7 +882,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -931,7 +931,7 @@ ...@@ -931,7 +931,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
...@@ -926,7 +926,7 @@ ...@@ -926,7 +926,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"scriptCode" : "console.log('高亮指定行');\r\nconst index = view.getController('searchbar').state.query || 0;\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\ngridC.highLightRow(items[index]?.srfkey);", "scriptCode" : "console.log('高亮指定行');\r\nconst gridC = view.getController('grid');\r\nconst items = gridC.state.items;\r\nconst index = view.getController('searchbar').state.query || [];\r\nconst keys = index.split(',');\r\nconst lightItems = keys.map(key => {\r\n return items[key].srfkey;\r\n})\r\ngridC.highLightRow(lightItems);",
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "highLightRow", "uIActionTag" : "highLightRow",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册